Forest Green
#16CA40
GreenColor Codes
All color formats for development
HEX
#16CA40RGB
rgb(22, 202, 64)HSL
hsl(134, 80%, 44%)OKLCH
oklch(0.731 0.223 145.4)CMYK
cmyk(89%, 0%, 68%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B63A
2#12A233
3#108D2D
4#0D7927
5#0B6520
6#09511A
7#073D13
8#04280D
9#021406
Tints
Lighter variations
1#19E449
2#31E85C
3#4BEB70
4#65EE85
5#7EF199
6#98F4AE
7#B2F6C2
8#CCF9D6
9#E5FCEB
Tones
Muted variations
1#1FC145
2#28B84A
3#31AF4F
4#3AA653
5#439D58
6#4C945D
7#558B62
8#5E8267
9#67796B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3AB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED80 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E85B | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA40 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A133 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7325 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084917 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF4;
--forest-green-100: #DFFBE6;
--forest-green-200: #C3F8D0;
--forest-green-300: #95F3AB;
--forest-green-400: #5EED80;
--forest-green-500: #30E85B;
--forest-green-600: #16CA40;
--forest-green-700: #12A133;
--forest-green-800: #0D7325;
--forest-green-900: #084917;
--forest-green-950: #052E0F;
}