Shades of Lime Green #36D156
Tints of Lime Green #36D156
RGB
CMYK
RGB Variations
Color information
#36D156 (or 0x36D156) is known color: Lime Green. HEX triplet: 36, D1 and 56. RGB value is (54,209,86). Sum of RGB (Red+Green+Blue) = 54+209+86=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #36D156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D156 is #C92EA9. Grayscale: #949494. Windows color (decimal): -13184682 or 5689654. OLE color: 5689654.
HSL color Cylindrical-coordinate representation of color #36D156: hue angle of 132.39º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D156 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 209 | 86 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.18 |
| HSL | 132.39º | 0.63% | 0.52% | - |
| HSV(B) | 132.39º | 0.74% | 0.82% | - |
| XYZ | 26 | 47.06 | 16.52 | - |
| YUV | 148.63 | 92.65 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 209 | 86 | 0.74 | 0 | 0.59 | 0.18 | 132.39 | 0.63 | 0.52 |
| Hex | 36 | D1 | 56 | 4A | 0 | 3B | 12 | 84 | 3F | 34 |
| Octal | 66 | 321 | 126 | 112 | 0 | 73 | 22 | 204 | 77 | 64 |
| Binary | 110110 | 11010001 | 1010110 | 1001010 | 0 | 111011 | 10010 | 10000100 | 111111 | 110100 |
Color Harmonies of #36D156
Complementary color
Monochromatic Colors of #36D156
Black with #36D156
Text Example
Text Example
White with #36D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D156; }
p { color: rgb(54,209,86); }
H1.HeaderClassName
{
color: #36D156;
}
.AnyTagClassName
{
color: #36D156;
}
</style>
background-color css
<style>
a { background-color: #36D156; }
a { background-color: rgb(54,209,86); }
div.DivClassName
{
background-color: #36D156;
}
.BgClassName
{
background-color: #36D156;
}
</style>
border-color css
<style>
span { border-color: #36D156; }
span { border-color: rgb(54,209,86); }
td.TdClassName
{
border-color: #36D156;
}
.TagClassName
{
border-color: #36D156;
}
</style>