Sea Green
#2DB43D
GreenColor Codes
All color formats for development
HEX
#2DB43DRGB
rgb(45, 180, 61)HSL
hsl(127, 60%, 44%)OKLCH
oklch(0.675 0.195 144.6)CMYK
cmyk(75%, 0%, 66%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A237
2#249030
3#1F7E2A
4#1B6C24
5#165A1E
6#124818
7#0D3612
8#09240C
9#041206
Tints
Lighter variations
1#33CA44
2#48D158
3#5FD76D
4#76DD82
5#8DE297
6#A4E8AC
7#BAEEC0
8#D1F4D5
9#E8F9EA
Tones
Muted variations
1#34AD42
2#3AA647
3#419F4C
4#489951
5#4F9256
6#558B5C
7#5C8461
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 #A1E8A9 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB7D | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D157 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB43D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6622 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104116 | 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: #A1E8A9;
--sea-green-400: #70DB7D;
--sea-green-500: #47D157;
--sea-green-600: #2DB43D;
--sea-green-700: #248F30;
--sea-green-800: #1A6622;
--sea-green-900: #104116;
--sea-green-950: #0A290E;
}