Sea Green
#2DB45A
GreenColor Codes
All color formats for development
HEX
#2DB45ARGB
rgb(45, 180, 90)HSL
hsl(140, 60%, 44%)OKLCH
oklch(0.679 0.172 149.7)CMYK
cmyk(75%, 0%, 50%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A251
2#249048
3#1F7E3F
4#1B6C36
5#165A2D
6#124824
7#0D361B
8#092412
9#041209
Tints
Lighter variations
1#33CA65
2#48D176
3#5FD787
4#76DD98
5#8DE2A9
6#A4E8BA
7#BAEECC
8#D1F4DD
9#E8F9EE
Tones
Muted variations
1#34AD5C
2#3AA65E
3#419F60
4#489963
5#4F9265
6#558B67
7#5C8469
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 #CAF2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B9 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB94 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D175 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB45A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6633 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104121 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | 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: #CAF2D7;
--sea-green-300: #A1E8B9;
--sea-green-400: #70DB94;
--sea-green-500: #47D175;
--sea-green-600: #2DB45A;
--sea-green-700: #248F47;
--sea-green-800: #1A6633;
--sea-green-900: #104121;
--sea-green-950: #0A2914;
}