Forest Green
#2EB232
GreenColor Codes
All color formats for development
HEX
#2EB232RGB
rgb(46, 178, 50)HSL
hsl(122, 59%, 44%)OKLCH
oklch(0.669 0.2 143.3)CMYK
cmyk(74%, 0%, 72%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A12D
2#258F28
3#207D23
4#1C6B1E
5#175919
6#124714
7#0E360F
8#09240A
9#051205
Tints
Lighter variations
1#34C939
2#49D04E
3#60D664
4#77DC7A
5#8DE290
6#A4E8A6
7#BBEDBD
8#D2F3D3
9#E8F9E9
Tones
Muted variations
1#35AC39
2#3BA53F
3#429F45
4#48984B
5#4F9151
6#568B57
7#5C845E
8#637D64
9#6A776A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A4 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA75 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB232 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114112 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E3F8E3;
--forest-green-200: #CAF1CC;
--forest-green-300: #A2E7A4;
--forest-green-400: #71DA75;
--forest-green-500: #49D04D;
--forest-green-600: #2EB232;
--forest-green-700: #258E28;
--forest-green-800: #1A651D;
--forest-green-900: #114112;
--forest-green-950: #0A290B;
}