Sea Green
#25BB43
GreenColor Codes
All color formats for development
HEX
#25BB43RGB
rgb(37, 187, 67)HSL
hsl(132, 67%, 44%)OKLCH
oklch(0.693 0.201 145.6)CMYK
cmyk(80%, 0%, 64%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A93C
2#1E9636
3#1A832F
4#167028
5#135E22
6#0F4B1B
7#0B3814
8#07250D
9#041307
Tints
Lighter variations
1#2AD34C
2#40D95F
3#58DE73
4#70E387
5#88E79B
6#A0ECAF
7#B7F1C3
8#CFF6D7
9#E7FAEB
Tones
Muted variations
1#2DB448
2#34AC4C
3#3CA551
4#439D55
5#4B965A
6#528E5E
7#5A8763
8#617F67
9#69786C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECAD | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE282 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD95E | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB43 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9535 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A26 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4418 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF4;
--sea-green-100: #E1F9E6;
--sea-green-200: #C8F4D1;
--sea-green-300: #9DECAD;
--sea-green-400: #6AE282;
--sea-green-500: #3FD95E;
--sea-green-600: #25BB43;
--sea-green-700: #1D9535;
--sea-green-800: #156A26;
--sea-green-900: #0D4418;
--sea-green-950: #082B0F;
}