Sea Green
#149F44
GreenColor Codes
All color formats for development
HEX
#149F44RGB
rgb(20, 159, 68)HSL
hsl(141, 78%, 35%)OKLCH
oklch(0.615 0.171 148.4)CMYK
cmyk(87%, 0%, 57%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F3E
2#107F37
3#0E6F30
4#0C5F29
5#0A4F22
6#08401B
7#063015
8#04200E
9#021007
Tints
Lighter variations
1#17BC51
2#1BDA5E
3#30E570
4#4EE984
5#6BED99
6#89F0AD
7#A6F4C2
8#C4F8D6
9#E1FBEB
Tones
Muted variations
1#1B9846
2#229149
3#298A4B
4#2F834D
5#367C4F
6#3D7551
7#446E53
8#4B6755
9#526057
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB91 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E671 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7131 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF6;
--sea-green-100: #DFFBE9;
--sea-green-200: #C4F8D6;
--sea-green-300: #97F2B7;
--sea-green-400: #60EB91;
--sea-green-500: #33E671;
--sea-green-600: #19C856;
--sea-green-700: #149F44;
--sea-green-800: #0E7131;
--sea-green-900: #09491F;
--sea-green-950: #062D14;
}