Sea Green
#2EB254
GreenColor Codes
All color formats for development
HEX
#2EB254RGB
rgb(46, 178, 84)HSL
hsl(137, 59%, 44%)OKLCH
oklch(0.673 0.174 148.4)CMYK
cmyk(74%, 0%, 53%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A14B
2#258F43
3#207D3A
4#1C6B32
5#17592A
6#124721
7#0E3619
8#092411
9#051208
Tints
Lighter variations
1#34C95E
2#49D070
3#60D681
4#77DC93
5#8DE2A5
6#A4E8B7
7#BBEDC9
8#D2F3DB
9#E8F9ED
Tones
Muted variations
1#35AC56
2#3BA559
3#429F5C
4#48985F
5#4F9162
6#568B65
7#5C8468
8#637D6A
9#6A776D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B5 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8F | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB254 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F8E9;
--sea-green-200: #CAF1D5;
--sea-green-300: #A2E7B5;
--sea-green-400: #71DA8F;
--sea-green-500: #49D06F;
--sea-green-600: #2EB254;
--sea-green-700: #258E42;
--sea-green-800: #1A652F;
--sea-green-900: #11411E;
--sea-green-950: #0A2913;
}