Shades of Lime Green #1DBF15
Tints of Lime Green #1DBF15
RGB
CMYK
RGB Variations
Color information
#1DBF15 (or 0x1DBF15) is known color: Lime Green. HEX triplet: 1D, BF and 15. RGB value is (29,191,21). Sum of RGB (Red+Green+Blue) = 29+191+21=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 191 (75% from 255 or 79.25% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBF15 is #E240EA. Grayscale: #7B7B7B. Windows color (decimal): -14827755 or 1425181. OLE color: 1425181.
HSL color Cylindrical-coordinate representation of color #1DBF15: hue angle of 117.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DBF15 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 21 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.25 |
| HSL | 117.18º | 0.8% | 0.42% | - |
| HSV(B) | 117.18º | 0.89% | 0.75% | - |
| XYZ | 19.27 | 37.58 | 6.95 | - |
| YUV | 123.18 | 70.33 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 21 | 0.85 | 0 | 0.89 | 0.25 | 117.18 | 0.8 | 0.42 |
| Hex | 1D | BF | 15 | 55 | 0 | 59 | 19 | 75 | 50 | 2A |
| Octal | 35 | 277 | 25 | 125 | 0 | 131 | 31 | 165 | 120 | 52 |
| Binary | 11101 | 10111111 | 10101 | 1010101 | 0 | 1011001 | 11001 | 1110101 | 1010000 | 101010 |
Color Harmonies of #1DBF15
Complementary color
Monochromatic Colors of #1DBF15
Black with #1DBF15
Text Example
Text Example
White with #1DBF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF15; }
p { color: rgb(29,191,21); }
H1.HeaderClassName
{
color: #1DBF15;
}
.AnyTagClassName
{
color: #1DBF15;
}
</style>
background-color css
<style>
a { background-color: #1DBF15; }
a { background-color: rgb(29,191,21); }
div.DivClassName
{
background-color: #1DBF15;
}
.BgClassName
{
background-color: #1DBF15;
}
</style>
border-color css
<style>
span { border-color: #1DBF15; }
span { border-color: rgb(29,191,21); }
td.TdClassName
{
border-color: #1DBF15;
}
.TagClassName
{
border-color: #1DBF15;
}
</style>