Shades of Lime Green #1DB416
Tints of Lime Green #1DB416
RGB
CMYK
RGB Variations
Color information
#1DB416 (or 0x1DB416) is known color: Lime Green. HEX triplet: 1D, B4 and 16. RGB value is (29,180,22). Sum of RGB (Red+Green+Blue) = 29+180+22=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 180 (70.70% from 255 or 77.92% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB416 is #E24BE9. Grayscale: #757575. Windows color (decimal): -14830570 or 1487901. OLE color: 1487901.
HSL color Cylindrical-coordinate representation of color #1DB416: hue angle of 117.34º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB416 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 22 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.29 |
| HSL | 117.34º | 0.78% | 0.4% | - |
| HSV(B) | 117.34º | 0.88% | 0.71% | - |
| XYZ | 16.97 | 32.96 | 6.23 | - |
| YUV | 116.84 | 74.47 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 22 | 0.84 | 0 | 0.88 | 0.29 | 117.34 | 0.78 | 0.4 |
| Hex | 1D | B4 | 16 | 54 | 0 | 58 | 1D | 75 | 4E | 28 |
| Octal | 35 | 264 | 26 | 124 | 0 | 130 | 35 | 165 | 116 | 50 |
| Binary | 11101 | 10110100 | 10110 | 1010100 | 0 | 1011000 | 11101 | 1110101 | 1001110 | 101000 |
Color Harmonies of #1DB416
Complementary color
Monochromatic Colors of #1DB416
Black with #1DB416
Text Example
Text Example
White with #1DB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB416; }
p { color: rgb(29,180,22); }
H1.HeaderClassName
{
color: #1DB416;
}
.AnyTagClassName
{
color: #1DB416;
}
</style>
background-color css
<style>
a { background-color: #1DB416; }
a { background-color: rgb(29,180,22); }
div.DivClassName
{
background-color: #1DB416;
}
.BgClassName
{
background-color: #1DB416;
}
</style>
border-color css
<style>
span { border-color: #1DB416; }
span { border-color: rgb(29,180,22); }
td.TdClassName
{
border-color: #1DB416;
}
.TagClassName
{
border-color: #1DB416;
}
</style>