Shades of Lime Green #1DD516
Tints of Lime Green #1DD516
RGB
CMYK
RGB Variations
Color information
#1DD516 (or 0x1DD516) is known color: Lime Green. HEX triplet: 1D, D5 and 16. RGB value is (29,213,22). Sum of RGB (Red+Green+Blue) = 29+213+22=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 213 (83.59% from 255 or 80.68% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD516 is #E22AE9. Grayscale: #888888. Windows color (decimal): -14822122 or 1496349. OLE color: 1496349.
HSL color Cylindrical-coordinate representation of color #1DD516: hue angle of 117.8º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DD516 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 22 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.16 |
| HSL | 117.8º | 0.81% | 0.46% | - |
| HSV(B) | 117.8º | 0.9% | 0.84% | - |
| XYZ | 24.45 | 47.91 | 8.72 | - |
| YUV | 136.21 | 63.54 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 22 | 0.86 | 0 | 0.90 | 0.16 | 117.8 | 0.81 | 0.46 |
| Hex | 1D | D5 | 16 | 56 | 0 | 5A | 10 | 76 | 51 | 2E |
| Octal | 35 | 325 | 26 | 126 | 0 | 132 | 20 | 166 | 121 | 56 |
| Binary | 11101 | 11010101 | 10110 | 1010110 | 0 | 1011010 | 10000 | 1110110 | 1010001 | 101110 |
Color Harmonies of #1DD516
Complementary color
Monochromatic Colors of #1DD516
Black with #1DD516
Text Example
Text Example
White with #1DD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD516; }
p { color: rgb(29,213,22); }
H1.HeaderClassName
{
color: #1DD516;
}
.AnyTagClassName
{
color: #1DD516;
}
</style>
background-color css
<style>
a { background-color: #1DD516; }
a { background-color: rgb(29,213,22); }
div.DivClassName
{
background-color: #1DD516;
}
.BgClassName
{
background-color: #1DD516;
}
</style>
border-color css
<style>
span { border-color: #1DD516; }
span { border-color: rgb(29,213,22); }
td.TdClassName
{
border-color: #1DD516;
}
.TagClassName
{
border-color: #1DD516;
}
</style>