Shades of Lime Green #36D951
Tints of Lime Green #36D951
RGB
CMYK
RGB Variations
Color information
#36D951 (or 0x36D951) is known color: Lime Green. HEX triplet: 36, D9 and 51. RGB value is (54,217,81). Sum of RGB (Red+Green+Blue) = 54+217+81=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 217 (85.16% from 255 or 61.65% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 217 - color contains mainly: green. Hex color #36D951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D951 is #C926AE. Grayscale: #999999. Windows color (decimal): -13182639 or 5364022. OLE color: 5364022.
HSL color Cylindrical-coordinate representation of color #36D951: hue angle of 129.94º 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 #36D951 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 217 | 81 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.15 |
| HSL | 129.94º | 0.68% | 0.53% | - |
| HSV(B) | 129.94º | 0.75% | 0.85% | - |
| XYZ | 27.82 | 51 | 16.16 | - |
| YUV | 152.76 | 87.5 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 217 | 81 | 0.75 | 0 | 0.63 | 0.15 | 129.94 | 0.68 | 0.53 |
| Hex | 36 | D9 | 51 | 4B | 0 | 3F | F | 82 | 44 | 35 |
| Octal | 66 | 331 | 121 | 113 | 0 | 77 | 17 | 202 | 104 | 65 |
| Binary | 110110 | 11011001 | 1010001 | 1001011 | 0 | 111111 | 1111 | 10000010 | 1000100 | 110101 |
Color Harmonies of #36D951
Complementary color
Monochromatic Colors of #36D951
Black with #36D951
Text Example
Text Example
White with #36D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D951; }
p { color: rgb(54,217,81); }
H1.HeaderClassName
{
color: #36D951;
}
.AnyTagClassName
{
color: #36D951;
}
</style>
background-color css
<style>
a { background-color: #36D951; }
a { background-color: rgb(54,217,81); }
div.DivClassName
{
background-color: #36D951;
}
.BgClassName
{
background-color: #36D951;
}
</style>
border-color css
<style>
span { border-color: #36D951; }
span { border-color: rgb(54,217,81); }
td.TdClassName
{
border-color: #36D951;
}
.TagClassName
{
border-color: #36D951;
}
</style>