Sea Green
#2EB242
GreenColor Codes
All color formats for development
HEX
#2EB242RGB
rgb(46, 178, 66)HSL
hsl(129, 59%, 44%)OKLCH
oklch(0.671 0.189 145.2)CMYK
cmyk(74%, 0%, 63%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A13B
2#258F35
3#207D2E
4#1C6B28
5#175921
6#12471A
7#0E3614
8#09240D
9#051207
Tints
Lighter variations
1#34C94A
2#49D05E
3#60D672
4#77DC86
5#8DE29A
6#A4E8AE
7#BBEDC2
8#D2F3D7
9#E8F9EB
Tones
Muted variations
1#35AC46
2#3BA54B
3#429F50
4#489854
5#4F9159
6#568B5E
7#5C8462
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 #CAF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7AC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA81 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D05D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB242 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6525 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114118 | 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: #CAF1D0;
--sea-green-300: #A2E7AC;
--sea-green-400: #71DA81;
--sea-green-500: #49D05D;
--sea-green-600: #2EB242;
--sea-green-700: #258E34;
--sea-green-800: #1A6525;
--sea-green-900: #114118;
--sea-green-950: #0A290F;
}