Shades of Lime Green #36E855
Tints of Lime Green #36E855
RGB
CMYK
RGB Variations
Color information
#36E855 (or 0x36E855) is known color: Lime Green. HEX triplet: 36, E8 and 55. RGB value is (54,232,85). Sum of RGB (Red+Green+Blue) = 54+232+85=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 232 (91.02% from 255 or 62.53% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 232 - color contains mainly: green. Hex color #36E855 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36E855 is #C917AA. Grayscale: #A2A2A2. Windows color (decimal): -13178795 or 5630006. OLE color: 5630006.
HSL color Cylindrical-coordinate representation of color #36E855: hue angle of 130.45º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E855 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 232 | 85 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.09 |
| HSL | 130.45º | 0.79% | 0.56% | - |
| HSV(B) | 130.45º | 0.77% | 0.91% | - |
| XYZ | 32.02 | 59.15 | 18.32 | - |
| YUV | 162.02 | 84.53 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 232 | 85 | 0.77 | 0 | 0.63 | 0.09 | 130.45 | 0.79 | 0.56 |
| Hex | 36 | E8 | 55 | 4D | 0 | 3F | 9 | 82 | 4F | 38 |
| Octal | 66 | 350 | 125 | 115 | 0 | 77 | 11 | 202 | 117 | 70 |
| Binary | 110110 | 11101000 | 1010101 | 1001101 | 0 | 111111 | 1001 | 10000010 | 1001111 | 111000 |
Color Harmonies of #36E855
Complementary color
Monochromatic Colors of #36E855
Black with #36E855
Text Example
Text Example
White with #36E855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E855; }
p { color: rgb(54,232,85); }
H1.HeaderClassName
{
color: #36E855;
}
.AnyTagClassName
{
color: #36E855;
}
</style>
background-color css
<style>
a { background-color: #36E855; }
a { background-color: rgb(54,232,85); }
div.DivClassName
{
background-color: #36E855;
}
.BgClassName
{
background-color: #36E855;
}
</style>
border-color css
<style>
span { border-color: #36E855; }
span { border-color: rgb(54,232,85); }
td.TdClassName
{
border-color: #36E855;
}
.TagClassName
{
border-color: #36E855;
}
</style>