Green
#0E430E
GreenColor Codes
All color formats for development
HEX
#0E430ERGB
rgb(14, 67, 14)HSL
hsl(120, 65%, 16%)OKLCH
oklch(0.336 0.099 143)CMYK
cmyk(79%, 0%, 79%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D0D
2#0B360B
3#0A2F0A
4#092809
5#072207
6#061B06
7#041404
8#030D03
9#010701
Tints
Lighter variations
1#166716
2#1D8A1D
3#25AD25
4#2CD12C
5#4EDA4E
6#72E172
7#95E995
8#B8F0B8
9#DCF8DC
Tones
Muted variations
1#114111
2#143E14
3#163B16
4#193919
5#1C361C
6#1E331E
7#213121
8#232E23
9#262B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEA9E | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE06C | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D742 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B927 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F931F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166916 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E430E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FCF2;
--green-100: #E2F9E2;
--green-200: #C8F3C8;
--green-300: #9EEA9E;
--green-400: #6CE06C;
--green-500: #42D742;
--green-600: #27B927;
--green-700: #1F931F;
--green-800: #166916;
--green-900: #0E430E;
--green-950: #092A09;
}