Forest Green
#2CB530
GreenColor Codes
All color formats for development
HEX
#2CB530RGB
rgb(44, 181, 48)HSL
hsl(122, 61%, 44%)OKLCH
oklch(0.677 0.205 143.2)CMYK
cmyk(76%, 0%, 73%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A32B
2#239127
3#1F7E22
4#1A6C1D
5#165A18
6#124813
7#0D360E
8#09240A
9#041205
Tints
Lighter variations
1#31CC36
2#47D24C
3#5ED862
4#75DE79
5#8CE38F
6#A3E9A5
7#BAEEBC
8#D1F4D2
9#E8F9E9
Tones
Muted variations
1#33AE37
2#39A73D
3#40A043
4#47994A
5#4E9250
6#558C57
7#5C855D
8#637E63
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 #CAF2CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC73 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB530 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239026 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290B | 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: #CAF2CB;
--forest-green-300: #A1E8A3;
--forest-green-400: #6FDC73;
--forest-green-500: #46D24B;
--forest-green-600: #2CB530;
--forest-green-700: #239026;
--forest-green-800: #19671B;
--forest-green-900: #104212;
--forest-green-950: #0A290B;
}