Forest Green
#2EB237
GreenColor Codes
All color formats for development
HEX
#2EB237RGB
rgb(46, 178, 55)HSL
hsl(124, 59%, 44%)OKLCH
oklch(0.67 0.197 143.8)CMYK
cmyk(74%, 0%, 69%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A131
2#258F2C
3#207D26
4#1C6B21
5#17591B
6#124716
7#0E3610
8#09240B
9#051205
Tints
Lighter variations
1#34C93E
2#49D052
3#60D668
4#77DC7E
5#8DE293
6#A4E8A9
7#BBEDBE
8#D2F3D4
9#E8F9E9
Tones
Muted variations
1#35AC3D
2#3BA542
3#429F48
4#48984E
5#4F9154
6#568B59
7#5C845F
8#637D65
9#6A776A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A6 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA78 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D052 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB237 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114114 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E3F8E4;
--forest-green-200: #CAF1CD;
--forest-green-300: #A2E7A6;
--forest-green-400: #71DA78;
--forest-green-500: #49D052;
--forest-green-600: #2EB237;
--forest-green-700: #258E2C;
--forest-green-800: #1A651F;
--forest-green-900: #114114;
--forest-green-950: #0A290C;
}