Shades of Lime Green #32C850
Tints of Lime Green #32C850
RGB
CMYK
RGB Variations
Color information
#32C850 (or 0x32C850) is known color: Lime Green. HEX triplet: 32, C8 and 50. RGB value is (50,200,80). Sum of RGB (Red+Green+Blue) = 50+200+80=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #32C850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C850 is #CD37AF. Grayscale: #8D8D8D. Windows color (decimal): -13449136 or 5294130. OLE color: 5294130.
HSL color Cylindrical-coordinate representation of color #32C850: hue angle of 132º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C850 is Cyan = 0.75, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 80 | - |
| CMYK | 0.75 | 0 | 0.6 | 0.22 |
| HSL | 132º | 0.6% | 0.49% | - |
| HSV(B) | 132º | 0.75% | 0.78% | - |
| XYZ | 23.42 | 42.57 | 14.57 | - |
| YUV | 141.47 | 93.31 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 80 | 0.75 | 0 | 0.6 | 0.22 | 132 | 0.6 | 0.49 |
| Hex | 32 | C8 | 50 | 4B | 0 | 3C | 16 | 84 | 3C | 31 |
| Octal | 62 | 310 | 120 | 113 | 0 | 74 | 26 | 204 | 74 | 61 |
| Binary | 110010 | 11001000 | 1010000 | 1001011 | 0 | 111100 | 10110 | 10000100 | 111100 | 110001 |
Color Harmonies of #32C850
Complementary color
Monochromatic Colors of #32C850
Black with #32C850
Text Example
Text Example
White with #32C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C850; }
p { color: rgb(50,200,80); }
H1.HeaderClassName
{
color: #32C850;
}
.AnyTagClassName
{
color: #32C850;
}
</style>
background-color css
<style>
a { background-color: #32C850; }
a { background-color: rgb(50,200,80); }
div.DivClassName
{
background-color: #32C850;
}
.BgClassName
{
background-color: #32C850;
}
</style>
border-color css
<style>
span { border-color: #32C850; }
span { border-color: rgb(50,200,80); }
td.TdClassName
{
border-color: #32C850;
}
.TagClassName
{
border-color: #32C850;
}
</style>