What is the RGB code for palegreen?
The CSS color palegreen in RGB format is rgb(152, 251, 152). Use this value directly in CSS, SVG, and most design tools.
How do I use palegreen in CSS?
To apply palegreen in CSS:
- Text color: color: rgb(152, 251, 152);
- Background: background-color: rgb(152, 251, 152);
- Border: border-color: rgb(152, 251, 152);
What are all the color format values for palegreen?
| Format | Value |
|---|---|
| HEX | #98fb98 |
| RGB | rgb(152, 251, 152) |
| HSL | hsl(120, 92.5%, 79%) |
| CMYK | cmyk(39.4%, 0%, 39.4%, 1.6%) |
How do I convert palegreen to RGB?
Select palegreen from the color name list in our color converter. The RGB value — rgb(152, 251, 152) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does palegreen belong to?
palegreen belongs to the green color family. It is a light, vivid color with HSL values: hue 120°, saturation 92.5%, lightness 79%.
How do I create lighter and darker shades of palegreen?
Lighter variant (lightness 94%): #e2fee2. Darker variant (lightness 64%): #4ef84e. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.