What is the HEX code for light green blue?
The CSS color light green blue in HEX format is #56fca2. Use this value directly in CSS, SVG, and most design tools.
How do I use light green blue in CSS?
To apply light green blue in CSS:
- Text color: color: #56fca2;
- Background: background-color: #56fca2;
- Border: border-color: #56fca2;
What are all the color format values for light green blue?
| Format | Value |
|---|---|
| HEX | #56fca2 |
| RGB | rgb(86, 252, 162) |
| HSL | hsl(147.5, 96.5%, 66.3%) |
| CMYK | cmyk(65.9%, 0%, 35.7%, 1.2%) |
How do I convert light green blue to HEX?
Select light green blue from the color name list in our color converter. The HEX value — #56fca2 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light green blue belong to?
light green blue belongs to the green color family. It is a medium, vivid color with HSL values: hue 147.5°, saturation 96.5%, lightness 66.3%.
How do I create lighter and darker shades of light green blue?
Lighter variant (lightness 81.3%): #a1fdcb. Darker variant (lightness 51.3%): #0bfb79. 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.