Shades of Lime Green #36D856
Tints of Lime Green #36D856
RGB
CMYK
RGB Variations
Color information
#36D856 (or 0x36D856) is known color: Lime Green. HEX triplet: 36, D8 and 56. RGB value is (54,216,86). Sum of RGB (Red+Green+Blue) = 54+216+86=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #36D856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D856 is #C927A9. Grayscale: #999999. Windows color (decimal): -13182890 or 5691446. OLE color: 5691446.
HSL color Cylindrical-coordinate representation of color #36D856: hue angle of 131.85º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D856 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 216 | 86 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.15 |
| HSL | 131.85º | 0.68% | 0.53% | - |
| HSV(B) | 131.85º | 0.75% | 0.85% | - |
| XYZ | 27.76 | 50.57 | 17.1 | - |
| YUV | 152.74 | 90.33 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 216 | 86 | 0.75 | 0 | 0.60 | 0.15 | 131.85 | 0.68 | 0.53 |
| Hex | 36 | D8 | 56 | 4B | 0 | 3C | F | 84 | 44 | 35 |
| Octal | 66 | 330 | 126 | 113 | 0 | 74 | 17 | 204 | 104 | 65 |
| Binary | 110110 | 11011000 | 1010110 | 1001011 | 0 | 111100 | 1111 | 10000100 | 1000100 | 110101 |
Color Harmonies of #36D856
Complementary color
Monochromatic Colors of #36D856
Black with #36D856
Text Example
Text Example
White with #36D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D856; }
p { color: rgb(54,216,86); }
H1.HeaderClassName
{
color: #36D856;
}
.AnyTagClassName
{
color: #36D856;
}
</style>
background-color css
<style>
a { background-color: #36D856; }
a { background-color: rgb(54,216,86); }
div.DivClassName
{
background-color: #36D856;
}
.BgClassName
{
background-color: #36D856;
}
</style>
border-color css
<style>
span { border-color: #36D856; }
span { border-color: rgb(54,216,86); }
td.TdClassName
{
border-color: #36D856;
}
.TagClassName
{
border-color: #36D856;
}
</style>