Sea Green
#2EB24B
GreenColor Codes
All color formats for development
HEX
#2EB24BRGB
rgb(46, 178, 75)HSL
hsl(133, 59%, 44%)OKLCH
oklch(0.672 0.182 146.7)CMYK
cmyk(74%, 0%, 58%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A143
2#258F3C
3#207D34
4#1C6B2D
5#175925
6#12471E
7#0E3616
8#09240F
9#051207
Tints
Lighter variations
1#34C954
2#49D067
3#60D67A
4#77DC8D
5#8DE2A0
6#A4E8B3
7#BBEDC6
8#D2F3D9
9#E8F9EC
Tones
Muted variations
1#35AC4E
2#3BA552
3#429F56
4#48985A
5#4F915D
6#568B61
7#5C8465
8#637D69
9#6A776C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B1 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D066 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB24B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F8E7;
--sea-green-200: #CAF1D3;
--sea-green-300: #A2E7B1;
--sea-green-400: #71DA88;
--sea-green-500: #49D066;
--sea-green-600: #2EB24B;
--sea-green-700: #258E3B;
--sea-green-800: #1A652A;
--sea-green-900: #11411B;
--sea-green-950: #0A2911;
}