Shades of Lime Green #1DBD13
Tints of Lime Green #1DBD13
RGB
CMYK
RGB Variations
Color information
#1DBD13 (or 0x1DBD13) is known color: Lime Green. HEX triplet: 1D, BD and 13. RGB value is (29,189,19). Sum of RGB (Red+Green+Blue) = 29+189+19=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 189 (74.22% from 255 or 79.75% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBD13 is #E242EC. Grayscale: #7A7A7A. Windows color (decimal): -14828269 or 1293597. OLE color: 1293597.
HSL color Cylindrical-coordinate representation of color #1DBD13: hue angle of 116.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DBD13 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 19 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.26 |
| HSL | 116.47º | 0.82% | 0.41% | - |
| HSV(B) | 116.47º | 0.9% | 0.74% | - |
| XYZ | 18.82 | 36.7 | 6.71 | - |
| YUV | 121.78 | 69.99 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 19 | 0.85 | 0 | 0.90 | 0.26 | 116.47 | 0.82 | 0.41 |
| Hex | 1D | BD | 13 | 55 | 0 | 5A | 1A | 74 | 52 | 29 |
| Octal | 35 | 275 | 23 | 125 | 0 | 132 | 32 | 164 | 122 | 51 |
| Binary | 11101 | 10111101 | 10011 | 1010101 | 0 | 1011010 | 11010 | 1110100 | 1010010 | 101001 |
Color Harmonies of #1DBD13
Complementary color
Monochromatic Colors of #1DBD13
Black with #1DBD13
Text Example
Text Example
White with #1DBD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD13; }
p { color: rgb(29,189,19); }
H1.HeaderClassName
{
color: #1DBD13;
}
.AnyTagClassName
{
color: #1DBD13;
}
</style>
background-color css
<style>
a { background-color: #1DBD13; }
a { background-color: rgb(29,189,19); }
div.DivClassName
{
background-color: #1DBD13;
}
.BgClassName
{
background-color: #1DBD13;
}
</style>
border-color css
<style>
span { border-color: #1DBD13; }
span { border-color: rgb(29,189,19); }
td.TdClassName
{
border-color: #1DBD13;
}
.TagClassName
{
border-color: #1DBD13;
}
</style>