Green
#0E710E
GreenColor Codes
All color formats for development
HEX
#0E710ERGB
rgb(14, 113, 14)HSL
hsl(120, 78%, 25%)OKLCH
oklch(0.478 0.155 142.7)CMYK
cmyk(88%, 0%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D660D
2#0B5B0B
3#0A4F0A
4#084408
5#073907
6#062D06
7#042204
8#031703
9#010B01
Tints
Lighter variations
1#129412
2#16B616
3#1BD81B
4#33E633
5#55EA55
6#77EE77
7#99F299
8#BBF7BB
9#DDFBDD
Tones
Muted variations
1#136D13
2#186818
3#1D631D
4#225E22
5#275927
6#2C542C
7#314F31
8#364A36
9#3B453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F297 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB60 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094909 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF1;
--green-100: #DFFBDF;
--green-200: #C4F8C4;
--green-300: #97F297;
--green-400: #60EB60;
--green-500: #33E633;
--green-600: #19C819;
--green-700: #149F14;
--green-800: #0E710E;
--green-900: #094909;
--green-950: #062D06;
}