Shades of Lime Green #1DC017
Tints of Lime Green #1DC017
RGB
CMYK
RGB Variations
Color information
#1DC017 (or 0x1DC017) is known color: Lime Green. HEX triplet: 1D, C0 and 17. RGB value is (29,192,23). Sum of RGB (Red+Green+Blue) = 29+192+23=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 192 (75.39% from 255 or 78.69% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC017 is #E23FE8. Grayscale: #7C7C7C. Windows color (decimal): -14827497 or 1556509. OLE color: 1556509.
HSL color Cylindrical-coordinate representation of color #1DC017: hue angle of 117.87º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DC017 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 192 | 23 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.25 |
| HSL | 117.87º | 0.79% | 0.42% | - |
| HSV(B) | 117.87º | 0.88% | 0.75% | - |
| XYZ | 19.51 | 38.02 | 7.12 | - |
| YUV | 124 | 71 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 23 | 0.85 | 0 | 0.88 | 0.25 | 117.87 | 0.79 | 0.42 |
| Hex | 1D | C0 | 17 | 55 | 0 | 58 | 19 | 76 | 4F | 2A |
| Octal | 35 | 300 | 27 | 125 | 0 | 130 | 31 | 166 | 117 | 52 |
| Binary | 11101 | 11000000 | 10111 | 1010101 | 0 | 1011000 | 11001 | 1110110 | 1001111 | 101010 |
Color Harmonies of #1DC017
Complementary color
Monochromatic Colors of #1DC017
Black with #1DC017
Text Example
Text Example
White with #1DC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC017; }
p { color: rgb(29,192,23); }
H1.HeaderClassName
{
color: #1DC017;
}
.AnyTagClassName
{
color: #1DC017;
}
</style>
background-color css
<style>
a { background-color: #1DC017; }
a { background-color: rgb(29,192,23); }
div.DivClassName
{
background-color: #1DC017;
}
.BgClassName
{
background-color: #1DC017;
}
</style>
border-color css
<style>
span { border-color: #1DC017; }
span { border-color: rgb(29,192,23); }
td.TdClassName
{
border-color: #1DC017;
}
.TagClassName
{
border-color: #1DC017;
}
</style>