Shades of Lime Green #1DBC15
Tints of Lime Green #1DBC15
RGB
CMYK
RGB Variations
Color information
#1DBC15 (or 0x1DBC15) is known color: Lime Green. HEX triplet: 1D, BC and 15. RGB value is (29,188,21). Sum of RGB (Red+Green+Blue) = 29+188+21=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 188 (73.83% from 255 or 78.99% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBC15 is #E243EA. Grayscale: #797979. Windows color (decimal): -14828523 or 1424413. OLE color: 1424413.
HSL color Cylindrical-coordinate representation of color #1DBC15: hue angle of 117.13º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DBC15 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 21 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.26 |
| HSL | 117.13º | 0.8% | 0.41% | - |
| HSV(B) | 117.13º | 0.89% | 0.74% | - |
| XYZ | 18.63 | 36.28 | 6.73 | - |
| YUV | 121.42 | 71.32 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 21 | 0.85 | 0 | 0.89 | 0.26 | 117.13 | 0.8 | 0.41 |
| Hex | 1D | BC | 15 | 55 | 0 | 59 | 1A | 75 | 50 | 29 |
| Octal | 35 | 274 | 25 | 125 | 0 | 131 | 32 | 165 | 120 | 51 |
| Binary | 11101 | 10111100 | 10101 | 1010101 | 0 | 1011001 | 11010 | 1110101 | 1010000 | 101001 |
Color Harmonies of #1DBC15
Complementary color
Monochromatic Colors of #1DBC15
Black with #1DBC15
Text Example
Text Example
White with #1DBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC15; }
p { color: rgb(29,188,21); }
H1.HeaderClassName
{
color: #1DBC15;
}
.AnyTagClassName
{
color: #1DBC15;
}
</style>
background-color css
<style>
a { background-color: #1DBC15; }
a { background-color: rgb(29,188,21); }
div.DivClassName
{
background-color: #1DBC15;
}
.BgClassName
{
background-color: #1DBC15;
}
</style>
border-color css
<style>
span { border-color: #1DBC15; }
span { border-color: rgb(29,188,21); }
td.TdClassName
{
border-color: #1DBC15;
}
.TagClassName
{
border-color: #1DBC15;
}
</style>