Green
#114113
GreenColor Codes
All color formats for development
HEX
#114113RGB
rgb(17, 65, 19)HSL
hsl(122, 59%, 16%)OKLCH
oklch(0.332 0.09 143.8)CMYK
cmyk(74%, 0%, 71%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A10
2#0D340F
3#0C2D0D
4#0A270B
5#082009
6#071A07
7#051305
8#030D04
9#020602
Tints
Lighter variations
1#1A631C
2#228526
3#2BA72F
4#34C939
5#55D359
6#77DC7A
7#99E59B
8#BBEDBD
9#DDF6DE
Tones
Muted variations
1#133E15
2#163C17
3#183A19
4#1A371B
5#1D351E
6#1F3220
7#223022
8#242E24
9#262B27
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 #CAF1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A4 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA75 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB232 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651D | 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: #CAF1CC;
--green-300: #A2E7A4;
--green-400: #71DA75;
--green-500: #49D04D;
--green-600: #2EB232;
--green-700: #258E28;
--green-800: #1A651D;
--green-900: #114112;
--green-950: #0A290B;
}