Sea Green
#2CB540
GreenColor Codes
All color formats for development
HEX
#2CB540RGB
rgb(44, 181, 64)HSL
hsl(129, 61%, 44%)OKLCH
oklch(0.678 0.195 145)CMYK
cmyk(76%, 0%, 65%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A33A
2#239133
3#1F7E2D
4#1A6C27
5#165A20
6#12481A
7#0D3613
8#09240D
9#041206
Tints
Lighter variations
1#31CC48
2#47D25C
3#5ED870
4#75DE85
5#8CE399
6#A3E9AD
7#BAEEC2
8#D1F4D6
9#E8F9EB
Tones
Muted variations
1#33AE45
2#39A74A
3#40A04F
4#479953
5#4E9258
6#558C5D
7#5C8562
8#637E67
9#69776B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC80 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D25B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB540 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239033 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196725 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF4;
--sea-green-100: #E2F8E6;
--sea-green-200: #CAF2D0;
--sea-green-300: #A1E8AB;
--sea-green-400: #6FDC80;
--sea-green-500: #46D25B;
--sea-green-600: #2CB540;
--sea-green-700: #239033;
--sea-green-800: #196725;
--sea-green-900: #104217;
--sea-green-950: #0A290F;
}