Forest Green
#16CA2B
GreenColor Codes
All color formats for development
HEX
#16CA2BRGB
rgb(22, 202, 43)HSL
hsl(127, 80%, 44%)OKLCH
oklch(0.73 0.234 143.6)CMYK
cmyk(89%, 0%, 79%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B627
2#12A223
3#108D1E
4#0D791A
5#0B6516
6#095111
7#073D0D
8#042809
9#021404
Tints
Lighter variations
1#19E431
2#31E847
3#4BEB5E
4#65EE75
5#7EF18C
6#98F4A3
7#B2F6BA
8#CCF9D1
9#E5FCE8
Tones
Muted variations
1#1FC132
2#28B839
3#31AF40
4#3AA647
5#439D4E
6#4C9455
7#558B5C
8#5E8262
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 | C3F8 #C3F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3A0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED6F | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E846 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A123 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7319 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084910 | 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: #C3F8CA;
--forest-green-300: #95F3A0;
--forest-green-400: #5EED6F;
--forest-green-500: #30E846;
--forest-green-600: #16CA2B;
--forest-green-700: #12A123;
--forest-green-800: #0D7319;
--forest-green-900: #084910;
--forest-green-950: #052E0A;
}