Shades of Lime Green #1DBF13
Tints of Lime Green #1DBF13
RGB
CMYK
RGB Variations
Color information
#1DBF13 (or 0x1DBF13) is known color: Lime Green. HEX triplet: 1D, BF and 13. RGB value is (29,191,19). Sum of RGB (Red+Green+Blue) = 29+191+19=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 191 (75% from 255 or 79.92% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBF13 is #E240EC. Grayscale: #7B7B7B. Windows color (decimal): -14827757 or 1294109. OLE color: 1294109.
HSL color Cylindrical-coordinate representation of color #1DBF13: hue angle of 116.51º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DBF13 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 19 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.25 |
| HSL | 116.51º | 0.82% | 0.41% | - |
| HSV(B) | 116.51º | 0.9% | 0.75% | - |
| XYZ | 19.26 | 37.57 | 6.85 | - |
| YUV | 122.95 | 69.33 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 19 | 0.85 | 0 | 0.90 | 0.25 | 116.51 | 0.82 | 0.41 |
| Hex | 1D | BF | 13 | 55 | 0 | 5A | 19 | 75 | 52 | 29 |
| Octal | 35 | 277 | 23 | 125 | 0 | 132 | 31 | 165 | 122 | 51 |
| Binary | 11101 | 10111111 | 10011 | 1010101 | 0 | 1011010 | 11001 | 1110101 | 1010010 | 101001 |
Color Harmonies of #1DBF13
Complementary color
Monochromatic Colors of #1DBF13
Black with #1DBF13
Text Example
Text Example
White with #1DBF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF13; }
p { color: rgb(29,191,19); }
H1.HeaderClassName
{
color: #1DBF13;
}
.AnyTagClassName
{
color: #1DBF13;
}
</style>
background-color css
<style>
a { background-color: #1DBF13; }
a { background-color: rgb(29,191,19); }
div.DivClassName
{
background-color: #1DBF13;
}
.BgClassName
{
background-color: #1DBF13;
}
</style>
border-color css
<style>
span { border-color: #1DBF13; }
span { border-color: rgb(29,191,19); }
td.TdClassName
{
border-color: #1DBF13;
}
.TagClassName
{
border-color: #1DBF13;
}
</style>