What is the HEX code for pastel green?
The CSS color pastel green in HEX format is #b0ff9d. Use this value directly in CSS, SVG, and most design tools.
How do I use pastel green in CSS?
To apply pastel green in CSS:
- Text color: color: #b0ff9d;
- Background: background-color: #b0ff9d;
- Border: border-color: #b0ff9d;
What are all the color format values for pastel green?
| Format | Value |
|---|---|
| HEX | #b0ff9d |
| RGB | rgb(176, 255, 157) |
| HSL | hsl(108.4, 100%, 80.8%) |
| CMYK | cmyk(31%, 0%, 38.4%, 0%) |
How do I convert pastel green to HEX?
Select pastel green from the color name list in our color converter. The HEX value — #b0ff9d — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pastel green belong to?
pastel green belongs to the green color family. It is a light, vivid color with HSL values: hue 108.4°, saturation 100%, lightness 80.8%.
How do I create lighter and darker shades of pastel green?
Lighter variant (lightness 95%): #eaffe5. Darker variant (lightness 65.8%): #72ff51. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.