Shades of Lime Green #1DBD0F
Tints of Lime Green #1DBD0F
RGB
CMYK
RGB Variations
Color information
#1DBD0F (or 0x1DBD0F) is known color: Lime Green. HEX triplet: 1D, BD and 0F. RGB value is (29,189,15). Sum of RGB (Red+Green+Blue) = 29+189+15=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 189 (74.22% from 255 or 81.12% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBD0F is #E242F0. Grayscale: #797979. Windows color (decimal): -14828273 or 1031453. OLE color: 1031453.
HSL color Cylindrical-coordinate representation of color #1DBD0F: hue angle of 115.17º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DBD0F is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 15 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.26 |
| HSL | 115.17º | 0.85% | 0.4% | - |
| HSV(B) | 115.17º | 0.92% | 0.74% | - |
| XYZ | 18.79 | 36.69 | 6.54 | - |
| YUV | 121.32 | 67.99 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 15 | 0.85 | 0 | 0.92 | 0.26 | 115.17 | 0.85 | 0.4 |
| Hex | 1D | BD | F | 55 | 0 | 5C | 1A | 73 | 55 | 28 |
| Octal | 35 | 275 | 17 | 125 | 0 | 134 | 32 | 163 | 125 | 50 |
| Binary | 11101 | 10111101 | 1111 | 1010101 | 0 | 1011100 | 11010 | 1110011 | 1010101 | 101000 |
Color Harmonies of #1DBD0F
Complementary color
Monochromatic Colors of #1DBD0F
Black with #1DBD0F
Text Example
Text Example
White with #1DBD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD0F; }
p { color: rgb(29,189,15); }
H1.HeaderClassName
{
color: #1DBD0F;
}
.AnyTagClassName
{
color: #1DBD0F;
}
</style>
background-color css
<style>
a { background-color: #1DBD0F; }
a { background-color: rgb(29,189,15); }
div.DivClassName
{
background-color: #1DBD0F;
}
.BgClassName
{
background-color: #1DBD0F;
}
</style>
border-color css
<style>
span { border-color: #1DBD0F; }
span { border-color: rgb(29,189,15); }
td.TdClassName
{
border-color: #1DBD0F;
}
.TagClassName
{
border-color: #1DBD0F;
}
</style>