Sea Green
#2CB53E
GreenColor Codes
All color formats for development
HEX
#2CB53ERGB
rgb(44, 181, 62)HSL
hsl(128, 61%, 44%)OKLCH
oklch(0.678 0.196 144.8)CMYK
cmyk(76%, 0%, 66%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A338
2#239132
3#1F7E2B
4#1A6C25
5#165A1F
6#124819
7#0D3613
8#09240C
9#041206
Tints
Lighter variations
1#31CC46
2#47D25A
3#5ED86E
4#75DE83
5#8CE398
6#A3E9AC
7#BAEEC1
8#D1F4D6
9#E8F9EA
Tones
Muted variations
1#33AE43
2#39A748
3#40A04D
4#479952
5#4E9257
6#558C5C
7#5C8561
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 #CAF2CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D259 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB53E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239031 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196723 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | 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: #CAF2CF;
--sea-green-300: #A1E8AA;
--sea-green-400: #6FDC7E;
--sea-green-500: #46D259;
--sea-green-600: #2CB53E;
--sea-green-700: #239031;
--sea-green-800: #196723;
--sea-green-900: #104217;
--sea-green-950: #0A290E;
}