Shades of Lime Green #1DCA00
Tints of Lime Green #1DCA00
RGB
CMYK
RGB Variations
Color information
#1DCA00 (or 0x1DCA00) is known color: Lime Green. HEX triplet: 1D, CA and 00. RGB value is (29,202,0). Sum of RGB (Red+Green+Blue) = 29+202+0=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 202 (79.30% from 255 or 87.45% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCA00 is #E235FF. Grayscale: #7F7F7F. Windows color (decimal): -14824960 or 51741. OLE color: 51741.
HSL color Cylindrical-coordinate representation of color #1DCA00: hue angle of 111.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DCA00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 202 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.21 |
| HSL | 111.39º | 1% | 0.4% | - |
| HSV(B) | 111.39º | 1% | 0.79% | - |
| XYZ | 21.63 | 42.5 | 7.06 | - |
| YUV | 127.25 | 56.19 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 0 | 0.86 | 0 | 1 | 0.21 | 111.39 | 1 | 0.4 |
| Hex | 1D | CA | 0 | 56 | 0 | 64 | 15 | 6F | 64 | 28 |
| Octal | 35 | 312 | 0 | 126 | 0 | 144 | 25 | 157 | 144 | 50 |
| Binary | 11101 | 11001010 | 0 | 1010110 | 0 | 1100100 | 10101 | 1101111 | 1100100 | 101000 |
Color Harmonies of #1DCA00
Complementary color
Monochromatic Colors of #1DCA00
Black with #1DCA00
Text Example
Text Example
White with #1DCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCA00; }
p { color: rgb(29,202,0); }
H1.HeaderClassName
{
color: #1DCA00;
}
.AnyTagClassName
{
color: #1DCA00;
}
</style>
background-color css
<style>
a { background-color: #1DCA00; }
a { background-color: rgb(29,202,0); }
div.DivClassName
{
background-color: #1DCA00;
}
.BgClassName
{
background-color: #1DCA00;
}
</style>
border-color css
<style>
span { border-color: #1DCA00; }
span { border-color: rgb(29,202,0); }
td.TdClassName
{
border-color: #1DCA00;
}
.TagClassName
{
border-color: #1DCA00;
}
</style>