Hex | 03c119 |
RGB | 3 , 193 , 25 |
RGB % | 1.4, 87.3, 11.3 |
HSL | 126.9, 96.9, 38.4 |
HSV | 126.9, 98.4, 75.7 |
CMYK | 251,0,222,62 |
XYZ | 0.193, 0.382, 0.073 |
xyY | 0.298, 0.59, 0.382 |
CIE-LAB | 0.682, -0.691, 0.64 |
CIE-LUV | 0.682, -0.641, 0.811 |
CIE-HCL | 137.202, 0.942, 0.682 |
Binary | 00000011,11000001,00011001 |
#03c119 HTML/CSS Color Name is Dark Pastel Green / green3 / Green.
In a RGB color space, #03c119 color RGB value is (Red:3,Green:193,Blue:25). it is composed of 1.4% red, 87.3% green and 11.3% blue. The process color (four color CMYK) of #03c119 color hex is 251,0,222,62. HSL of color #03c119 hue: 126.9 , saturation: 96.9 and the lightness value of 03c119 is 38.4. Mainly color is Green. Reverse color is: #fc3ee6.
The color codes conversion takes 1.772355 milliseconds.
.bgcolor {background-color:#03c119; .textcolor {color:#03c119; } .bordercolor {border:3px solid #03c119; }
<p style="color:#03c119">Text here</p>
<p style="background-color:#03c119;">Content here</p>
<div style="border:1px solid #03c119;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #03c119; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #03c119; -webkit-box-shadow: 1px 1px 3px 2px #03c119; box-shadow: 1px 1px 3px 2px #03c119; }
<p style="text-shadow: 4px 4px 2px #03c119">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #03c119; -webkit-box-shadow: 1px 1px 3px 2px #03c119; box-shadow: 1px 1px 3px 2px #03c119;">
Content here</div>