Shades of Lime Green #36E016
Tints of Lime Green #36E016
RGB
CMYK
RGB Variations
Color information
#36E016 (or 0x36E016) is known color: Lime Green. HEX triplet: 36, E0 and 16. RGB value is (54,224,22). Sum of RGB (Red+Green+Blue) = 54+224+22=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 224 (87.89% from 255 or 74.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 224 - color contains mainly: green. Hex color #36E016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36E016 is #C91FE9. Grayscale: #969696. Windows color (decimal): -13180906 or 1499190. OLE color: 1499190.
HSL color Cylindrical-coordinate representation of color #36E016: hue angle of 110.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36E016 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 224 | 22 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.12 |
| HSL | 110.5º | 0.82% | 0.48% | - |
| HSV(B) | 110.5º | 0.9% | 0.88% | - |
| XYZ | 28.32 | 54.15 | 9.72 | - |
| YUV | 150.14 | 55.68 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 224 | 22 | 0.76 | 0 | 0.90 | 0.12 | 110.5 | 0.82 | 0.48 |
| Hex | 36 | E0 | 16 | 4C | 0 | 5A | C | 6E | 52 | 30 |
| Octal | 66 | 340 | 26 | 114 | 0 | 132 | 14 | 156 | 122 | 60 |
| Binary | 110110 | 11100000 | 10110 | 1001100 | 0 | 1011010 | 1100 | 1101110 | 1010010 | 110000 |
Color Harmonies of #36E016
Complementary color
Monochromatic Colors of #36E016
Black with #36E016
Text Example
Text Example
White with #36E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E016; }
p { color: rgb(54,224,22); }
H1.HeaderClassName
{
color: #36E016;
}
.AnyTagClassName
{
color: #36E016;
}
</style>
background-color css
<style>
a { background-color: #36E016; }
a { background-color: rgb(54,224,22); }
div.DivClassName
{
background-color: #36E016;
}
.BgClassName
{
background-color: #36E016;
}
</style>
border-color css
<style>
span { border-color: #36E016; }
span { border-color: rgb(54,224,22); }
td.TdClassName
{
border-color: #36E016;
}
.TagClassName
{
border-color: #36E016;
}
</style>