Forest Green
#25BB25
GreenColor Codes
All color formats for development
HEX
#25BB25RGB
rgb(37, 187, 37)HSL
hsl(120, 67%, 44%)OKLCH
oklch(0.691 0.219 142.7)CMYK
cmyk(80%, 0%, 80%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A921
2#1E961E
3#1A831A
4#167016
5#135E13
6#0F4B0F
7#0B380B
8#072507
9#041304
Tints
Lighter variations
1#2AD32A
2#40D940
3#58DE58
4#70E370
5#88E788
6#A0ECA0
7#B7F1B7
8#CFF6CF
9#E7FAE7
Tones
Muted variations
1#2DB42D
2#34AC34
3#3CA53C
4#439D43
5#4B964B
6#528E52
7#5A875A
8#617F61
9#697869
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DEC9D | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE26A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD93F | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D951D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A15 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D440D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF2;
--forest-green-100: #E1F9E1;
--forest-green-200: #C8F4C8;
--forest-green-300: #9DEC9D;
--forest-green-400: #6AE26A;
--forest-green-500: #3FD93F;
--forest-green-600: #25BB25;
--forest-green-700: #1D951D;
--forest-green-800: #156A15;
--forest-green-900: #0D440D;
--forest-green-950: #082B08;
}