#8BC34A
Material lightgreen 500
#8BC34A is a green colour. In RGB it is 139 red, 195 green and 74 blue, which converts to a hue of 88 degrees, 50% saturation and 53% lightness. It is Material lightgreen 500 in that design system's palette.
Color values
| HEX | #8BC34A |
|---|---|
| RGB | rgb(139, 195, 74) |
| HSL | hsl(88, 50%, 53%) |
| HSV | hsv(88, 62%, 76%) |
| CMYK | cmyk(29%, 0%, 62%, 24%) |
Contrast and accessibility
Against white the contrast ratio is 2.1:1, and against black it is 10: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.1:1 | Fail | Fail |
| Black | 10:1 | AAA | AAA |
Tints and shades
Lighter tints move #8BC34A toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #8BC34A; |
|---|---|
| CSS rgb() | color: rgb(139 195 74); |
| Tailwind | bg-[#8bc34a] |
| SwiftUI | Color(red: 0.545, green: 0.765, blue: 0.290) |
| Android | Color.parseColor("#8BC34A") |
Closest named color
The nearest CSS colour keyword to #8BC34A is yellowgreen (#9ACD32).