Forest Green
#2AB72E
GreenColor Codes
All color formats for development
HEX
#2AB72ERGB
rgb(42, 183, 46)HSL
hsl(122, 63%, 44%)OKLCH
oklch(0.682 0.209 143.1)CMYK
cmyk(77%, 0%, 75%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A52A
2#219225
3#1D8020
4#196E1C
5#155B17
6#114912
7#0C370E
8#082509
9#041205
Tints
Lighter variations
1#2FCE34
2#45D54A
3#5CDA60
4#73DF77
5#8BE58E
6#A2EAA4
7#B9EFBB
8#D0F4D2
9#E8FAE8
Tones
Muted variations
1#31B035
2#38A93B
3#3FA242
4#469B49
5#4D944F
6#548C56
7#5B855C
8#627E63
9#69776A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE71 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D549 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB72E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219125 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18681A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4311 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E2F8E3;
--forest-green-200: #C9F3CA;
--forest-green-300: #9FE9A2;
--forest-green-400: #6EDE71;
--forest-green-500: #44D549;
--forest-green-600: #2AB72E;
--forest-green-700: #219125;
--forest-green-800: #18681A;
--forest-green-900: #0F4311;
--forest-green-950: #092A0B;
}