Green
#104113
GreenColor Codes
All color formats for development
HEX
#104113RGB
rgb(16, 65, 19)HSL
hsl(124, 60%, 16%)OKLCH
oklch(0.331 0.091 144.1)CMYK
cmyk(75%, 0%, 71%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B12
2#0D3410
3#0B2E0E
4#0A270C
5#08210A
6#071A08
7#051406
8#030D04
9#020702
Tints
Lighter variations
1#19641E
2#218628
3#2AA832
4#33CA3D
5#54D45C
6#76DD7D
7#98E59D
8#BAEEBE
9#DDF6DE
Tones
Muted variations
1#133F16
2#153C18
3#183A1A
4#1A371C
5#1D351E
6#1F3320
7#213022
8#242E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A6 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB77 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D151 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB436 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F2B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A661F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104114 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E2F8E4;
--green-200: #CAF2CD;
--green-300: #A1E8A6;
--green-400: #70DB77;
--green-500: #47D151;
--green-600: #2DB436;
--green-700: #248F2B;
--green-800: #1A661F;
--green-900: #104114;
--green-950: #0A290C;
}