Sea Green
#2FB13C
GreenColor Codes
All color formats for development
HEX
#2FB13CRGB
rgb(47, 177, 60)HSL
hsl(126, 58%, 44%)OKLCH
oklch(0.668 0.192 144.4)CMYK
cmyk(73%, 0%, 66%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA036
2#268E30
3#217C2A
4#1C6A24
5#18591E
6#134718
7#0E3512
8#09230C
9#051206
Tints
Lighter variations
1#35C844
2#4BCF58
3#61D56D
4#78DB82
5#8EE196
6#A5E7AB
7#BBEDC0
8#D2F3D5
9#E8F9EA
Tones
Muted variations
1#36AB41
2#3CA447
3#439E4C
4#499751
5#509156
6#568A5B
7#5D8461
8#637D66
9#6A776B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA7C | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF57 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB13C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6522 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114016 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF4;
--sea-green-100: #E3F8E5;
--sea-green-200: #CBF1CE;
--sea-green-300: #A2E6A9;
--sea-green-400: #72DA7C;
--sea-green-500: #4ACF57;
--sea-green-600: #2FB13C;
--sea-green-700: #258D30;
--sea-green-800: #1B6522;
--sea-green-900: #114016;
--sea-green-950: #0B280E;
}