Sea Green
#2FB14B
GreenColor Codes
All color formats for development
HEX
#2FB14BRGB
rgb(47, 177, 75)HSL
hsl(133, 58%, 44%)OKLCH
oklch(0.669 0.18 146.7)CMYK
cmyk(73%, 0%, 58%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA044
2#268E3C
3#217C35
4#1C6A2D
5#185926
6#13471E
7#0E3517
8#09230F
9#051208
Tints
Lighter variations
1#35C855
2#4BCF67
3#61D57A
4#78DB8D
5#8EE1A0
6#A5E7B3
7#BBEDC6
8#D2F3D9
9#E8F9EC
Tones
Muted variations
1#36AB4F
2#3CA453
3#439E56
4#49975A
5#50915E
6#568A61
7#5D8465
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 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF67 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB14B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | 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: #CBF1D3;
--sea-green-300: #A2E6B1;
--sea-green-400: #72DA88;
--sea-green-500: #4ACF67;
--sea-green-600: #2FB14B;
--sea-green-700: #258D3C;
--sea-green-800: #1B652B;
--sea-green-900: #11401B;
--sea-green-950: #0B2811;
}