Shades of Lime Green #1DBB18
Tints of Lime Green #1DBB18
RGB
CMYK
RGB Variations
Color information
#1DBB18 (or 0x1DBB18) is known color: Lime Green. HEX triplet: 1D, BB and 18. RGB value is (29,187,24). Sum of RGB (Red+Green+Blue) = 29+187+24=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 187 (73.44% from 255 or 77.92% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBB18 is #E244E7. Grayscale: #797979. Windows color (decimal): -14828776 or 1620765. OLE color: 1620765.
HSL color Cylindrical-coordinate representation of color #1DBB18: hue angle of 118.16º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DBB18 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 24 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.27 |
| HSL | 118.16º | 0.77% | 0.41% | - |
| HSV(B) | 118.16º | 0.87% | 0.73% | - |
| XYZ | 18.44 | 35.87 | 6.82 | - |
| YUV | 121.18 | 73.15 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 24 | 0.84 | 0 | 0.87 | 0.27 | 118.16 | 0.77 | 0.41 |
| Hex | 1D | BB | 18 | 54 | 0 | 57 | 1B | 76 | 4D | 29 |
| Octal | 35 | 273 | 30 | 124 | 0 | 127 | 33 | 166 | 115 | 51 |
| Binary | 11101 | 10111011 | 11000 | 1010100 | 0 | 1010111 | 11011 | 1110110 | 1001101 | 101001 |
Color Harmonies of #1DBB18
Complementary color
Monochromatic Colors of #1DBB18
Black with #1DBB18
Text Example
Text Example
White with #1DBB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB18; }
p { color: rgb(29,187,24); }
H1.HeaderClassName
{
color: #1DBB18;
}
.AnyTagClassName
{
color: #1DBB18;
}
</style>
background-color css
<style>
a { background-color: #1DBB18; }
a { background-color: rgb(29,187,24); }
div.DivClassName
{
background-color: #1DBB18;
}
.BgClassName
{
background-color: #1DBB18;
}
</style>
border-color css
<style>
span { border-color: #1DBB18; }
span { border-color: rgb(29,187,24); }
td.TdClassName
{
border-color: #1DBB18;
}
.TagClassName
{
border-color: #1DBB18;
}
</style>