Hex | b2d620 |
RGB | 178 , 214 , 32 |
RGB % | 42.0, 50.5, 7.5 |
HSL | 71.9, 74, 48.2 |
HSV | 71.9, 85, 83.9 |
CMYK | 42.9,0,216.9,41 |
XYZ | 0.427, 0.577, 0.102 |
xyY | 0.386, 0.521, 0.577 |
CIE-LAB | 0.806, -0.333, 0.755 |
CIE-LUV | 0.806, -0.167, 0.887 |
CIE-HCL | 113.816, 0.825, 0.806 |
Binary | 10110010,11010110,00100000 |
#b2d620 HTML/CSS Color Name is Rio Grande / Crayola Inchworm / Green.
In a RGB color space, #b2d620 color RGB value is (Red:178,Green:214,Blue:32). it is composed of 42.0% red, 50.5% green and 7.5% blue. The process color (four color CMYK) of #b2d620 color hex is 42.9,0,216.9,41. HSL of color #b2d620 hue: 71.9 , saturation: 74 and the lightness value of b2d620 is 48.2. Mainly color is Green. Reverse color is: #4d29df.
The color codes conversion takes 1.529898 milliseconds.
.bgcolor {background-color:#b2d620; .textcolor {color:#b2d620; } .bordercolor {border:3px solid #b2d620; }
<p style="color:#b2d620">Text here</p>
<p style="background-color:#b2d620;">Content here</p>
<div style="border:1px solid #b2d620;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #b2d620; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2d620; -webkit-box-shadow: 1px 1px 3px 2px #b2d620; box-shadow: 1px 1px 3px 2px #b2d620; }
<p style="text-shadow: 4px 4px 2px #b2d620">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2d620; -webkit-box-shadow: 1px 1px 3px 2px #b2d620; box-shadow: 1px 1px 3px 2px #b2d620;">
Content here</div>