#90EE90
lightgreen
#90EE90 is a green colour. In RGB it is 144 red, 238 green and 144 blue, which converts to a hue of 120 degrees, 73% saturation and 75% lightness. It is one of the named CSS colours, written as lightgreen in stylesheets.
Color values
| HEX | #90EE90 |
|---|---|
| RGB | rgb(144, 238, 144) |
| HSL | hsl(120, 73%, 75%) |
| HSV | hsv(120, 39%, 93%) |
| CMYK | cmyk(39%, 0%, 39%, 7%) |
Contrast and accessibility
Against white the contrast ratio is 1.42:1, and against black it is 14.82: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 | 1.42:1 | Fail | Fail |
| Black | 14.82:1 | AAA | AAA |
Tints and shades
Lighter tints move #90EE90 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #90EE90; |
|---|---|
| CSS rgb() | color: rgb(144 238 144); |
| Tailwind | bg-[#90ee90] |
| SwiftUI | Color(red: 0.565, green: 0.933, blue: 0.565) |
| Android | Color.parseColor("#90EE90") |