Sea Green
#2EB25A
GreenColor Codes
All color formats for development
HEX
#2EB25ARGB
rgb(46, 178, 90)HSL
hsl(140, 59%, 44%)OKLCH
oklch(0.674 0.169 149.8)CMYK
cmyk(74%, 0%, 49%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A151
2#258F48
3#207D3F
4#1C6B36
5#17592D
6#124724
7#0E361B
8#092412
9#051209
Tints
Lighter variations
1#34C966
2#49D076
3#60D687
4#77DC98
5#8DE2AA
6#A4E8BB
7#BBEDCC
8#D2F3DD
9#E8F9EE
Tones
Muted variations
1#35AC5C
2#3BA55F
3#429F61
4#489863
5#4F9165
6#568B67
7#5C846A
8#637D6C
9#6A776E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA94 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D076 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB25A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6533 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114121 | 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: #E3F8EA;
--sea-green-200: #CAF1D7;
--sea-green-300: #A2E7B9;
--sea-green-400: #71DA94;
--sea-green-500: #49D076;
--sea-green-600: #2EB25A;
--sea-green-700: #258E48;
--sea-green-800: #1A6533;
--sea-green-900: #114121;
--sea-green-950: #0A2914;
}