Sea Green
#16CA4C
GreenColor Codes
All color formats for development
HEX
#16CA4CRGB
rgb(22, 202, 76)HSL
hsl(138, 80%, 44%)OKLCH
oklch(0.732 0.214 146.8)CMYK
cmyk(89%, 0%, 62%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B645
2#12A23D
3#108D35
4#0D792E
5#0B6526
6#09511F
7#073D17
8#04280F
9#021408
Tints
Lighter variations
1#19E456
2#31E868
3#4BEB7B
4#65EE8E
5#7EF1A1
6#98F4B4
7#B2F6C6
8#CCF9D9
9#E5FCEC
Tones
Muted variations
1#1FC150
2#28B853
3#31AF57
4#3AA65B
5#439D5E
6#4C9462
7#558B65
8#5E8269
9#67796D
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 | C3F8 #C3F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED89 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E868 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A13D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D732B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E11 | 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: #C3F8D3;
--sea-green-300: #95F3B2;
--sea-green-400: #5EED89;
--sea-green-500: #30E868;
--sea-green-600: #16CA4C;
--sea-green-700: #12A13D;
--sea-green-800: #0D732B;
--sea-green-900: #08491C;
--sea-green-950: #052E11;
}