Shades of Lime Green #36C952
Tints of Lime Green #36C952
RGB
CMYK
RGB Variations
Color information
#36C952 (or 0x36C952) is known color: Lime Green. HEX triplet: 36, C9 and 52. RGB value is (54,201,82). Sum of RGB (Red+Green+Blue) = 54+201+82=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 201 (78.91% from 255 or 59.64% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 201 - color contains mainly: green. Hex color #36C952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C952 is #C936AD. Grayscale: #8F8F8F. Windows color (decimal): -13186734 or 5425462. OLE color: 5425462.
HSL color Cylindrical-coordinate representation of color #36C952: hue angle of 131.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C952 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 82 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.21 |
| HSL | 131.43º | 0.58% | 0.5% | - |
| HSV(B) | 131.43º | 0.73% | 0.79% | - |
| XYZ | 23.93 | 43.17 | 15.05 | - |
| YUV | 143.48 | 93.3 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 82 | 0.73 | 0 | 0.59 | 0.21 | 131.43 | 0.58 | 0.5 |
| Hex | 36 | C9 | 52 | 49 | 0 | 3B | 15 | 83 | 3A | 32 |
| Octal | 66 | 311 | 122 | 111 | 0 | 73 | 25 | 203 | 72 | 62 |
| Binary | 110110 | 11001001 | 1010010 | 1001001 | 0 | 111011 | 10101 | 10000011 | 111010 | 110010 |
Color Harmonies of #36C952
Complementary color
Monochromatic Colors of #36C952
Black with #36C952
Text Example
Text Example
White with #36C952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C952; }
p { color: rgb(54,201,82); }
H1.HeaderClassName
{
color: #36C952;
}
.AnyTagClassName
{
color: #36C952;
}
</style>
background-color css
<style>
a { background-color: #36C952; }
a { background-color: rgb(54,201,82); }
div.DivClassName
{
background-color: #36C952;
}
.BgClassName
{
background-color: #36C952;
}
</style>
border-color css
<style>
span { border-color: #36C952; }
span { border-color: rgb(54,201,82); }
td.TdClassName
{
border-color: #36C952;
}
.TagClassName
{
border-color: #36C952;
}
</style>