Forest Green
#1BC51B
GreenColor Codes
All color formats for development
HEX
#1BC51BRGB
rgb(27, 197, 27)HSL
hsl(120, 76%, 44%)OKLCH
oklch(0.716 0.235 142.6)CMYK
cmyk(86%, 0%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B218
2#169E16
3#138A13
4#107610
5#0D630D
6#0B4F0B
7#083B08
8#052705
9#031403
Tints
Lighter variations
1#1EDF1E
2#36E436
3#4FE74F
4#68EA68
5#81EE81
6#9AF19A
7#B4F5B4
8#CDF8CD
9#E6FCE6
Tones
Muted variations
1#23BD23
2#2CB42C
3#35AC35
4#3DA33D
5#469B46
6#4E924E
7#578A57
8#5F815F
9#687968
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F198 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA62 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF2;
--forest-green-100: #E0FBE0;
--forest-green-200: #C5F7C5;
--forest-green-300: #98F198;
--forest-green-400: #62EA62;
--forest-green-500: #35E335;
--forest-green-600: #1BC51B;
--forest-green-700: #159D15;
--forest-green-800: #0F700F;
--forest-green-900: #0A480A;
--forest-green-950: #062D06;
}