Forest Green
#18C92C
GreenColor Codes
All color formats for development
HEX
#18C92CRGB
rgb(24, 201, 44)HSL
hsl(127, 79%, 44%)OKLCH
oklch(0.727 0.232 143.6)CMYK
cmyk(88%, 0%, 78%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B528
2#13A123
3#108D1F
4#0E791B
5#0C6416
6#095012
7#073C0D
8#052809
9#021404
Tints
Lighter variations
1#1BE232
2#33E748
3#4CEA5E
4#66ED75
5#7FF08C
6#99F3A3
7#B2F6BA
8#CCF9D1
9#E5FCE8
Tones
Muted variations
1#20C033
2#29B73A
3#32AE41
4#3BA547
5#449D4E
6#4D9455
7#568B5C
8#5E8263
9#677969
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC70 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E747 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C92C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A023 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7219 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094910 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF3;
--forest-green-100: #DFFBE2;
--forest-green-200: #C4F8CA;
--forest-green-300: #96F3A1;
--forest-green-400: #5FEC70;
--forest-green-500: #32E747;
--forest-green-600: #18C92C;
--forest-green-700: #13A023;
--forest-green-800: #0D7219;
--forest-green-900: #094910;
--forest-green-950: #052E0A;
}