Sea Green
#2EB251
GreenColor Codes
All color formats for development
HEX
#2EB251RGB
rgb(46, 178, 81)HSL
hsl(136, 59%, 44%)OKLCH
oklch(0.673 0.177 147.8)CMYK
cmyk(74%, 0%, 54%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A149
2#258F41
3#207D39
4#1C6B31
5#175929
6#124721
7#0E3618
8#092410
9#051208
Tints
Lighter variations
1#34C95C
2#49D06D
3#60D680
4#77DC92
5#8DE2A4
6#A4E8B6
7#BBEDC8
8#D2F3DB
9#E8F9ED
Tones
Muted variations
1#35AC54
2#3BA557
3#429F5B
4#48985E
5#4F9161
6#568B64
7#5C8467
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 #E3F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B4 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8D | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB251 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F8E8;
--sea-green-200: #CAF1D5;
--sea-green-300: #A2E7B4;
--sea-green-400: #71DA8D;
--sea-green-500: #49D06D;
--sea-green-600: #2EB251;
--sea-green-700: #258E41;
--sea-green-800: #1A652E;
--sea-green-900: #11411E;
--sea-green-950: #0A2912;
}