Shades of Lime Green #36C855
Tints of Lime Green #36C855
RGB
CMYK
RGB Variations
Color information
#36C855 (or 0x36C855) is known color: Lime Green. HEX triplet: 36, C8 and 55. RGB value is (54,200,85). Sum of RGB (Red+Green+Blue) = 54+200+85=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #36C855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C855 is #C937AA. Grayscale: #8F8F8F. Windows color (decimal): -13186987 or 5621814. OLE color: 5621814.
HSL color Cylindrical-coordinate representation of color #36C855: hue angle of 132.74º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C855 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 200 | 85 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.22 |
| HSL | 132.74º | 0.57% | 0.5% | - |
| HSV(B) | 132.74º | 0.73% | 0.78% | - |
| XYZ | 23.82 | 42.75 | 15.59 | - |
| YUV | 143.24 | 95.13 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 200 | 85 | 0.73 | 0 | 0.58 | 0.22 | 132.74 | 0.57 | 0.5 |
| Hex | 36 | C8 | 55 | 49 | 0 | 3A | 16 | 85 | 39 | 32 |
| Octal | 66 | 310 | 125 | 111 | 0 | 72 | 26 | 205 | 71 | 62 |
| Binary | 110110 | 11001000 | 1010101 | 1001001 | 0 | 111010 | 10110 | 10000101 | 111001 | 110010 |
Color Harmonies of #36C855
Complementary color
Monochromatic Colors of #36C855
Black with #36C855
Text Example
Text Example
White with #36C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C855; }
p { color: rgb(54,200,85); }
H1.HeaderClassName
{
color: #36C855;
}
.AnyTagClassName
{
color: #36C855;
}
</style>
background-color css
<style>
a { background-color: #36C855; }
a { background-color: rgb(54,200,85); }
div.DivClassName
{
background-color: #36C855;
}
.BgClassName
{
background-color: #36C855;
}
</style>
border-color css
<style>
span { border-color: #36C855; }
span { border-color: rgb(54,200,85); }
td.TdClassName
{
border-color: #36C855;
}
.TagClassName
{
border-color: #36C855;
}
</style>