Shades of Lime Green #1DBD16
Tints of Lime Green #1DBD16
RGB
CMYK
RGB Variations
Color information
#1DBD16 (or 0x1DBD16) is known color: Lime Green. HEX triplet: 1D, BD and 16. RGB value is (29,189,22). Sum of RGB (Red+Green+Blue) = 29+189+22=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 189 (74.22% from 255 or 78.75% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBD16 is #E242E9. Grayscale: #7A7A7A. Windows color (decimal): -14828266 or 1490205. OLE color: 1490205.
HSL color Cylindrical-coordinate representation of color #1DBD16: hue angle of 117.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBD16 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 22 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.26 |
| HSL | 117.49º | 0.79% | 0.41% | - |
| HSV(B) | 117.49º | 0.88% | 0.74% | - |
| XYZ | 18.85 | 36.71 | 6.85 | - |
| YUV | 122.12 | 71.49 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 22 | 0.85 | 0 | 0.88 | 0.26 | 117.49 | 0.79 | 0.41 |
| Hex | 1D | BD | 16 | 55 | 0 | 58 | 1A | 75 | 4F | 29 |
| Octal | 35 | 275 | 26 | 125 | 0 | 130 | 32 | 165 | 117 | 51 |
| Binary | 11101 | 10111101 | 10110 | 1010101 | 0 | 1011000 | 11010 | 1110101 | 1001111 | 101001 |
Color Harmonies of #1DBD16
Complementary color
Monochromatic Colors of #1DBD16
Black with #1DBD16
Text Example
Text Example
White with #1DBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD16; }
p { color: rgb(29,189,22); }
H1.HeaderClassName
{
color: #1DBD16;
}
.AnyTagClassName
{
color: #1DBD16;
}
</style>
background-color css
<style>
a { background-color: #1DBD16; }
a { background-color: rgb(29,189,22); }
div.DivClassName
{
background-color: #1DBD16;
}
.BgClassName
{
background-color: #1DBD16;
}
</style>
border-color css
<style>
span { border-color: #1DBD16; }
span { border-color: rgb(29,189,22); }
td.TdClassName
{
border-color: #1DBD16;
}
.TagClassName
{
border-color: #1DBD16;
}
</style>