Forest Green
#18C935
GreenColor Codes
All color formats for development
HEX
#18C935RGB
rgb(24, 201, 53)HSL
hsl(130, 79%, 44%)OKLCH
oklch(0.728 0.228 144.3)CMYK
cmyk(88%, 0%, 74%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B530
2#13A12A
3#108D25
4#0E7920
5#0C641B
6#095015
7#073C10
8#05280B
9#021405
Tints
Lighter variations
1#1BE23C
2#33E751
3#4CEA66
4#66ED7C
5#7FF092
6#99F3A8
7#B2F6BE
8#CCF9D3
9#E5FCE9
Tones
Muted variations
1#20C03B
2#29B741
3#32AE47
4#3BA54D
5#449D53
6#4D9459
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 #DFFBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A5 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC77 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E750 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C935 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A02A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D721E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094913 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF3;
--forest-green-100: #DFFBE4;
--forest-green-200: #C4F8CC;
--forest-green-300: #96F3A5;
--forest-green-400: #5FEC77;
--forest-green-500: #32E750;
--forest-green-600: #18C935;
--forest-green-700: #13A02A;
--forest-green-800: #0D721E;
--forest-green-900: #094913;
--forest-green-950: #052E0C;
}