Sea Green
#2DB451
GreenColor Codes
All color formats for development
HEX
#2DB451RGB
rgb(45, 180, 81)HSL
hsl(136, 60%, 44%)OKLCH
oklch(0.678 0.18 147.8)CMYK
cmyk(75%, 0%, 55%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A249
2#249041
3#1F7E39
4#1B6C30
5#165A28
6#124820
7#0D3618
8#092410
9#041208
Tints
Lighter variations
1#33CA5B
2#48D16D
3#5FD77F
4#76DD91
5#8DE2A4
6#A4E8B6
7#BAEEC8
8#D1F4DA
9#E8F9ED
Tones
Muted variations
1#34AD54
2#3AA657
3#419F5A
4#48995D
5#4F9260
6#558B64
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 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B4 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB8D | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D16C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB451 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E2F8E8;
--sea-green-200: #CAF2D5;
--sea-green-300: #A1E8B4;
--sea-green-400: #70DB8D;
--sea-green-500: #47D16C;
--sea-green-600: #2DB451;
--sea-green-700: #248F40;
--sea-green-800: #1A662E;
--sea-green-900: #10411D;
--sea-green-950: #0A2912;
}