Shades of Lime Green #1DCC06
Tints of Lime Green #1DCC06
RGB
CMYK
RGB Variations
Color information
#1DCC06 (or 0x1DCC06) is known color: Lime Green. HEX triplet: 1D, CC and 06. RGB value is (29,204,6). Sum of RGB (Red+Green+Blue) = 29+204+6=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 204 (80.08% from 255 or 85.36% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCC06 is #E233F9. Grayscale: #818181. Windows color (decimal): -14824442 or 445469. OLE color: 445469.
HSL color Cylindrical-coordinate representation of color #1DCC06: hue angle of 113.03º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DCC06 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 6 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.2 |
| HSL | 113.03º | 0.94% | 0.41% | - |
| HSV(B) | 113.03º | 0.97% | 0.8% | - |
| XYZ | 22.13 | 43.46 | 7.39 | - |
| YUV | 129.1 | 58.52 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 6 | 0.86 | 0 | 0.97 | 0.2 | 113.03 | 0.94 | 0.41 |
| Hex | 1D | CC | 6 | 56 | 0 | 61 | 14 | 71 | 5E | 29 |
| Octal | 35 | 314 | 6 | 126 | 0 | 141 | 24 | 161 | 136 | 51 |
| Binary | 11101 | 11001100 | 110 | 1010110 | 0 | 1100001 | 10100 | 1110001 | 1011110 | 101001 |
Color Harmonies of #1DCC06
Complementary color
Monochromatic Colors of #1DCC06
Black with #1DCC06
Text Example
Text Example
White with #1DCC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC06; }
p { color: rgb(29,204,6); }
H1.HeaderClassName
{
color: #1DCC06;
}
.AnyTagClassName
{
color: #1DCC06;
}
</style>
background-color css
<style>
a { background-color: #1DCC06; }
a { background-color: rgb(29,204,6); }
div.DivClassName
{
background-color: #1DCC06;
}
.BgClassName
{
background-color: #1DCC06;
}
</style>
border-color css
<style>
span { border-color: #1DCC06; }
span { border-color: rgb(29,204,6); }
td.TdClassName
{
border-color: #1DCC06;
}
.TagClassName
{
border-color: #1DCC06;
}
</style>