Sea Green
#19C84D
GreenColor Codes
All color formats for development
HEX
#19C84DRGB
rgb(25, 200, 77)HSL
hsl(138, 78%, 44%)OKLCH
oklch(0.727 0.211 146.9)CMYK
cmyk(88%, 0%, 62%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B445
2#14A03E
3#118C36
4#0F782E
5#0C6427
6#0A501F
7#073C17
8#05280F
9#021408
Tints
Lighter variations
1#1CE157
2#34E669
3#4DE97C
4#66EC8F
5#80EFA1
6#99F2B4
7#B3F6C7
8#CCF9DA
9#E6FCEC
Tones
Muted variations
1#21BF51
2#2AB654
3#33AD58
4#3CA55B
5#449C5F
6#4D9362
7#568A66
8#5F8269
9#67796D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E668 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C84D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF5;
--sea-green-100: #DFFBE8;
--sea-green-200: #C4F8D4;
--sea-green-300: #97F2B2;
--sea-green-400: #60EB8A;
--sea-green-500: #33E668;
--sea-green-600: #19C84D;
--sea-green-700: #149F3D;
--sea-green-800: #0E712C;
--sea-green-900: #09491C;
--sea-green-950: #062D12;
}