Forest Green
#2FB12F
GreenColor Codes
All color formats for development
HEX
#2FB12FRGB
rgb(47, 177, 47)HSL
hsl(120, 58%, 44%)OKLCH
oklch(0.666 0.201 142.9)CMYK
cmyk(73%, 0%, 73%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA02A
2#268E26
3#217C21
4#1C6A1C
5#185918
6#134713
7#0E350E
8#092309
9#051205
Tints
Lighter variations
1#35C835
2#4BCF4B
3#61D561
4#78DB78
5#8EE18E
6#A5E7A5
7#BBEDBB
8#D2F3D2
9#E8F9E8
Tones
Muted variations
1#36AB36
2#3CA43C
3#439E43
4#499749
5#509150
6#568A56
7#5D845D
8#637D63
9#6A776A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA72 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF4A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB12F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B651B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114011 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E3F8E3;
--forest-green-200: #CBF1CB;
--forest-green-300: #A2E6A2;
--forest-green-400: #72DA72;
--forest-green-500: #4ACF4A;
--forest-green-600: #2FB12F;
--forest-green-700: #258D25;
--forest-green-800: #1B651B;
--forest-green-900: #114011;
--forest-green-950: #0B280B;
}