Shades of Lime Green #1DCE16
Tints of Lime Green #1DCE16
RGB
CMYK
RGB Variations
Color information
#1DCE16 (or 0x1DCE16) is known color: Lime Green. HEX triplet: 1D, CE and 16. RGB value is (29,206,22). Sum of RGB (Red+Green+Blue) = 29+206+22=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 206 (80.86% from 255 or 80.16% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCE16 is #E231E9. Grayscale: #848484. Windows color (decimal): -14823914 or 1494557. OLE color: 1494557.
HSL color Cylindrical-coordinate representation of color #1DCE16: hue angle of 117.72º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DCE16 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 22 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.19 |
| HSL | 117.72º | 0.81% | 0.45% | - |
| HSV(B) | 117.72º | 0.89% | 0.81% | - |
| XYZ | 22.72 | 44.46 | 8.14 | - |
| YUV | 132.1 | 65.86 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 22 | 0.86 | 0 | 0.89 | 0.19 | 117.72 | 0.81 | 0.45 |
| Hex | 1D | CE | 16 | 56 | 0 | 59 | 13 | 76 | 51 | 2D |
| Octal | 35 | 316 | 26 | 126 | 0 | 131 | 23 | 166 | 121 | 55 |
| Binary | 11101 | 11001110 | 10110 | 1010110 | 0 | 1011001 | 10011 | 1110110 | 1010001 | 101101 |
Color Harmonies of #1DCE16
Complementary color
Monochromatic Colors of #1DCE16
Black with #1DCE16
Text Example
Text Example
White with #1DCE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE16; }
p { color: rgb(29,206,22); }
H1.HeaderClassName
{
color: #1DCE16;
}
.AnyTagClassName
{
color: #1DCE16;
}
</style>
background-color css
<style>
a { background-color: #1DCE16; }
a { background-color: rgb(29,206,22); }
div.DivClassName
{
background-color: #1DCE16;
}
.BgClassName
{
background-color: #1DCE16;
}
</style>
border-color css
<style>
span { border-color: #1DCE16; }
span { border-color: rgb(29,206,22); }
td.TdClassName
{
border-color: #1DCE16;
}
.TagClassName
{
border-color: #1DCE16;
}
</style>