Shades of Lime Green #36C551
Tints of Lime Green #36C551
RGB
CMYK
RGB Variations
Color information
#36C551 (or 0x36C551) is known color: Lime Green. HEX triplet: 36, C5 and 51. RGB value is (54,197,81). Sum of RGB (Red+Green+Blue) = 54+197+81=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #36C551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C551 is #C93AAE. Grayscale: #8D8D8D. Windows color (decimal): -13187759 or 5358902. OLE color: 5358902.
HSL color Cylindrical-coordinate representation of color #36C551: hue angle of 131.33º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C551 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 197 | 81 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.23 |
| HSL | 131.33º | 0.57% | 0.49% | - |
| HSV(B) | 131.33º | 0.73% | 0.77% | - |
| XYZ | 22.97 | 41.31 | 14.55 | - |
| YUV | 141.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 197 | 81 | 0.73 | 0 | 0.59 | 0.23 | 131.33 | 0.57 | 0.49 |
| Hex | 36 | C5 | 51 | 49 | 0 | 3B | 17 | 83 | 39 | 31 |
| Octal | 66 | 305 | 121 | 111 | 0 | 73 | 27 | 203 | 71 | 61 |
| Binary | 110110 | 11000101 | 1010001 | 1001001 | 0 | 111011 | 10111 | 10000011 | 111001 | 110001 |
Color Harmonies of #36C551
Complementary color
Monochromatic Colors of #36C551
Black with #36C551
Text Example
Text Example
White with #36C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C551; }
p { color: rgb(54,197,81); }
H1.HeaderClassName
{
color: #36C551;
}
.AnyTagClassName
{
color: #36C551;
}
</style>
background-color css
<style>
a { background-color: #36C551; }
a { background-color: rgb(54,197,81); }
div.DivClassName
{
background-color: #36C551;
}
.BgClassName
{
background-color: #36C551;
}
</style>
border-color css
<style>
span { border-color: #36C551; }
span { border-color: rgb(54,197,81); }
td.TdClassName
{
border-color: #36C551;
}
.TagClassName
{
border-color: #36C551;
}
</style>