Forest Green
#25BB37
GreenColor Codes
All color formats for development
HEX
#25BB37RGB
rgb(37, 187, 55)HSL
hsl(127, 67%, 44%)OKLCH
oklch(0.692 0.209 144.2)CMYK
cmyk(80%, 0%, 71%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A931
2#1E962C
3#1A8326
4#167021
5#135E1B
6#0F4B16
7#0B3810
8#07250B
9#041305
Tints
Lighter variations
1#2AD33E
2#40D952
3#58DE68
4#70E37D
5#88E793
6#A0ECA9
7#B7F1BE
8#CFF6D4
9#E7FAE9
Tones
Muted variations
1#2DB43C
2#34AC42
3#3CA548
4#439D4E
5#4B9653
6#528E59
7#5A875F
8#617F65
9#69786A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA6 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE278 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD951 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB37 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D952B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A1F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4414 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E1F9E4;
--forest-green-200: #C8F4CD;
--forest-green-300: #9DECA6;
--forest-green-400: #6AE278;
--forest-green-500: #3FD951;
--forest-green-600: #25BB37;
--forest-green-700: #1D952B;
--forest-green-800: #156A1F;
--forest-green-900: #0D4414;
--forest-green-950: #082B0C;
}