Forest Green
#2DB43A
GreenColor Codes
All color formats for development
HEX
#2DB43ARGB
rgb(45, 180, 58)HSL
hsl(126, 60%, 44%)OKLCH
oklch(0.675 0.198 144.2)CMYK
cmyk(75%, 0%, 68%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A235
2#24902F
3#1F7E29
4#1B6C23
5#165A1D
6#124817
7#0D3612
8#09240C
9#041206
Tints
Lighter variations
1#33CA42
2#48D156
3#5FD76B
4#76DD80
5#8DE295
6#A4E8AA
7#BAEEC0
8#D1F4D5
9#E8F9EA
Tones
Muted variations
1#34AD40
2#3AA645
3#419F4B
4#489950
5#4F9255
6#558B5B
7#5C8460
8#637E65
9#69776B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB7B | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D155 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB43A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6621 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104115 | 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: #E2F8E5;
--forest-green-200: #CAF2CE;
--forest-green-300: #A1E8A8;
--forest-green-400: #70DB7B;
--forest-green-500: #47D155;
--forest-green-600: #2DB43A;
--forest-green-700: #248F2E;
--forest-green-800: #1A6621;
--forest-green-900: #104115;
--forest-green-950: #0A290D;
}