Shades of Lime Green #1DB513
Tints of Lime Green #1DB513
RGB
CMYK
RGB Variations
Color information
#1DB513 (or 0x1DB513) is known color: Lime Green. HEX triplet: 1D, B5 and 13. RGB value is (29,181,19). Sum of RGB (Red+Green+Blue) = 29+181+19=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB513 is #E24AEC. Grayscale: #757575. Windows color (decimal): -14830317 or 1291549. OLE color: 1291549.
HSL color Cylindrical-coordinate representation of color #1DB513: hue angle of 116.3º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DB513 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 19 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.29 |
| HSL | 116.3º | 0.81% | 0.39% | - |
| HSV(B) | 116.3º | 0.9% | 0.71% | - |
| XYZ | 17.15 | 33.36 | 6.15 | - |
| YUV | 117.08 | 72.64 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 19 | 0.84 | 0 | 0.90 | 0.29 | 116.3 | 0.81 | 0.39 |
| Hex | 1D | B5 | 13 | 54 | 0 | 5A | 1D | 74 | 51 | 27 |
| Octal | 35 | 265 | 23 | 124 | 0 | 132 | 35 | 164 | 121 | 47 |
| Binary | 11101 | 10110101 | 10011 | 1010100 | 0 | 1011010 | 11101 | 1110100 | 1010001 | 100111 |
Color Harmonies of #1DB513
Complementary color
Monochromatic Colors of #1DB513
Black with #1DB513
Text Example
Text Example
White with #1DB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB513; }
p { color: rgb(29,181,19); }
H1.HeaderClassName
{
color: #1DB513;
}
.AnyTagClassName
{
color: #1DB513;
}
</style>
background-color css
<style>
a { background-color: #1DB513; }
a { background-color: rgb(29,181,19); }
div.DivClassName
{
background-color: #1DB513;
}
.BgClassName
{
background-color: #1DB513;
}
</style>
border-color css
<style>
span { border-color: #1DB513; }
span { border-color: rgb(29,181,19); }
td.TdClassName
{
border-color: #1DB513;
}
.TagClassName
{
border-color: #1DB513;
}
</style>