Color: #B3E25C
#B3E25C Color Information
#B3E25C is a light color. The closest websafe version is #B3E25C. A complement of this color would be #8A5AE2, perceived brightness is 0.77, and the grayscale version is #9F9F9F.
In the HSL color space, this color has a hue angle of 81°,a saturation of 70%, and a lightness of 62%.The HSV representation shows a hue of 81°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B3E25C is composed of 70% red, 89% green and 36% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 0% magenta, 59% yellow and 11% black.
In the Yxy color space, this color is represented as Y: 65.20, x: 0.3843, and y: 0.4965.
Color Code #B3E25C
Shades of Color #B3E25C
Shades are created by darkening the original color #B3E25C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #B3E25C
Tints are created by lightening the original color #B3E25C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #B3E25C Color Code
In the HSL color space, this color has a hue angle of 81°, a saturation of 70%, and a lightness of 62%. The HSV representation shows a hue of 81°, a saturation of 59%, and a value of 89%.
- HEX: #B3E25C
- RGB: rgb(179, 226, 92)
- HSL: hsl(81, 70%, 62%)
- HSV: hsv(81, 59%, 89%)
- CMYK: 21.00% cyan, 0.00% magenta, 59.00% yellow, 11.00% black
- XYZ: 50.47, 65.20, 15.66
- Yxy: 65.20, 0.3843, 0.4965
- Hunter Lab: 84.59, -30.60, 58.50
- CIE-Lab: 84.59, -30.60, 58.50
In the XYZ color space, this color is represented as X: 50.47, Y: 65.20, Z: 15.66. The Yxy representation further refines this as Y: 65.20, x: 0.3843, and y: 0.4965.
In the Hunter Lab color space, this color is represented as L: 84.59, a: -30.60, and b: 58.50. Similarly, in the CIE-Lab color space, it is represented as L: 84.59, a: -30.60, and b: 58.50.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #B3E25C
Triadic colors are three colors evenly spaced around the color wheel, including #B3E25C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B3E25C
Monochromatic colors are variations of #B3E25C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B3E25C
The complementary color of #B3E25C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #B3E25C
/* Using HEX */ body { background-color: #b3e25c; }
/* Using RGB */ body { background-color: rgb(179, 226, 92); }
/* Using RGB with opacity */ body { background-color: rgba(179, 226, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(81, 70%, 62%); }
/* Text color */ p { color: #b3e25c; }
/* Box shadow */ div { box-shadow: 4px 4px #b3e25c; }
HTML Examples of #B3E25C
<!-- Using HEX --> <div style="background-color: #b3e25c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(179, 226, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(179, 226, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(81, 70%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b3e25c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b3e25c; width: 100px; height: 100px;"></div>
Related Colors of #B3E25C
These colors are similar to #B3E25C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.