Forest Green
#1E9424
GreenColor Codes
All color formats for development
HEX
#1E9424RGB
rgb(30, 148, 36)HSL
hsl(123, 66%, 35%)OKLCH
oklch(0.582 0.179 143.4)CMYK
cmyk(80%, 0%, 76%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8521
2#18771D
3#156819
4#125916
5#0F4A12
6#0C3B0E
7#092C0B
8#061E07
9#030F04
Tints
Lighter variations
1#24B02B
2#2ACB32
3#3ED846
4#5ADD60
5#75E37B
6#91E895
7#ACEEB0
8#C8F4CA
9#E3F9E5
Tones
Muted variations
1#248E2A
2#2A882F
3#308234
4#367D39
5#3C773F
6#427144
7#486B49
8#4D654F
9#535F54
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBA2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE171 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D848 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA2E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9424 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4411 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E1F9E3;
--forest-green-200: #C8F4CA;
--forest-green-300: #9EEBA2;
--forest-green-400: #6BE171;
--forest-green-500: #41D848;
--forest-green-600: #26BA2E;
--forest-green-700: #1E9424;
--forest-green-800: #166A1A;
--forest-green-900: #0E4411;
--forest-green-950: #092A0A;
}