Shades of Lime Green #1DBD0C
Tints of Lime Green #1DBD0C
RGB
CMYK
RGB Variations
Color information
#1DBD0C (or 0x1DBD0C) is known color: Lime Green. HEX triplet: 1D, BD and 0C. RGB value is (29,189,12). Sum of RGB (Red+Green+Blue) = 29+189+12=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 189 (74.22% from 255 or 82.17% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBD0C is #E242F3. Grayscale: #797979. Windows color (decimal): -14828276 or 834845. OLE color: 834845.
HSL color Cylindrical-coordinate representation of color #1DBD0C: hue angle of 114.24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DBD0C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 12 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.26 |
| HSL | 114.24º | 0.88% | 0.39% | - |
| HSV(B) | 114.24º | 0.94% | 0.74% | - |
| XYZ | 18.77 | 36.68 | 6.44 | - |
| YUV | 120.98 | 66.49 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 12 | 0.85 | 0 | 0.94 | 0.26 | 114.24 | 0.88 | 0.39 |
| Hex | 1D | BD | C | 55 | 0 | 5E | 1A | 72 | 58 | 27 |
| Octal | 35 | 275 | 14 | 125 | 0 | 136 | 32 | 162 | 130 | 47 |
| Binary | 11101 | 10111101 | 1100 | 1010101 | 0 | 1011110 | 11010 | 1110010 | 1011000 | 100111 |
Color Harmonies of #1DBD0C
Complementary color
Monochromatic Colors of #1DBD0C
Black with #1DBD0C
Text Example
Text Example
White with #1DBD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD0C; }
p { color: rgb(29,189,12); }
H1.HeaderClassName
{
color: #1DBD0C;
}
.AnyTagClassName
{
color: #1DBD0C;
}
</style>
background-color css
<style>
a { background-color: #1DBD0C; }
a { background-color: rgb(29,189,12); }
div.DivClassName
{
background-color: #1DBD0C;
}
.BgClassName
{
background-color: #1DBD0C;
}
</style>
border-color css
<style>
span { border-color: #1DBD0C; }
span { border-color: rgb(29,189,12); }
td.TdClassName
{
border-color: #1DBD0C;
}
.TagClassName
{
border-color: #1DBD0C;
}
</style>