Forest Green
#25BB3C
GreenColor Codes
All color formats for development
HEX
#25BB3CRGB
rgb(37, 187, 60)HSL
hsl(129, 67%, 44%)OKLCH
oklch(0.693 0.206 144.8)CMYK
cmyk(80%, 0%, 68%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A936
2#1E9630
3#1A832A
4#167024
5#135E1E
6#0F4B18
7#0B3812
8#07250C
9#041306
Tints
Lighter variations
1#2AD343
2#40D957
3#58DE6C
4#70E381
5#88E796
6#A0ECAB
7#B7F1C0
8#CFF6D5
9#E7FAEA
Tones
Muted variations
1#2DB441
2#34AC46
3#3CA54B
4#439D51
5#4B9656
6#528E5B
7#5A8760
8#617F66
9#69786B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA9 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE27C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD956 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB3C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D952F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A22 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4416 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E1F9E5;
--forest-green-200: #C8F4CE;
--forest-green-300: #9DECA9;
--forest-green-400: #6AE27C;
--forest-green-500: #3FD956;
--forest-green-600: #25BB3C;
--forest-green-700: #1D952F;
--forest-green-800: #156A22;
--forest-green-900: #0D4416;
--forest-green-950: #082B0E;
}