Green
#0E7113
GreenColor Codes
All color formats for development
HEX
#0E7113RGB
rgb(14, 113, 19)HSL
hsl(123, 78%, 25%)OKLCH
oklch(0.478 0.152 143.1)CMYK
cmyk(88%, 0%, 83%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6611
2#0B5B0F
3#0A4F0D
4#08440B
5#073909
6#062D08
7#042206
8#031704
9#010B02
Tints
Lighter variations
1#129419
2#16B61E
3#1BD824
4#33E63C
5#55EA5C
6#77EE7D
7#99F29D
8#BBF7BE
9#DDFBDE
Tones
Muted variations
1#136D17
2#18681C
3#1D6320
4#225E25
5#275929
6#2C542E
7#314F32
8#364A37
9#3B453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29B | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB67 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E63C | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C821 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7113 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF2;
--green-100: #DFFBE1;
--green-200: #C4F8C7;
--green-300: #97F29B;
--green-400: #60EB67;
--green-500: #33E63C;
--green-600: #19C821;
--green-700: #149F1B;
--green-800: #0E7113;
--green-900: #09490C;
--green-950: #062D08;
}