Green
#114112
GreenColor Codes
All color formats for development
HEX
#114112RGB
rgb(17, 65, 18)HSL
hsl(121, 59%, 16%)OKLCH
oklch(0.331 0.091 143.5)CMYK
cmyk(74%, 0%, 72%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A10
2#0D340E
3#0C2D0C
4#0A270B
5#082009
6#071A07
7#051305
8#030D04
9#020602
Tints
Lighter variations
1#1A631B
2#228524
3#2BA72D
4#34C936
5#55D357
6#77DC78
7#99E59A
8#BBEDBC
9#DDF6DD
Tones
Muted variations
1#133E14
2#163C16
3#183A19
4#1A371B
5#1D351D
6#1F321F
7#223022
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 | E3F8 #E3F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA73 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB230 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114112 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E3F8E3;
--green-200: #CAF1CB;
--green-300: #A2E7A3;
--green-400: #71DA73;
--green-500: #49D04B;
--green-600: #2EB230;
--green-700: #258E26;
--green-800: #1A651B;
--green-900: #114112;
--green-950: #0A290B;
}