Shades of Lime Green #1DB517
Tints of Lime Green #1DB517
RGB
CMYK
RGB Variations
Color information
#1DB517 (or 0x1DB517) is known color: Lime Green. HEX triplet: 1D, B5 and 17. RGB value is (29,181,23). Sum of RGB (Red+Green+Blue) = 29+181+23=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 181 (71.09% from 255 or 77.68% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB517 is #E24AE8. Grayscale: #767676. Windows color (decimal): -14830313 or 1553693. OLE color: 1553693.
HSL color Cylindrical-coordinate representation of color #1DB517: hue angle of 117.72º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DB517 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 23 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.29 |
| HSL | 117.72º | 0.77% | 0.4% | - |
| HSV(B) | 117.72º | 0.87% | 0.71% | - |
| XYZ | 17.19 | 33.37 | 6.35 | - |
| YUV | 117.54 | 74.64 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 23 | 0.84 | 0 | 0.87 | 0.29 | 117.72 | 0.77 | 0.4 |
| Hex | 1D | B5 | 17 | 54 | 0 | 57 | 1D | 76 | 4D | 28 |
| Octal | 35 | 265 | 27 | 124 | 0 | 127 | 35 | 166 | 115 | 50 |
| Binary | 11101 | 10110101 | 10111 | 1010100 | 0 | 1010111 | 11101 | 1110110 | 1001101 | 101000 |
Color Harmonies of #1DB517
Complementary color
Monochromatic Colors of #1DB517
Black with #1DB517
Text Example
Text Example
White with #1DB517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB517; }
p { color: rgb(29,181,23); }
H1.HeaderClassName
{
color: #1DB517;
}
.AnyTagClassName
{
color: #1DB517;
}
</style>
background-color css
<style>
a { background-color: #1DB517; }
a { background-color: rgb(29,181,23); }
div.DivClassName
{
background-color: #1DB517;
}
.BgClassName
{
background-color: #1DB517;
}
</style>
border-color css
<style>
span { border-color: #1DB517; }
span { border-color: rgb(29,181,23); }
td.TdClassName
{
border-color: #1DB517;
}
.TagClassName
{
border-color: #1DB517;
}
</style>