Hex | 42c422 |
RGB | 65 , 195 , 34 |
RGB % | 22.1, 66.3, 11.6 |
HSL | 108.1, 70.4, 45.1 |
HSV | 108.1, 82.7, 76.9 |
CMYK | 169.1,0,210.8,59 |
XYZ | 0.223, 0.408, 0.082 |
xyY | 0.313, 0.572, 0.408 |
CIE-LAB | 0.7, -0.624, 0.638 |
CIE-LUV | 0.7, -0.568, 0.809 |
CIE-HCL | 134.377, 0.893, 0.7 |
Binary | 01000001,11000011,00100010 |
#42c422 HTML/CSS Color Name is Kelly Green / Kelly green / Green.
In a RGB color space, #42c422 color RGB value is (Red:65,Green:195,Blue:34). it is composed of 22.1% red, 66.3% green and 11.6% blue. The process color (four color CMYK) of #42c422 color hex is 169.1,0,210.8,59. HSL of color #42c422 hue: 108.1 , saturation: 70.4 and the lightness value of 42c422 is 45.1. Mainly color is Green. Reverse color is: #be3cdd.
The color codes conversion takes 2.180240 milliseconds.
.bgcolor {background-color:#42c422; .textcolor {color:#42c422; } .bordercolor {border:3px solid #42c422; }
<p style="color:#42c422">Text here</p>
<p style="background-color:#42c422;">Content here</p>
<div style="border:1px solid #42c422;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #42c422; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42c422; -webkit-box-shadow: 1px 1px 3px 2px #42c422; box-shadow: 1px 1px 3px 2px #42c422; }
<p style="text-shadow: 4px 4px 2px #42c422">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #42c422; -webkit-box-shadow: 1px 1px 3px 2px #42c422; box-shadow: 1px 1px 3px 2px #42c422;">
Content here</div>