Sea Green
#2FB14D
GreenColor Codes
All color formats for development
HEX
#2FB14DRGB
rgb(47, 177, 77)HSL
hsl(134, 58%, 44%)OKLCH
oklch(0.67 0.179 147)CMYK
cmyk(73%, 0%, 56%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA046
2#268E3E
3#217C36
4#1C6A2E
5#185927
6#13471F
7#0E3517
8#09230F
9#051208
Tints
Lighter variations
1#35C857
2#4BCF69
3#61D57C
4#78DB8F
5#8EE1A2
6#A5E7B4
7#BBEDC7
8#D2F3DA
9#E8F9EC
Tones
Muted variations
1#36AB51
2#3CA454
3#439E58
4#49975B
5#50915F
6#568A62
7#5D8466
8#637D69
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 | CBF1 #CBF1D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA8A | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF69 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB14D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | 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: #CBF1D4;
--sea-green-300: #A2E6B2;
--sea-green-400: #72DA8A;
--sea-green-500: #4ACF69;
--sea-green-600: #2FB14D;
--sea-green-700: #258D3E;
--sea-green-800: #1B652C;
--sea-green-900: #11401C;
--sea-green-950: #0B2812;
}