Forest Green
#23BE30
GreenColor Codes
All color formats for development
HEX
#23BE30RGB
rgb(35, 190, 48)HSL
hsl(125, 69%, 44%)OKLCH
oklch(0.699 0.217 143.6)CMYK
cmyk(82%, 0%, 75%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB2B
2#1C9826
3#188521
4#15721D
5#115F18
6#0E4C13
7#0A390E
8#07260A
9#031305
Tints
Lighter variations
1#27D636
2#3EDC4B
3#56E062
4#6EE478
5#86E98F
6#9EEDA5
7#B7F2BC
8#CFF6D2
9#E7FBE9
Tones
Muted variations
1#2BB636
2#32AE3D
3#3AA643
4#429F49
5#499750
6#518F56
7#59875D
8#618063
9#68786A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E372 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB4A | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE30 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9726 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4511 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF3;
--forest-green-100: #E1F9E3;
--forest-green-200: #C7F5CB;
--forest-green-300: #9CEDA3;
--forest-green-400: #68E372;
--forest-green-500: #3DDB4A;
--forest-green-600: #23BE30;
--forest-green-700: #1C9726;
--forest-green-800: #146C1B;
--forest-green-900: #0D4511;
--forest-green-950: #082B0B;
}