Shades of Lime Green #32C350
Tints of Lime Green #32C350
RGB
CMYK
RGB Variations
Color information
#32C350 (or 0x32C350) is known color: Lime Green. HEX triplet: 32, C3 and 50. RGB value is (50,195,80). Sum of RGB (Red+Green+Blue) = 50+195+80=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #32C350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C350 is #CD3CAF. Grayscale: #8A8A8A. Windows color (decimal): -13450416 or 5292850. OLE color: 5292850.
HSL color Cylindrical-coordinate representation of color #32C350: hue angle of 132.41º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C350 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 195 | 80 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.24 |
| HSL | 132.41º | 0.59% | 0.48% | - |
| HSV(B) | 132.41º | 0.74% | 0.76% | - |
| XYZ | 22.28 | 40.29 | 14.19 | - |
| YUV | 138.54 | 94.96 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 195 | 80 | 0.74 | 0 | 0.59 | 0.24 | 132.41 | 0.59 | 0.48 |
| Hex | 32 | C3 | 50 | 4A | 0 | 3B | 18 | 84 | 3B | 30 |
| Octal | 62 | 303 | 120 | 112 | 0 | 73 | 30 | 204 | 73 | 60 |
| Binary | 110010 | 11000011 | 1010000 | 1001010 | 0 | 111011 | 11000 | 10000100 | 111011 | 110000 |
Color Harmonies of #32C350
Complementary color
Monochromatic Colors of #32C350
Black with #32C350
Text Example
Text Example
White with #32C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C350; }
p { color: rgb(50,195,80); }
H1.HeaderClassName
{
color: #32C350;
}
.AnyTagClassName
{
color: #32C350;
}
</style>
background-color css
<style>
a { background-color: #32C350; }
a { background-color: rgb(50,195,80); }
div.DivClassName
{
background-color: #32C350;
}
.BgClassName
{
background-color: #32C350;
}
</style>
border-color css
<style>
span { border-color: #32C350; }
span { border-color: rgb(50,195,80); }
td.TdClassName
{
border-color: #32C350;
}
.TagClassName
{
border-color: #32C350;
}
</style>