Hex | 1dd733 |
RGB | 29 , 215 , 51 |
RGB % | 9.8, 72.9, 17.3 |
HSL | 127.1, 76.2, 47.8 |
HSV | 127.1, 86.5, 84.3 |
CMYK | 220.6,0,194.5,40 |
XYZ | 0.254, 0.491, 0.113 |
xyY | 0.296, 0.572, 0.491 |
CIE-LAB | 0.755, -0.724, 0.639 |
CIE-LUV | 0.755, -0.688, 0.854 |
CIE-HCL | 138.57, 0.965, 0.755 |
Binary | 00011101,11010111,00110011 |
#1dd733 HTML/CSS Color Name is Lime Green / LimeGreen / Green.
In a RGB color space, #1dd733 color RGB value is (Red:29,Green:215,Blue:51). it is composed of 9.8% red, 72.9% green and 17.3% blue. The process color (four color CMYK) of #1dd733 color hex is 220.6,0,194.5,40. HSL of color #1dd733 hue: 127.1 , saturation: 76.2 and the lightness value of 1dd733 is 47.8. Mainly color is Green. Reverse color is: #e228cc.
The color codes conversion takes 1.280397 milliseconds.
.bgcolor {background-color:#1dd733; .textcolor {color:#1dd733; } .bordercolor {border:3px solid #1dd733; }
<p style="color:#1dd733">Text here</p>
<p style="background-color:#1dd733;">Content here</p>
<div style="border:1px solid #1dd733;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #1dd733; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1dd733; -webkit-box-shadow: 1px 1px 3px 2px #1dd733; box-shadow: 1px 1px 3px 2px #1dd733; }
<p style="text-shadow: 4px 4px 2px #1dd733">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #1dd733; -webkit-box-shadow: 1px 1px 3px 2px #1dd733; box-shadow: 1px 1px 3px 2px #1dd733;">
Content here</div>