Green
#0E7111
GreenColor Codes
All color formats for development
HEX
#0E7111RGB
rgb(14, 113, 17)HSL
hsl(122, 78%, 25%)OKLCH
oklch(0.478 0.153 142.9)CMYK
cmyk(88%, 0%, 85%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6610
2#0B5B0E
3#0A4F0C
4#08440A
5#073909
6#062D07
7#042205
8#031703
9#010B02
Tints
Lighter variations
1#129417
2#16B61C
3#1BD821
4#33E639
5#55EA5A
6#77EE7B
7#99F29C
8#BBF7BD
9#DDFBDE
Tones
Muted variations
1#136D16
2#18681B
3#1D631F
4#225E24
5#275929
6#2C542D
7#314F32
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 #C4F8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29A | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB65 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E639 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C81F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF2;
--green-100: #DFFBE0;
--green-200: #C4F8C6;
--green-300: #97F29A;
--green-400: #60EB65;
--green-500: #33E639;
--green-600: #19C81F;
--green-700: #149F18;
--green-800: #0E7111;
--green-900: #09490B;
--green-950: #062D07;
}