Forest Green
#2EB239
GreenColor Codes
All color formats for development
HEX
#2EB239RGB
rgb(46, 178, 57)HSL
hsl(125, 59%, 44%)OKLCH
oklch(0.67 0.196 144.1)CMYK
cmyk(74%, 0%, 68%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A133
2#258F2E
3#207D28
4#1C6B22
5#17591D
6#124717
7#0E3611
8#09240B
9#051206
Tints
Lighter variations
1#34C940
2#49D055
3#60D66A
4#77DC7F
5#8DE294
6#A4E8AA
7#BBEDBF
8#D2F3D4
9#E8F9EA
Tones
Muted variations
1#35AC3F
2#3BA544
3#429F4A
4#48984F
5#4F9155
6#568B5A
7#5C8460
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 #E3F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA7A | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D054 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB239 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6520 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114115 | 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: #E3F8E4;
--forest-green-200: #CAF1CE;
--forest-green-300: #A2E7A8;
--forest-green-400: #71DA7A;
--forest-green-500: #49D054;
--forest-green-600: #2EB239;
--forest-green-700: #258E2D;
--forest-green-800: #1A6520;
--forest-green-900: #114115;
--forest-green-950: #0A290D;
}