Shades of Lime Green #36C520
Tints of Lime Green #36C520
RGB
CMYK
RGB Variations
Color information
#36C520 (or 0x36C520) is known color: Lime Green. HEX triplet: 36, C5 and 20. RGB value is (54,197,32). Sum of RGB (Red+Green+Blue) = 54+197+32=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 197 (77.34% from 255 or 69.61% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 197 - color contains mainly: green. Hex color #36C520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C520 is #C93ADF. Grayscale: #878787. Windows color (decimal): -13187808 or 2147638. OLE color: 2147638.
HSL color Cylindrical-coordinate representation of color #36C520: hue angle of 112º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36C520 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 197 | 32 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.23 |
| HSL | 112º | 0.72% | 0.45% | - |
| HSV(B) | 112º | 0.84% | 0.77% | - |
| XYZ | 21.75 | 40.82 | 8.1 | - |
| YUV | 135.43 | 69.62 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 197 | 32 | 0.73 | 0 | 0.84 | 0.23 | 112 | 0.72 | 0.45 |
| Hex | 36 | C5 | 20 | 49 | 0 | 54 | 17 | 70 | 48 | 2D |
| Octal | 66 | 305 | 40 | 111 | 0 | 124 | 27 | 160 | 110 | 55 |
| Binary | 110110 | 11000101 | 100000 | 1001001 | 0 | 1010100 | 10111 | 1110000 | 1001000 | 101101 |
Color Harmonies of #36C520
Complementary color
Monochromatic Colors of #36C520
Black with #36C520
Text Example
Text Example
White with #36C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C520; }
p { color: rgb(54,197,32); }
H1.HeaderClassName
{
color: #36C520;
}
.AnyTagClassName
{
color: #36C520;
}
</style>
background-color css
<style>
a { background-color: #36C520; }
a { background-color: rgb(54,197,32); }
div.DivClassName
{
background-color: #36C520;
}
.BgClassName
{
background-color: #36C520;
}
</style>
border-color css
<style>
span { border-color: #36C520; }
span { border-color: rgb(54,197,32); }
td.TdClassName
{
border-color: #36C520;
}
.TagClassName
{
border-color: #36C520;
}
</style>