Green
#114114
GreenColor Codes
All color formats for development
HEX
#114114RGB
rgb(17, 65, 20)HSL
hsl(124, 59%, 16%)OKLCH
oklch(0.332 0.089 144.2)CMYK
cmyk(74%, 0%, 69%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A12
2#0D3410
3#0C2D0E
4#0A270C
5#08200A
6#071A08
7#051306
8#030D04
9#020602
Tints
Lighter variations
1#1A631E
2#228529
3#2BA733
4#34C93E
5#55D35D
6#77DC7E
7#99E59E
8#BBEDBE
9#DDF6DF
Tones
Muted variations
1#133E16
2#163C18
3#183A1A
4#1A371C
5#1D351E
6#1F3220
7#223023
8#242E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A6 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA78 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D052 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB237 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114114 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E3F8E4;
--green-200: #CAF1CD;
--green-300: #A2E7A6;
--green-400: #71DA78;
--green-500: #49D052;
--green-600: #2EB237;
--green-700: #258E2C;
--green-800: #1A651F;
--green-900: #114114;
--green-950: #0A290C;
}