Shades of Lime Green #36DB13
Tints of Lime Green #36DB13
RGB
CMYK
RGB Variations
Color information
#36DB13 (or 0x36DB13) is known color: Lime Green. HEX triplet: 36, DB and 13. RGB value is (54,219,19). Sum of RGB (Red+Green+Blue) = 54+219+19=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 219 (85.94% from 255 or 75% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 219 - color contains mainly: green. Hex color #36DB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DB13 is #C924EC. Grayscale: #939393. Windows color (decimal): -13182189 or 1301302. OLE color: 1301302.
HSL color Cylindrical-coordinate representation of color #36DB13: hue angle of 109.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36DB13 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 19 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.14 |
| HSL | 109.5º | 0.84% | 0.47% | - |
| HSV(B) | 109.5º | 0.91% | 0.86% | - |
| XYZ | 26.97 | 51.49 | 9.13 | - |
| YUV | 146.87 | 55.84 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 19 | 0.75 | 0 | 0.91 | 0.14 | 109.5 | 0.84 | 0.47 |
| Hex | 36 | DB | 13 | 4B | 0 | 5B | E | 6E | 54 | 2F |
| Octal | 66 | 333 | 23 | 113 | 0 | 133 | 16 | 156 | 124 | 57 |
| Binary | 110110 | 11011011 | 10011 | 1001011 | 0 | 1011011 | 1110 | 1101110 | 1010100 | 101111 |
Color Harmonies of #36DB13
Complementary color
Monochromatic Colors of #36DB13
Black with #36DB13
Text Example
Text Example
White with #36DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DB13; }
p { color: rgb(54,219,19); }
H1.HeaderClassName
{
color: #36DB13;
}
.AnyTagClassName
{
color: #36DB13;
}
</style>
background-color css
<style>
a { background-color: #36DB13; }
a { background-color: rgb(54,219,19); }
div.DivClassName
{
background-color: #36DB13;
}
.BgClassName
{
background-color: #36DB13;
}
</style>
border-color css
<style>
span { border-color: #36DB13; }
span { border-color: rgb(54,219,19); }
td.TdClassName
{
border-color: #36DB13;
}
.TagClassName
{
border-color: #36DB13;
}
</style>