Forest Green
#18C932
GreenColor Codes
All color formats for development
HEX
#18C932RGB
rgb(24, 201, 50)HSL
hsl(129, 79%, 44%)OKLCH
oklch(0.728 0.229 144.1)CMYK
cmyk(88%, 0%, 75%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B52D
2#13A128
3#108D23
4#0E791E
5#0C6419
6#095014
7#073C0F
8#05280A
9#021405
Tints
Lighter variations
1#1BE239
2#33E74E
3#4CEA64
4#66ED7A
5#7FF090
6#99F3A6
7#B2F6BC
8#CCF9D3
9#E5FCE9
Tones
Muted variations
1#20C038
2#29B73F
3#32AE45
4#3BA54B
5#449D51
6#4D9457
7#568B5E
8#5E8264
9#67796A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A4 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC74 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E74D | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C932 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A028 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D721C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094912 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF3;
--forest-green-100: #DFFBE3;
--forest-green-200: #C4F8CC;
--forest-green-300: #96F3A4;
--forest-green-400: #5FEC74;
--forest-green-500: #32E74D;
--forest-green-600: #18C932;
--forest-green-700: #13A028;
--forest-green-800: #0D721C;
--forest-green-900: #094912;
--forest-green-950: #052E0B;
}