Sea Green
#19C853
GreenColor Codes
All color formats for development
HEX
#19C853RGB
rgb(25, 200, 83)HSL
hsl(140, 78%, 44%)OKLCH
oklch(0.728 0.206 147.8)CMYK
cmyk(88%, 0%, 59%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B44B
2#14A042
3#118C3A
4#0F7832
5#0C642A
6#0A5021
7#073C19
8#052811
9#021408
Tints
Lighter variations
1#1CE15E
2#34E66F
3#4DE981
4#66EC93
5#80EFA5
6#99F2B7
7#B3F6C9
8#CCF9DB
9#E6FCED
Tones
Muted variations
1#21BF56
2#2AB659
3#33AD5C
4#3CA55F
5#449C62
6#4D9365
7#568A67
8#5F826A
9#67796D
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;
}