Shades of Lime Green #1DCC19
Tints of Lime Green #1DCC19
RGB
CMYK
RGB Variations
Color information
#1DCC19 (or 0x1DCC19) is known color: Lime Green. HEX triplet: 1D, CC and 19. RGB value is (29,204,25). Sum of RGB (Red+Green+Blue) = 29+204+25=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 204 (80.08% from 255 or 79.07% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCC19 is #E233E6. Grayscale: #838383. Windows color (decimal): -14824423 or 1690653. OLE color: 1690653.
HSL color Cylindrical-coordinate representation of color #1DCC19: hue angle of 118.66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCC19 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 25 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.2 |
| HSL | 118.66º | 0.78% | 0.45% | - |
| HSV(B) | 118.66º | 0.88% | 0.8% | - |
| XYZ | 22.28 | 43.52 | 8.15 | - |
| YUV | 131.27 | 68.02 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 25 | 0.86 | 0 | 0.88 | 0.2 | 118.66 | 0.78 | 0.45 |
| Hex | 1D | CC | 19 | 56 | 0 | 58 | 14 | 77 | 4E | 2D |
| Octal | 35 | 314 | 31 | 126 | 0 | 130 | 24 | 167 | 116 | 55 |
| Binary | 11101 | 11001100 | 11001 | 1010110 | 0 | 1011000 | 10100 | 1110111 | 1001110 | 101101 |
Color Harmonies of #1DCC19
Complementary color
Monochromatic Colors of #1DCC19
Black with #1DCC19
Text Example
Text Example
White with #1DCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC19; }
p { color: rgb(29,204,25); }
H1.HeaderClassName
{
color: #1DCC19;
}
.AnyTagClassName
{
color: #1DCC19;
}
</style>
background-color css
<style>
a { background-color: #1DCC19; }
a { background-color: rgb(29,204,25); }
div.DivClassName
{
background-color: #1DCC19;
}
.BgClassName
{
background-color: #1DCC19;
}
</style>
border-color css
<style>
span { border-color: #1DCC19; }
span { border-color: rgb(29,204,25); }
td.TdClassName
{
border-color: #1DCC19;
}
.TagClassName
{
border-color: #1DCC19;
}
</style>