Shades of Lime Green #36DA16
Tints of Lime Green #36DA16
RGB
CMYK
RGB Variations
Color information
#36DA16 (or 0x36DA16) is known color: Lime Green. HEX triplet: 36, DA and 16. RGB value is (54,218,22). Sum of RGB (Red+Green+Blue) = 54+218+22=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #36DA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DA16 is #C925E9. Grayscale: #939393. Windows color (decimal): -13182442 or 1497654. OLE color: 1497654.
HSL color Cylindrical-coordinate representation of color #36DA16: hue angle of 110.2º 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 #36DA16 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 218 | 22 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.15 |
| HSL | 110.2º | 0.82% | 0.47% | - |
| HSV(B) | 110.2º | 0.9% | 0.85% | - |
| XYZ | 26.74 | 50.99 | 9.19 | - |
| YUV | 146.62 | 57.67 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 22 | 0.75 | 0 | 0.90 | 0.15 | 110.2 | 0.82 | 0.47 |
| Hex | 36 | DA | 16 | 4B | 0 | 5A | F | 6E | 52 | 2F |
| Octal | 66 | 332 | 26 | 113 | 0 | 132 | 17 | 156 | 122 | 57 |
| Binary | 110110 | 11011010 | 10110 | 1001011 | 0 | 1011010 | 1111 | 1101110 | 1010010 | 101111 |
Color Harmonies of #36DA16
Complementary color
Monochromatic Colors of #36DA16
Black with #36DA16
Text Example
Text Example
White with #36DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DA16; }
p { color: rgb(54,218,22); }
H1.HeaderClassName
{
color: #36DA16;
}
.AnyTagClassName
{
color: #36DA16;
}
</style>
background-color css
<style>
a { background-color: #36DA16; }
a { background-color: rgb(54,218,22); }
div.DivClassName
{
background-color: #36DA16;
}
.BgClassName
{
background-color: #36DA16;
}
</style>
border-color css
<style>
span { border-color: #36DA16; }
span { border-color: rgb(54,218,22); }
td.TdClassName
{
border-color: #36DA16;
}
.TagClassName
{
border-color: #36DA16;
}
</style>