Forest Green
#18C920
GreenColor Codes
All color formats for development
HEX
#18C920RGB
rgb(24, 201, 32)HSL
hsl(123, 79%, 44%)OKLCH
oklch(0.727 0.237 142.9)CMYK
cmyk(88%, 0%, 84%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B51D
2#13A11A
3#108D17
4#0E7913
5#0C6410
6#09500D
7#073C0A
8#052806
9#021403
Tints
Lighter variations
1#1BE225
2#33E73C
3#4CEA54
4#66ED6C
5#7FF085
6#99F39D
7#B2F6B6
8#CCF9CE
9#E5FCE7
Tones
Muted variations
1#20C028
2#29B730
3#32AE38
4#3BA540
5#449D48
6#4D9450
7#568B58
8#5E8260
9#677968
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F39B | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC66 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E73B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C920 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A01A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF2;
--forest-green-100: #DFFBE0;
--forest-green-200: #C4F8C6;
--forest-green-300: #96F39B;
--forest-green-400: #5FEC66;
--forest-green-500: #32E73B;
--forest-green-600: #18C920;
--forest-green-700: #13A01A;
--forest-green-800: #0D7212;
--forest-green-900: #09490C;
--forest-green-950: #052E07;
}