Forest Green
#2FB13A
GreenColor Codes
All color formats for development
HEX
#2FB13ARGB
rgb(47, 177, 58)HSL
hsl(125, 58%, 44%)OKLCH
oklch(0.667 0.194 144.1)CMYK
cmyk(73%, 0%, 67%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA034
2#268E2E
3#217C29
4#1C6A23
5#18591D
6#134717
7#0E3511
8#09230C
9#051206
Tints
Lighter variations
1#35C841
2#4BCF56
3#61D56B
4#78DB80
5#8EE195
6#A5E7AA
7#BBEDBF
8#D2F3D5
9#E8F9EA
Tones
Muted variations
1#36AB3F
2#3CA445
3#439E4A
4#499750
5#509155
6#568A5B
7#5D8460
8#637D65
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 #A2E6A8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA7B | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF55 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB13A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6521 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114015 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E3F8E5;
--forest-green-200: #CBF1CE;
--forest-green-300: #A2E6A8;
--forest-green-400: #72DA7B;
--forest-green-500: #4ACF55;
--forest-green-600: #2FB13A;
--forest-green-700: #258D2E;
--forest-green-800: #1B6521;
--forest-green-900: #114015;
--forest-green-950: #0B280D;
}