Shades of Lime Green #32C420
Tints of Lime Green #32C420
RGB
CMYK
RGB Variations
Color information
#32C420 (or 0x32C420) is known color: Lime Green. HEX triplet: 32, C4 and 20. RGB value is (50,196,32). Sum of RGB (Red+Green+Blue) = 50+196+32=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 196 (76.95% from 255 or 70.50% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 196 - color contains mainly: green. Hex color #32C420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C420 is #CD3BDF. Grayscale: #868686. Windows color (decimal): -13450208 or 2147378. OLE color: 2147378.
HSL color Cylindrical-coordinate representation of color #32C420: hue angle of 113.41º 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 #32C420 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 32 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.23 |
| HSL | 113.41º | 0.72% | 0.45% | - |
| HSV(B) | 113.41º | 0.84% | 0.77% | - |
| XYZ | 21.32 | 40.26 | 8.01 | - |
| YUV | 133.65 | 70.63 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 32 | 0.74 | 0 | 0.84 | 0.23 | 113.41 | 0.72 | 0.45 |
| Hex | 32 | C4 | 20 | 4A | 0 | 54 | 17 | 71 | 48 | 2D |
| Octal | 62 | 304 | 40 | 112 | 0 | 124 | 27 | 161 | 110 | 55 |
| Binary | 110010 | 11000100 | 100000 | 1001010 | 0 | 1010100 | 10111 | 1110001 | 1001000 | 101101 |
Color Harmonies of #32C420
Complementary color
Monochromatic Colors of #32C420
Black with #32C420
Text Example
Text Example
White with #32C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C420; }
p { color: rgb(50,196,32); }
H1.HeaderClassName
{
color: #32C420;
}
.AnyTagClassName
{
color: #32C420;
}
</style>
background-color css
<style>
a { background-color: #32C420; }
a { background-color: rgb(50,196,32); }
div.DivClassName
{
background-color: #32C420;
}
.BgClassName
{
background-color: #32C420;
}
</style>
border-color css
<style>
span { border-color: #32C420; }
span { border-color: rgb(50,196,32); }
td.TdClassName
{
border-color: #32C420;
}
.TagClassName
{
border-color: #32C420;
}
</style>