Shades of Lime Green #36D952
Tints of Lime Green #36D952
RGB
CMYK
RGB Variations
Color information
#36D952 (or 0x36D952) is known color: Lime Green. HEX triplet: 36, D9 and 52. RGB value is (54,217,82). Sum of RGB (Red+Green+Blue) = 54+217+82=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 217 (85.16% from 255 or 61.47% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 217 - color contains mainly: green. Hex color #36D952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D952 is #C926AD. Grayscale: #999999. Windows color (decimal): -13182638 or 5429558. OLE color: 5429558.
HSL color Cylindrical-coordinate representation of color #36D952: hue angle of 130.31º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D952 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 217 | 82 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.15 |
| HSL | 130.31º | 0.68% | 0.53% | - |
| HSV(B) | 130.31º | 0.75% | 0.85% | - |
| XYZ | 27.86 | 51.02 | 16.36 | - |
| YUV | 152.87 | 88 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 217 | 82 | 0.75 | 0 | 0.62 | 0.15 | 130.31 | 0.68 | 0.53 |
| Hex | 36 | D9 | 52 | 4B | 0 | 3E | F | 82 | 44 | 35 |
| Octal | 66 | 331 | 122 | 113 | 0 | 76 | 17 | 202 | 104 | 65 |
| Binary | 110110 | 11011001 | 1010010 | 1001011 | 0 | 111110 | 1111 | 10000010 | 1000100 | 110101 |
Color Harmonies of #36D952
Complementary color
Monochromatic Colors of #36D952
Black with #36D952
Text Example
Text Example
White with #36D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D952; }
p { color: rgb(54,217,82); }
H1.HeaderClassName
{
color: #36D952;
}
.AnyTagClassName
{
color: #36D952;
}
</style>
background-color css
<style>
a { background-color: #36D952; }
a { background-color: rgb(54,217,82); }
div.DivClassName
{
background-color: #36D952;
}
.BgClassName
{
background-color: #36D952;
}
</style>
border-color css
<style>
span { border-color: #36D952; }
span { border-color: rgb(54,217,82); }
td.TdClassName
{
border-color: #36D952;
}
.TagClassName
{
border-color: #36D952;
}
</style>