Sea Green
#2EB244
GreenColor Codes
All color formats for development
HEX
#2EB244RGB
rgb(46, 178, 68)HSL
hsl(130, 59%, 44%)OKLCH
oklch(0.671 0.188 145.5)CMYK
cmyk(74%, 0%, 62%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A13D
2#258F36
3#207D30
4#1C6B29
5#175922
6#12471B
7#0E3614
8#09240E
9#051207
Tints
Lighter variations
1#34C94D
2#49D060
3#60D674
4#77DC88
5#8DE29C
6#A4E8AF
7#BBEDC3
8#D2F3D7
9#E8F9EB
Tones
Muted variations
1#35AC48
2#3BA54D
3#429F51
4#489856
5#4F915A
6#568B5F
7#5C8463
8#637D67
9#6A776C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7AD | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA83 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D05F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB244 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E36 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6527 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114119 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF4;
--sea-green-100: #E3F8E6;
--sea-green-200: #CAF1D1;
--sea-green-300: #A2E7AD;
--sea-green-400: #71DA83;
--sea-green-500: #49D05F;
--sea-green-600: #2EB244;
--sea-green-700: #258E36;
--sea-green-800: #1A6527;
--sea-green-900: #114119;
--sea-green-950: #0A290F;
}