Forest Green
#25BB2D
GreenColor Codes
All color formats for development
HEX
#25BB2DRGB
rgb(37, 187, 45)HSL
hsl(123, 67%, 44%)OKLCH
oklch(0.691 0.215 143.3)CMYK
cmyk(80%, 0%, 76%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A928
2#1E9624
3#1A831F
4#16701B
5#135E16
6#0F4B12
7#0B380D
8#072509
9#041304
Tints
Lighter variations
1#2AD332
2#40D948
3#58DE5F
4#70E376
5#88E78D
6#A0ECA3
7#B7F1BA
8#CFF6D1
9#E7FAE8
Tones
Muted variations
1#2DB433
2#34AC3A
3#3CA541
4#439D48
5#4B964E
6#528E55
7#5A875C
8#617F63
9#697869
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE270 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD947 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB2D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9523 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4410 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E1F9E2;
--forest-green-200: #C8F4CA;
--forest-green-300: #9DECA1;
--forest-green-400: #6AE270;
--forest-green-500: #3FD947;
--forest-green-600: #25BB2D;
--forest-green-700: #1D9523;
--forest-green-800: #156A19;
--forest-green-900: #0D4410;
--forest-green-950: #082B0A;
}