Forest Green
#30B030
GreenColor Codes
All color formats for development
HEX
#30B030RGB
rgb(48, 176, 48)HSL
hsl(120, 57%, 44%)OKLCH
oklch(0.664 0.199 142.9)CMYK
cmyk(73%, 0%, 73%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B9F2B
2#278D27
3#227B22
4#1D6A1D
5#185818
6#134613
7#0E350E
8#0A230A
9#051205
Tints
Lighter variations
1#36C736
2#4CCE4C
3#62D462
4#78DA78
5#8FE08F
6#A5E6A5
7#BCEDBC
8#D2F3D2
9#E9F9E9
Tones
Muted variations
1#37AA37
2#3DA33D
3#439D43
4#4A974A
5#509050
6#578A57
7#5D835D
8#637D63
9#6A776A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6A3 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D973 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE4B | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B030 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B641B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124012 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E3F7E3;
--forest-green-200: #CBF1CB;
--forest-green-300: #A3E6A3;
--forest-green-400: #73D973;
--forest-green-500: #4BCE4B;
--forest-green-600: #30B030;
--forest-green-700: #268C26;
--forest-green-800: #1B641B;
--forest-green-900: #124012;
--forest-green-950: #0B280B;
}