Forest Green
#2EB23B
GreenColor Codes
All color formats for development
HEX
#2EB23BRGB
rgb(46, 178, 59)HSL
hsl(126, 59%, 44%)OKLCH
oklch(0.67 0.194 144.3)CMYK
cmyk(74%, 0%, 67%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A135
2#258F2F
3#207D29
4#1C6B24
5#17591E
6#124718
7#0E3612
8#09240C
9#051206
Tints
Lighter variations
1#34C943
2#49D057
3#60D66C
4#77DC81
5#8DE296
6#A4E8AB
7#BBEDC0
8#D2F3D5
9#E8F9EA
Tones
Muted variations
1#35AC41
2#3BA546
3#429F4B
4#489850
5#4F9156
6#568B5B
7#5C8460
8#637D66
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 | CAF1 #CAF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA7C | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D056 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB23B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6522 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114116 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | 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: #CAF1CE;
--forest-green-300: #A2E7A9;
--forest-green-400: #71DA7C;
--forest-green-500: #49D056;
--forest-green-600: #2EB23B;
--forest-green-700: #258E2F;
--forest-green-800: #1A6522;
--forest-green-900: #114116;
--forest-green-950: #0A290D;
}