#7CB342
Material lightgreen 600
#7CB342 is a green colour. In RGB it is 124 red, 179 green and 66 blue, which converts to a hue of 89 degrees, 46% saturation and 48% lightness. It is Material lightgreen 600 in that design system's palette.
Color values
| HEX | #7CB342 |
|---|---|
| RGB | rgb(124, 179, 66) |
| HSL | hsl(89, 46%, 48%) |
| HSV | hsv(89, 63%, 70%) |
| CMYK | cmyk(31%, 0%, 63%, 30%) |
Contrast and accessibility
Against white the contrast ratio is 2.5:1, and against black it is 8.38:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.5:1 | Fail | Fail |
| Black | 8.38:1 | AAA | AAA |
Tints and shades
Lighter tints move #7CB342 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #7CB342; |
|---|---|
| CSS rgb() | color: rgb(124 179 66); |
| Tailwind | bg-[#7cb342] |
| SwiftUI | Color(red: 0.486, green: 0.702, blue: 0.259) |
| Android | Color.parseColor("#7CB342") |
Closest named color
The nearest CSS colour keyword to #7CB342 is yellowgreen (#9ACD32).