Shades of Lime Green #36D816
Tints of Lime Green #36D816
RGB
CMYK
RGB Variations
Color information
#36D816 (or 0x36D816) is known color: Lime Green. HEX triplet: 36, D8 and 16. RGB value is (54,216,22). Sum of RGB (Red+Green+Blue) = 54+216+22=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 216 (84.77% from 255 or 73.97% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 216 - color contains mainly: green. Hex color #36D816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D816 is #C927E9. Grayscale: #929292. Windows color (decimal): -13182954 or 1497142. OLE color: 1497142.
HSL color Cylindrical-coordinate representation of color #36D816: hue angle of 110.1º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36D816 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 216 | 22 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.15 |
| HSL | 110.1º | 0.82% | 0.47% | - |
| HSV(B) | 110.1º | 0.9% | 0.85% | - |
| XYZ | 26.22 | 49.95 | 9.02 | - |
| YUV | 145.45 | 58.33 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 216 | 22 | 0.75 | 0 | 0.90 | 0.15 | 110.1 | 0.82 | 0.47 |
| Hex | 36 | D8 | 16 | 4B | 0 | 5A | F | 6E | 52 | 2F |
| Octal | 66 | 330 | 26 | 113 | 0 | 132 | 17 | 156 | 122 | 57 |
| Binary | 110110 | 11011000 | 10110 | 1001011 | 0 | 1011010 | 1111 | 1101110 | 1010010 | 101111 |
Color Harmonies of #36D816
Complementary color
Monochromatic Colors of #36D816
Black with #36D816
Text Example
Text Example
White with #36D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D816; }
p { color: rgb(54,216,22); }
H1.HeaderClassName
{
color: #36D816;
}
.AnyTagClassName
{
color: #36D816;
}
</style>
background-color css
<style>
a { background-color: #36D816; }
a { background-color: rgb(54,216,22); }
div.DivClassName
{
background-color: #36D816;
}
.BgClassName
{
background-color: #36D816;
}
</style>
border-color css
<style>
span { border-color: #36D816; }
span { border-color: rgb(54,216,22); }
td.TdClassName
{
border-color: #36D816;
}
.TagClassName
{
border-color: #36D816;
}
</style>