Green
#107018
GreenColor Codes
All color formats for development
HEX
#107018RGB
rgb(16, 112, 24)HSL
hsl(125, 75%, 25%)OKLCH
oklch(0.476 0.148 143.6)CMYK
cmyk(86%, 0%, 79%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6416
2#0D5913
3#0B4E11
4#0A430E
5#08380C
6#062D0A
7#052107
8#031605
9#020B02
Tints
Lighter variations
1#15911F
2#19B326
3#1ED42D
4#36E245
5#58E764
6#79EC83
7#9BF1A2
8#BCF5C1
9#DEFAE0
Tones
Muted variations
1#156B1C
2#196620
3#1E6124
4#235C28
5#28582C
6#2D5330
7#314E34
8#364938
9#3B453C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0A0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E96E | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E245 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC42A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C21 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107018 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A470F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF3;
--green-100: #E0FBE2;
--green-200: #C5F7C9;
--green-300: #98F0A0;
--green-400: #63E96E;
--green-500: #36E245;
--green-600: #1CC42A;
--green-700: #169C21;
--green-800: #107018;
--green-900: #0A470F;
--green-950: #062D0A;
}