Sea Green
#2DB45C
GreenColor Codes
All color formats for development
HEX
#2DB45CRGB
rgb(45, 180, 92)HSL
hsl(141, 60%, 44%)OKLCH
oklch(0.679 0.17 150.1)CMYK
cmyk(75%, 0%, 49%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A253
2#24904A
3#1F7E40
4#1B6C37
5#165A2E
6#124825
7#0D361C
8#092412
9#041209
Tints
Lighter variations
1#33CA68
2#48D178
3#5FD789
4#76DD9A
5#8DE2AB
6#A4E8BC
7#BAEECC
8#D1F4DD
9#E8F9EE
Tones
Muted variations
1#34AD5E
2#3AA660
3#419F62
4#489964
5#4F9266
6#558B68
7#5C846A
8#637E6C
9#69776E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BA | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB96 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D178 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB45C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6634 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104121 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E2F8EA;
--sea-green-200: #CAF2D8;
--sea-green-300: #A1E8BA;
--sea-green-400: #70DB96;
--sea-green-500: #47D178;
--sea-green-600: #2DB45C;
--sea-green-700: #248F49;
--sea-green-800: #1A6634;
--sea-green-900: #104121;
--sea-green-950: #0A2915;
}