Green
#0E7110
GreenColor Codes
All color formats for development
HEX
#0E7110RGB
rgb(14, 113, 16)HSL
hsl(121, 78%, 25%)OKLCH
oklch(0.478 0.154 142.9)CMYK
cmyk(88%, 0%, 86%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D660E
2#0B5B0D
3#0A4F0B
4#084409
5#073908
6#062D06
7#042205
8#031703
9#010B02
Tints
Lighter variations
1#129414
2#16B619
3#1BD81E
4#33E636
5#55EA57
6#77EE79
7#99F29A
8#BBF7BC
9#DDFBDD
Tones
Muted variations
1#136D14
2#186819
3#1D631E
4#225E23
5#275928
6#2C542D
7#314F31
8#364A36
9#3B453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F298 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB62 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E636 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C81C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7110 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490A | 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: #F1FDF2;
--green-100: #DFFBE0;
--green-200: #C4F8C5;
--green-300: #97F298;
--green-400: #60EB62;
--green-500: #33E636;
--green-600: #19C81C;
--green-700: #149F16;
--green-800: #0E7110;
--green-900: #09490A;
--green-950: #062D06;
}