Forest Green
#2CB533
GreenColor Codes
All color formats for development
HEX
#2CB533RGB
rgb(44, 181, 51)HSL
hsl(123, 61%, 44%)OKLCH
oklch(0.677 0.204 143.5)CMYK
cmyk(76%, 0%, 72%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A32E
2#239128
3#1F7E23
4#1A6C1E
5#165A19
6#124814
7#0D360F
8#09240A
9#041205
Tints
Lighter variations
1#31CC39
2#47D24E
3#5ED864
4#75DE7A
5#8CE390
6#A3E9A7
7#BAEEBD
8#D1F4D3
9#E8F9E9
Tones
Muted variations
1#33AE39
2#39A73F
3#40A045
4#47994B
5#4E9251
6#558C58
7#5C855E
8#637E64
9#69776A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC75 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB533 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239028 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E2F8E3;
--forest-green-200: #CAF2CC;
--forest-green-300: #A1E8A4;
--forest-green-400: #6FDC75;
--forest-green-500: #46D24D;
--forest-green-600: #2CB533;
--forest-green-700: #239028;
--forest-green-800: #19671D;
--forest-green-900: #104212;
--forest-green-950: #0A290C;
}