Shades of Lime Green #36D656
Tints of Lime Green #36D656
RGB
CMYK
RGB Variations
Color information
#36D656 (or 0x36D656) is known color: Lime Green. HEX triplet: 36, D6 and 56. RGB value is (54,214,86). Sum of RGB (Red+Green+Blue) = 54+214+86=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 214 (83.98% from 255 or 60.45% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 214 - color contains mainly: green. Hex color #36D656 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D656 is #C929A9. Grayscale: #979797. Windows color (decimal): -13183402 or 5690934. OLE color: 5690934.
HSL color Cylindrical-coordinate representation of color #36D656: hue angle of 132º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D656 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 86 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.16 |
| HSL | 132º | 0.66% | 0.53% | - |
| HSV(B) | 132º | 0.75% | 0.84% | - |
| XYZ | 27.25 | 49.55 | 16.93 | - |
| YUV | 151.57 | 90.99 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 86 | 0.75 | 0 | 0.60 | 0.16 | 132 | 0.66 | 0.53 |
| Hex | 36 | D6 | 56 | 4B | 0 | 3C | 10 | 84 | 42 | 35 |
| Octal | 66 | 326 | 126 | 113 | 0 | 74 | 20 | 204 | 102 | 65 |
| Binary | 110110 | 11010110 | 1010110 | 1001011 | 0 | 111100 | 10000 | 10000100 | 1000010 | 110101 |
Color Harmonies of #36D656
Complementary color
Monochromatic Colors of #36D656
Black with #36D656
Text Example
Text Example
White with #36D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D656; }
p { color: rgb(54,214,86); }
H1.HeaderClassName
{
color: #36D656;
}
.AnyTagClassName
{
color: #36D656;
}
</style>
background-color css
<style>
a { background-color: #36D656; }
a { background-color: rgb(54,214,86); }
div.DivClassName
{
background-color: #36D656;
}
.BgClassName
{
background-color: #36D656;
}
</style>
border-color css
<style>
span { border-color: #36D656; }
span { border-color: rgb(54,214,86); }
td.TdClassName
{
border-color: #36D656;
}
.TagClassName
{
border-color: #36D656;
}
</style>