Sea Green
#2DB44C
GreenColor Codes
All color formats for development
HEX
#2DB44CRGB
rgb(45, 180, 76)HSL
hsl(134, 60%, 44%)OKLCH
oklch(0.677 0.184 146.8)CMYK
cmyk(75%, 0%, 58%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A245
2#24903D
3#1F7E35
4#1B6C2E
5#165A26
6#12481F
7#0D3617
8#09240F
9#041208
Tints
Lighter variations
1#33CA56
2#48D168
3#5FD77B
4#76DD8E
5#8DE2A1
6#A4E8B4
7#BAEEC6
8#D1F4D9
9#E8F9EC
Tones
Muted variations
1#34AD50
2#3AA653
3#419F57
4#48995B
5#4F925E
6#558B62
7#5C8465
8#637E69
9#69776D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B2 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB89 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D168 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB44C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E2F8E7;
--sea-green-200: #CAF2D3;
--sea-green-300: #A1E8B2;
--sea-green-400: #70DB89;
--sea-green-500: #47D168;
--sea-green-600: #2DB44C;
--sea-green-700: #248F3D;
--sea-green-800: #1A662B;
--sea-green-900: #10411C;
--sea-green-950: #0A2911;
}