Sea Green
#16CA4F
GreenColor Codes
All color formats for development
HEX
#16CA4FRGB
rgb(22, 202, 79)HSL
hsl(139, 80%, 44%)OKLCH
oklch(0.733 0.212 147.2)CMYK
cmyk(89%, 0%, 61%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B647
2#12A23F
3#108D38
4#0D7930
5#0B6528
6#095120
7#073D18
8#042810
9#021408
Tints
Lighter variations
1#19E459
2#31E86B
3#4BEB7E
4#65EE90
5#7EF1A3
6#98F4B5
7#B2F6C8
8#CCF9DA
9#E5FCED
Tones
Muted variations
1#1FC153
2#28B856
3#31AF59
4#3AA65C
5#439D60
6#4C9463
7#558B66
8#5E826A
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 | C3F8 #C3F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED8C | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E86B | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A13F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D732D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E12 | 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: #C3F8D4;
--sea-green-300: #95F3B3;
--sea-green-400: #5EED8C;
--sea-green-500: #30E86B;
--sea-green-600: #16CA4F;
--sea-green-700: #12A13F;
--sea-green-800: #0D732D;
--sea-green-900: #08491D;
--sea-green-950: #052E12;
}