Shades of Lime Green #1DB910
Tints of Lime Green #1DB910
RGB
CMYK
RGB Variations
Color information
#1DB910 (or 0x1DB910) is known color: Lime Green. HEX triplet: 1D, B9 and 10. RGB value is (29,185,16). Sum of RGB (Red+Green+Blue) = 29+185+16=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 185 (72.66% from 255 or 80.43% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB910 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB910 is #E246EF. Grayscale: #777777. Windows color (decimal): -14829296 or 1095965. OLE color: 1095965.
HSL color Cylindrical-coordinate representation of color #1DB910: hue angle of 115.38º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DB910 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 16 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.27 |
| HSL | 115.38º | 0.84% | 0.39% | - |
| HSV(B) | 115.38º | 0.91% | 0.73% | - |
| XYZ | 17.95 | 35 | 6.3 | - |
| YUV | 119.09 | 69.82 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 16 | 0.84 | 0 | 0.91 | 0.27 | 115.38 | 0.84 | 0.39 |
| Hex | 1D | B9 | 10 | 54 | 0 | 5B | 1B | 73 | 54 | 27 |
| Octal | 35 | 271 | 20 | 124 | 0 | 133 | 33 | 163 | 124 | 47 |
| Binary | 11101 | 10111001 | 10000 | 1010100 | 0 | 1011011 | 11011 | 1110011 | 1010100 | 100111 |
Color Harmonies of #1DB910
Complementary color
Monochromatic Colors of #1DB910
Black with #1DB910
Text Example
Text Example
White with #1DB910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB910; }
p { color: rgb(29,185,16); }
H1.HeaderClassName
{
color: #1DB910;
}
.AnyTagClassName
{
color: #1DB910;
}
</style>
background-color css
<style>
a { background-color: #1DB910; }
a { background-color: rgb(29,185,16); }
div.DivClassName
{
background-color: #1DB910;
}
.BgClassName
{
background-color: #1DB910;
}
</style>
border-color css
<style>
span { border-color: #1DB910; }
span { border-color: rgb(29,185,16); }
td.TdClassName
{
border-color: #1DB910;
}
.TagClassName
{
border-color: #1DB910;
}
</style>