Sea Green
#19C842
GreenColor Codes
All color formats for development
HEX
#19C842RGB
rgb(25, 200, 66)HSL
hsl(134, 78%, 44%)OKLCH
oklch(0.726 0.219 145.6)CMYK
cmyk(88%, 0%, 67%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B43B
2#14A034
3#118C2E
4#0F7827
5#0C6421
6#0A501A
7#073C14
8#05280D
9#021407
Tints
Lighter variations
1#1CE14A
2#34E65D
3#4DE971
4#66EC86
5#80EF9A
6#99F2AE
7#B3F6C2
8#CCF9D7
9#E6FCEB
Tones
Muted variations
1#21BF46
2#2AB64B
3#33AD50
4#3CA554
5#449C59
6#4D935E
7#568A62
8#5F8267
9#67796C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB81 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E65D | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C842 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7125 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094918 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF4;
--sea-green-100: #DFFBE6;
--sea-green-200: #C4F8D0;
--sea-green-300: #97F2AC;
--sea-green-400: #60EB81;
--sea-green-500: #33E65D;
--sea-green-600: #19C842;
--sea-green-700: #149F34;
--sea-green-800: #0E7125;
--sea-green-900: #094918;
--sea-green-950: #062D0F;
}