Shades of Lime Green #36C320
Tints of Lime Green #36C320
RGB
CMYK
RGB Variations
Color information
#36C320 (or 0x36C320) is known color: Lime Green. HEX triplet: 36, C3 and 20. RGB value is (54,195,32). Sum of RGB (Red+Green+Blue) = 54+195+32=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 195 (76.56% from 255 or 69.40% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 195 - color contains mainly: green. Hex color #36C320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C320 is #C93CDF. Grayscale: #868686. Windows color (decimal): -13188320 or 2147126. OLE color: 2147126.
HSL color Cylindrical-coordinate representation of color #36C320: hue angle of 111.9º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36C320 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 195 | 32 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.24 |
| HSL | 111.9º | 0.72% | 0.45% | - |
| HSV(B) | 111.9º | 0.84% | 0.76% | - |
| XYZ | 21.3 | 39.92 | 7.95 | - |
| YUV | 134.26 | 70.29 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 195 | 32 | 0.72 | 0 | 0.84 | 0.24 | 111.9 | 0.72 | 0.45 |
| Hex | 36 | C3 | 20 | 48 | 0 | 54 | 18 | 70 | 48 | 2D |
| Octal | 66 | 303 | 40 | 110 | 0 | 124 | 30 | 160 | 110 | 55 |
| Binary | 110110 | 11000011 | 100000 | 1001000 | 0 | 1010100 | 11000 | 1110000 | 1001000 | 101101 |
Color Harmonies of #36C320
Complementary color
Monochromatic Colors of #36C320
Black with #36C320
Text Example
Text Example
White with #36C320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C320; }
p { color: rgb(54,195,32); }
H1.HeaderClassName
{
color: #36C320;
}
.AnyTagClassName
{
color: #36C320;
}
</style>
background-color css
<style>
a { background-color: #36C320; }
a { background-color: rgb(54,195,32); }
div.DivClassName
{
background-color: #36C320;
}
.BgClassName
{
background-color: #36C320;
}
</style>
border-color css
<style>
span { border-color: #36C320; }
span { border-color: rgb(54,195,32); }
td.TdClassName
{
border-color: #36C320;
}
.TagClassName
{
border-color: #36C320;
}
</style>