Sea Green
#2CB53C
GreenColor Codes
All color formats for development
HEX
#2CB53CRGB
rgb(44, 181, 60)HSL
hsl(127, 61%, 44%)OKLCH
oklch(0.678 0.198 144.5)CMYK
cmyk(76%, 0%, 67%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A336
2#239130
3#1F7E2A
4#1A6C24
5#165A1E
6#124818
7#0D3612
8#09240C
9#041206
Tints
Lighter variations
1#31CC43
2#47D257
3#5ED86C
4#75DE81
5#8CE396
6#A3E9AB
7#BAEEC0
8#D1F4D5
9#E8F9EA
Tones
Muted variations
1#33AE41
2#39A746
3#40A04B
4#479951
5#4E9256
6#558C5B
7#5C8560
8#637E66
9#69776B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7C | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D257 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB53C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239030 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196722 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104216 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF4;
--sea-green-100: #E2F8E5;
--sea-green-200: #CAF2CE;
--sea-green-300: #A1E8A9;
--sea-green-400: #6FDC7C;
--sea-green-500: #46D257;
--sea-green-600: #2CB53C;
--sea-green-700: #239030;
--sea-green-800: #196722;
--sea-green-900: #104216;
--sea-green-950: #0A290E;
}