Sea Green
#19C84A
GreenColor Codes
All color formats for development
HEX
#19C84ARGB
rgb(25, 200, 74)HSL
hsl(137, 78%, 44%)OKLCH
oklch(0.727 0.213 146.5)CMYK
cmyk(88%, 0%, 63%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B443
2#14A03B
3#118C34
4#0F782D
5#0C6425
6#0A501E
7#073C16
8#05280F
9#021407
Tints
Lighter variations
1#1CE154
2#34E666
3#4DE979
4#66EC8C
5#80EF9F
6#99F2B3
7#B3F6C6
8#CCF9D9
9#E6FCEC
Tones
Muted variations
1#21BF4E
2#2AB652
3#33AD56
4#3CA559
5#449C5D
6#4D9361
7#568A65
8#5F8269
9#67796C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB88 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF5;
--sea-green-100: #DFFBE7;
--sea-green-200: #C4F8D3;
--sea-green-300: #97F2B1;
--sea-green-400: #60EB88;
--sea-green-500: #33E665;
--sea-green-600: #19C84A;
--sea-green-700: #149F3B;
--sea-green-800: #0E712A;
--sea-green-900: #09491B;
--sea-green-950: #062D11;
}