Green
#104110
GreenColor Codes
All color formats for development
HEX
#104110RGB
rgb(16, 65, 16)HSL
hsl(120, 60%, 16%)OKLCH
oklch(0.331 0.093 143.1)CMYK
cmyk(75%, 0%, 75%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B0F
2#0D340D
3#0B2E0B
4#0A270A
5#082108
6#071A07
7#051405
8#030D03
9#020702
Tints
Lighter variations
1#196419
2#218621
3#2AA82A
4#33CA33
5#54D454
6#76DD76
7#98E598
8#BAEEBA
9#DDF6DD
Tones
Muted variations
1#133F13
2#153C15
3#183A18
4#1A371A
5#1D351D
6#1F331F
7#213021
8#242E24
9#262B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB70 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D147 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB42D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A661A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104110 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E2F8E2;
--green-200: #CAF2CA;
--green-300: #A1E8A1;
--green-400: #70DB70;
--green-500: #47D147;
--green-600: #2DB42D;
--green-700: #248F24;
--green-800: #1A661A;
--green-900: #104110;
--green-950: #0A290A;
}