Green
#0F700F
GreenColor Codes
All color formats for development
HEX
#0F700FRGB
rgb(15, 112, 15)HSL
hsl(120, 76%, 25%)OKLCH
oklch(0.475 0.153 142.7)CMYK
cmyk(87%, 0%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E650E
2#0C5A0C
3#0B4F0B
4#094309
5#083808
6#062D06
7#052205
8#031603
9#020B02
Tints
Lighter variations
1#149214
2#18B418
3#1DD51D
4#35E335
5#57E857
6#78ED78
7#9AF19A
8#BCF6BC
9#DDFADD
Tones
Muted variations
1#146B14
2#196719
3#1E621E
4#235D23
5#285828
6#2C532C
7#314E31
8#364936
9#3B453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F198 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA62 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FBE0;
--green-200: #C5F7C5;
--green-300: #98F198;
--green-400: #62EA62;
--green-500: #35E335;
--green-600: #1BC51B;
--green-700: #159D15;
--green-800: #0F700F;
--green-900: #0A480A;
--green-950: #062D06;
}