What is the HEX code for faded green?
The CSS color faded green in HEX format is #7bb274. Use this value directly in CSS, SVG, and most design tools.
How do I use faded green in CSS?
To apply faded green in CSS:
- Text color: color: #7bb274;
- Background: background-color: #7bb274;
- Border: border-color: #7bb274;
What are all the color format values for faded green?
| Format | Value |
|---|---|
| HEX | #7bb274 |
| RGB | rgb(123, 178, 116) |
| HSL | hsl(113.2, 28.7%, 57.6%) |
| CMYK | cmyk(30.9%, 0%, 34.8%, 30.2%) |
How do I convert faded green to HEX?
Select faded green from the color name list in our color converter. The HEX value — #7bb274 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does faded green belong to?
faded green belongs to the green color family. It is a medium, muted color with HSL values: hue 113.2°, saturation 28.7%, lightness 57.6%.
How do I create lighter and darker shades of faded green?
Lighter variant (lightness 72.6%): #aacda5. Darker variant (lightness 42.6%): #558c4d. 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.