Shades of Lime Green #36C220
Tints of Lime Green #36C220
RGB
CMYK
RGB Variations
Color information
#36C220 (or 0x36C220) is known color: Lime Green. HEX triplet: 36, C2 and 20. RGB value is (54,194,32). Sum of RGB (Red+Green+Blue) = 54+194+32=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #36C220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C220 is #C93DDF. Grayscale: #868686. Windows color (decimal): -13188576 or 2146870. OLE color: 2146870.
HSL color Cylindrical-coordinate representation of color #36C220: hue angle of 111.85º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36C220 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 32 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.24 |
| HSL | 111.85º | 0.72% | 0.44% | - |
| HSV(B) | 111.85º | 0.84% | 0.76% | - |
| XYZ | 21.07 | 39.47 | 7.87 | - |
| YUV | 133.67 | 70.62 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 32 | 0.72 | 0 | 0.84 | 0.24 | 111.85 | 0.72 | 0.44 |
| Hex | 36 | C2 | 20 | 48 | 0 | 54 | 18 | 70 | 48 | 2C |
| Octal | 66 | 302 | 40 | 110 | 0 | 124 | 30 | 160 | 110 | 54 |
| Binary | 110110 | 11000010 | 100000 | 1001000 | 0 | 1010100 | 11000 | 1110000 | 1001000 | 101100 |
Color Harmonies of #36C220
Complementary color
Monochromatic Colors of #36C220
Black with #36C220
Text Example
Text Example
White with #36C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C220; }
p { color: rgb(54,194,32); }
H1.HeaderClassName
{
color: #36C220;
}
.AnyTagClassName
{
color: #36C220;
}
</style>
background-color css
<style>
a { background-color: #36C220; }
a { background-color: rgb(54,194,32); }
div.DivClassName
{
background-color: #36C220;
}
.BgClassName
{
background-color: #36C220;
}
</style>
border-color css
<style>
span { border-color: #36C220; }
span { border-color: rgb(54,194,32); }
td.TdClassName
{
border-color: #36C220;
}
.TagClassName
{
border-color: #36C220;
}
</style>