Forest Green
#2EB235
GreenColor Codes
All color formats for development
HEX
#2EB235RGB
rgb(46, 178, 53)HSL
hsl(123, 59%, 44%)OKLCH
oklch(0.669 0.198 143.6)CMYK
cmyk(74%, 0%, 70%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A12F
2#258F2A
3#207D25
4#1C6B20
5#17591A
6#124715
7#0E3610
8#09240B
9#051205
Tints
Lighter variations
1#34C93B
2#49D050
3#60D666
4#77DC7C
5#8DE292
6#A4E8A8
7#BBEDBD
8#D2F3D3
9#E8F9E9
Tones
Muted variations
1#35AC3B
2#3BA541
3#429F46
4#48984C
5#4F9152
6#568B58
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 #E3F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A5 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA76 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB235 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114113 | 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: #CAF1CC;
--forest-green-300: #A2E7A5;
--forest-green-400: #71DA76;
--forest-green-500: #49D04F;
--forest-green-600: #2EB235;
--forest-green-700: #258E2A;
--forest-green-800: #1A651E;
--forest-green-900: #114113;
--forest-green-950: #0A290C;
}