Green
#124012
GreenColor Codes
All color formats for development
HEX
#124012RGB
rgb(18, 64, 18)HSL
hsl(120, 56%, 16%)OKLCH
oklch(0.329 0.089 143.2)CMYK
cmyk(72%, 0%, 72%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103910
2#0E330E
3#0D2D0D
4#0B260B
5#092009
6#071907
7#051305
8#040D04
9#020602
Tints
Lighter variations
1#1B611B
2#258225
3#2EA42E
4#38C538
5#58D058
6#79D979
7#9BE39B
8#BCECBC
9#DEF6DE
Tones
Muted variations
1#143D14
2#173B17
3#193919
4#1B371B
5#1D341D
6#203220
7#223022
8#242D24
9#272B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D874 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD4C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF31 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C631C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124012 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E3F7E3;
--green-200: #CBF0CB;
--green-300: #A4E5A4;
--green-400: #74D874;
--green-500: #4CCD4C;
--green-600: #31AF31;
--green-700: #278B27;
--green-800: #1C631C;
--green-900: #124012;
--green-950: #0B280B;
}