Sea Green
#2DB453
GreenColor Codes
All color formats for development
HEX
#2DB453RGB
rgb(45, 180, 83)HSL
hsl(137, 60%, 44%)OKLCH
oklch(0.678 0.178 148.2)CMYK
cmyk(75%, 0%, 54%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A24B
2#249042
3#1F7E3A
4#1B6C32
5#165A2A
6#124821
7#0D3619
8#092411
9#041208
Tints
Lighter variations
1#33CA5E
2#48D16F
3#5FD781
4#76DD93
5#8DE2A5
6#A4E8B7
7#BAEEC9
8#D1F4DB
9#E8F9ED
Tones
Muted variations
1#34AD56
2#3AA659
3#419F5C
4#48995F
5#4F9262
6#558B65
7#5C8467
8#637E6A
9#69776D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B5 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB8F | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D16E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB453 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E2F8E9;
--sea-green-200: #CAF2D5;
--sea-green-300: #A1E8B5;
--sea-green-400: #70DB8F;
--sea-green-500: #47D16E;
--sea-green-600: #2DB453;
--sea-green-700: #248F42;
--sea-green-800: #1A662F;
--sea-green-900: #10411E;
--sea-green-950: #0A2913;
}