#98FB98
palegreen
#98FB98 is a green colour. In RGB it is 152 red, 251 green and 152 blue, which converts to a hue of 120 degrees, 93% saturation and 79% lightness. It is one of the named CSS colours, written as palegreen in stylesheets.
Color values
| HEX | #98FB98 |
|---|---|
| RGB | rgb(152, 251, 152) |
| HSL | hsl(120, 93%, 79%) |
| HSV | hsv(120, 39%, 98%) |
| CMYK | cmyk(39%, 0%, 39%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.27:1, and against black it is 16.59: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.27:1 | Fail | Fail |
| Black | 16.59:1 | AAA | AAA |
Tints and shades
Lighter tints move #98FB98 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #98FB98; |
|---|---|
| CSS rgb() | color: rgb(152 251 152); |
| Tailwind | bg-[#98fb98] |
| SwiftUI | Color(red: 0.596, green: 0.984, blue: 0.596) |
| Android | Color.parseColor("#98FB98") |