Shades of Lime Green #1DBB0D
Tints of Lime Green #1DBB0D
RGB
CMYK
RGB Variations
Color information
#1DBB0D (or 0x1DBB0D) is known color: Lime Green. HEX triplet: 1D, BB and 0D. RGB value is (29,187,13). Sum of RGB (Red+Green+Blue) = 29+187+13=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 187 (73.44% from 255 or 81.66% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBB0D is #E244F2. Grayscale: #787878. Windows color (decimal): -14828787 or 899869. OLE color: 899869.
HSL color Cylindrical-coordinate representation of color #1DBB0D: hue angle of 114.48º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DBB0D is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 13 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.27 |
| HSL | 114.48º | 0.87% | 0.39% | - |
| HSV(B) | 114.48º | 0.93% | 0.73% | - |
| XYZ | 18.35 | 35.83 | 6.33 | - |
| YUV | 119.92 | 67.65 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 13 | 0.84 | 0 | 0.93 | 0.27 | 114.48 | 0.87 | 0.39 |
| Hex | 1D | BB | D | 54 | 0 | 5D | 1B | 72 | 57 | 27 |
| Octal | 35 | 273 | 15 | 124 | 0 | 135 | 33 | 162 | 127 | 47 |
| Binary | 11101 | 10111011 | 1101 | 1010100 | 0 | 1011101 | 11011 | 1110010 | 1010111 | 100111 |
Color Harmonies of #1DBB0D
Complementary color
Monochromatic Colors of #1DBB0D
Black with #1DBB0D
Text Example
Text Example
White with #1DBB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB0D; }
p { color: rgb(29,187,13); }
H1.HeaderClassName
{
color: #1DBB0D;
}
.AnyTagClassName
{
color: #1DBB0D;
}
</style>
background-color css
<style>
a { background-color: #1DBB0D; }
a { background-color: rgb(29,187,13); }
div.DivClassName
{
background-color: #1DBB0D;
}
.BgClassName
{
background-color: #1DBB0D;
}
</style>
border-color css
<style>
span { border-color: #1DBB0D; }
span { border-color: rgb(29,187,13); }
td.TdClassName
{
border-color: #1DBB0D;
}
.TagClassName
{
border-color: #1DBB0D;
}
</style>