Sea Green
#2FB156
GreenColor Codes
All color formats for development
HEX
#2FB156RGB
rgb(47, 177, 86)HSL
hsl(138, 58%, 44%)OKLCH
oklch(0.671 0.171 148.9)CMYK
cmyk(73%, 0%, 51%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA04E
2#268E45
3#217C3C
4#1C6A34
5#18592B
6#134722
7#0E351A
8#092311
9#051209
Tints
Lighter variations
1#35C861
2#4BCF72
3#61D584
4#78DB95
5#8EE1A7
6#A5E7B9
7#BBEDCA
8#D2F3DC
9#E8F9ED
Tones
Muted variations
1#36AB59
2#3CA45B
3#439E5E
4#499761
5#509163
6#568A66
7#5D8468
8#637D6B
9#6A776E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA91 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF72 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB156 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6531 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F8E9;
--sea-green-200: #CBF1D6;
--sea-green-300: #A2E6B7;
--sea-green-400: #72DA91;
--sea-green-500: #4ACF72;
--sea-green-600: #2FB156;
--sea-green-700: #258D45;
--sea-green-800: #1B6531;
--sea-green-900: #11401F;
--sea-green-950: #0B2814;
}