Forest Green
#2DB436
GreenColor Codes
All color formats for development
HEX
#2DB436RGB
rgb(45, 180, 54)HSL
hsl(124, 60%, 44%)OKLCH
oklch(0.675 0.2 143.7)CMYK
cmyk(75%, 0%, 70%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A230
2#24902B
3#1F7E26
4#1B6C20
5#165A1B
6#124816
7#0D3610
8#09240B
9#041205
Tints
Lighter variations
1#33CA3D
2#48D151
3#5FD767
4#76DD7D
5#8DE292
6#A4E8A8
7#BAEEBE
8#D1F4D4
9#E8F9E9
Tones
Muted variations
1#34AD3C
2#3AA642
3#419F47
4#48994D
5#4F9253
6#558B59
7#5C845F
8#637E65
9#69776A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A6 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB77 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D151 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB436 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F2B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A661F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104114 | 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: #E2F8E4;
--forest-green-200: #CAF2CD;
--forest-green-300: #A1E8A6;
--forest-green-400: #70DB77;
--forest-green-500: #47D151;
--forest-green-600: #2DB436;
--forest-green-700: #248F2B;
--forest-green-800: #1A661F;
--forest-green-900: #104114;
--forest-green-950: #0A290C;
}