Forest Green
#16CA1F
GreenColor Codes
All color formats for development
HEX
#16CA1FRGB
rgb(22, 202, 31)HSL
hsl(123, 80%, 44%)OKLCH
oklch(0.729 0.239 142.9)CMYK
cmyk(89%, 0%, 85%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B61C
2#12A219
3#108D16
4#0D7913
5#0B6510
6#09510D
7#073D09
8#042806
9#021403
Tints
Lighter variations
1#19E423
2#31E83B
3#4BEB53
4#65EE6C
5#7EF184
6#98F49D
7#B2F6B5
8#CCF9CE
9#E5FCE6
Tones
Muted variations
1#1FC127
2#28B830
3#31AF38
4#3AA640
5#439D48
6#4C9450
7#558B58
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 | C3F8 #C3F8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F39A | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED65 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E83A | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A119 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7312 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08490B | 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: #C3F8C6;
--forest-green-300: #95F39A;
--forest-green-400: #5EED65;
--forest-green-500: #30E83A;
--forest-green-600: #16CA1F;
--forest-green-700: #12A119;
--forest-green-800: #0D7312;
--forest-green-900: #08490B;
--forest-green-950: #052E07;
}