Shades of Lime Green #1DCC17
Tints of Lime Green #1DCC17
RGB
CMYK
RGB Variations
Color information
#1DCC17 (or 0x1DCC17) is known color: Lime Green. HEX triplet: 1D, CC and 17. RGB value is (29,204,23). Sum of RGB (Red+Green+Blue) = 29+204+23=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 204 (80.08% from 255 or 79.69% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCC17 is #E233E8. Grayscale: #838383. Windows color (decimal): -14824425 or 1559581. OLE color: 1559581.
HSL color Cylindrical-coordinate representation of color #1DCC17: hue angle of 118.01º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DCC17 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 23 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.2 |
| HSL | 118.01º | 0.8% | 0.45% | - |
| HSV(B) | 118.01º | 0.89% | 0.8% | - |
| XYZ | 22.25 | 43.51 | 8.04 | - |
| YUV | 131.04 | 67.02 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 23 | 0.86 | 0 | 0.89 | 0.2 | 118.01 | 0.8 | 0.45 |
| Hex | 1D | CC | 17 | 56 | 0 | 59 | 14 | 76 | 50 | 2D |
| Octal | 35 | 314 | 27 | 126 | 0 | 131 | 24 | 166 | 120 | 55 |
| Binary | 11101 | 11001100 | 10111 | 1010110 | 0 | 1011001 | 10100 | 1110110 | 1010000 | 101101 |
Color Harmonies of #1DCC17
Complementary color
Monochromatic Colors of #1DCC17
Black with #1DCC17
Text Example
Text Example
White with #1DCC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC17; }
p { color: rgb(29,204,23); }
H1.HeaderClassName
{
color: #1DCC17;
}
.AnyTagClassName
{
color: #1DCC17;
}
</style>
background-color css
<style>
a { background-color: #1DCC17; }
a { background-color: rgb(29,204,23); }
div.DivClassName
{
background-color: #1DCC17;
}
.BgClassName
{
background-color: #1DCC17;
}
</style>
border-color css
<style>
span { border-color: #1DCC17; }
span { border-color: rgb(29,204,23); }
td.TdClassName
{
border-color: #1DCC17;
}
.TagClassName
{
border-color: #1DCC17;
}
</style>