Sea Green
#2FB15B
GreenColor Codes
All color formats for development
HEX
#2FB15BRGB
rgb(47, 177, 91)HSL
hsl(140, 58%, 44%)OKLCH
oklch(0.672 0.166 150)CMYK
cmyk(73%, 0%, 49%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA051
2#268E48
3#217C3F
4#1C6A36
5#18592D
6#134724
7#0E351B
8#092312
9#051209
Tints
Lighter variations
1#35C866
2#4BCF77
3#61D588
4#78DB99
5#8EE1AA
6#A5E7BB
7#BBEDCC
8#D2F3DD
9#E8F9EE
Tones
Muted variations
1#36AB5D
2#3CA45F
3#439E61
4#499763
5#509165
6#568A68
7#5D846A
8#637D6C
9#6A776E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA94 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF76 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6533 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114021 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F8EA;
--sea-green-200: #CBF1D7;
--sea-green-300: #A2E6B9;
--sea-green-400: #72DA94;
--sea-green-500: #4ACF76;
--sea-green-600: #2FB15B;
--sea-green-700: #258D48;
--sea-green-800: #1B6533;
--sea-green-900: #114021;
--sea-green-950: #0B2815;
}