Sea Green
#149F42
GreenColor Codes
All color formats for development
HEX
#149F42RGB
rgb(20, 159, 66)HSL
hsl(140, 78%, 35%)OKLCH
oklch(0.615 0.172 148)CMYK
cmyk(87%, 0%, 58%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F3B
2#107F35
3#0E6F2E
4#0C5F28
5#0A4F21
6#08401A
7#063014
8#04200D
9#021007
Tints
Lighter variations
1#17BC4E
2#1BDA5B
3#30E56D
4#4EE982
5#6BED97
6#89F0AB
7#A6F4C0
8#C4F8D5
9#E1FBEA
Tones
Muted variations
1#1B9844
2#229147
3#298A49
4#2F834B
5#367C4E
6#3D7550
7#446E52
8#4B6755
9#526057
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B5 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8F | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E66E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C853 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF5;
--sea-green-100: #DFFBE9;
--sea-green-200: #C4F8D5;
--sea-green-300: #97F2B5;
--sea-green-400: #60EB8F;
--sea-green-500: #33E66E;
--sea-green-600: #19C853;
--sea-green-700: #149F42;
--sea-green-800: #0E712F;
--sea-green-900: #09491E;
--sea-green-950: #062D13;
}