Green
#114115
GreenColor Codes
All color formats for development
HEX
#114115RGB
rgb(17, 65, 21)HSL
hsl(125, 59%, 16%)OKLCH
oklch(0.332 0.089 144.5)CMYK
cmyk(74%, 0%, 68%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A13
2#0D3411
3#0C2D0F
4#0A270C
5#08200A
6#071A08
7#051306
8#030D04
9#020602
Tints
Lighter variations
1#1A6320
2#22852B
3#2BA735
4#34C940
5#55D35F
6#77DC7F
7#99E59F
8#BBEDBF
9#DDF6DF
Tones
Muted variations
1#133E17
2#163C19
3#183A1B
4#1A371D
5#1D351F
6#1F3221
7#223023
8#242E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA7A | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D054 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB239 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6520 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114115 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF4;
--green-100: #E3F8E4;
--green-200: #CAF1CE;
--green-300: #A2E7A8;
--green-400: #71DA7A;
--green-500: #49D054;
--green-600: #2EB239;
--green-700: #258E2D;
--green-800: #1A6520;
--green-900: #114115;
--green-950: #0A290D;
}