Forest Green
#1BC52F
GreenColor Codes
All color formats for development
HEX
#1BC52FRGB
rgb(27, 197, 47)HSL
hsl(127, 76%, 44%)OKLCH
oklch(0.717 0.226 143.8)CMYK
cmyk(86%, 0%, 76%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B22A
2#169E25
3#138A21
4#10761C
5#0D6317
6#0B4F13
7#083B0E
8#052709
9#031405
Tints
Lighter variations
1#1EDF35
2#36E44A
3#4FE761
4#68EA77
5#81EE8E
6#9AF1A5
7#B4F5BB
8#CDF8D2
9#E6FCE8
Tones
Muted variations
1#23BD35
2#2CB43C
3#35AC42
4#3DA349
5#469B50
6#4E9256
7#578A5D
8#5F8163
9#68796A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA72 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E349 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4811 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF3;
--forest-green-100: #E0FBE3;
--forest-green-200: #C5F7CB;
--forest-green-300: #98F1A2;
--forest-green-400: #62EA72;
--forest-green-500: #35E349;
--forest-green-600: #1BC52F;
--forest-green-700: #159D25;
--forest-green-800: #0F701B;
--forest-green-900: #0A4811;
--forest-green-950: #062D0B;
}