Shades of Lime Green #36C751
Tints of Lime Green #36C751
RGB
CMYK
RGB Variations
Color information
#36C751 (or 0x36C751) is known color: Lime Green. HEX triplet: 36, C7 and 51. RGB value is (54,199,81). Sum of RGB (Red+Green+Blue) = 54+199+81=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 199 (78.12% from 255 or 59.58% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 199 - color contains mainly: green. Hex color #36C751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C751 is #C938AE. Grayscale: #8E8E8E. Windows color (decimal): -13187247 or 5359414. OLE color: 5359414.
HSL color Cylindrical-coordinate representation of color #36C751: hue angle of 131.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C751 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 199 | 81 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.22 |
| HSL | 131.17º | 0.57% | 0.5% | - |
| HSV(B) | 131.17º | 0.73% | 0.78% | - |
| XYZ | 23.43 | 42.23 | 14.7 | - |
| YUV | 142.19 | 93.46 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 199 | 81 | 0.73 | 0 | 0.59 | 0.22 | 131.17 | 0.57 | 0.5 |
| Hex | 36 | C7 | 51 | 49 | 0 | 3B | 16 | 83 | 39 | 32 |
| Octal | 66 | 307 | 121 | 111 | 0 | 73 | 26 | 203 | 71 | 62 |
| Binary | 110110 | 11000111 | 1010001 | 1001001 | 0 | 111011 | 10110 | 10000011 | 111001 | 110010 |
Color Harmonies of #36C751
Complementary color
Monochromatic Colors of #36C751
Black with #36C751
Text Example
Text Example
White with #36C751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C751; }
p { color: rgb(54,199,81); }
H1.HeaderClassName
{
color: #36C751;
}
.AnyTagClassName
{
color: #36C751;
}
</style>
background-color css
<style>
a { background-color: #36C751; }
a { background-color: rgb(54,199,81); }
div.DivClassName
{
background-color: #36C751;
}
.BgClassName
{
background-color: #36C751;
}
</style>
border-color css
<style>
span { border-color: #36C751; }
span { border-color: rgb(54,199,81); }
td.TdClassName
{
border-color: #36C751;
}
.TagClassName
{
border-color: #36C751;
}
</style>