Shades of Lime Green #32C04F
Tints of Lime Green #32C04F
RGB
CMYK
RGB Variations
Color information
#32C04F (or 0x32C04F) is known color: Lime Green. HEX triplet: 32, C0 and 4F. RGB value is (50,192,79). Sum of RGB (Red+Green+Blue) = 50+192+79=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #32C04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C04F is #CD3FB0. Grayscale: #888888. Windows color (decimal): -13451185 or 5226546. OLE color: 5226546.
HSL color Cylindrical-coordinate representation of color #32C04F: hue angle of 132.25º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C04F is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 79 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.25 |
| HSL | 132.25º | 0.59% | 0.47% | - |
| HSV(B) | 132.25º | 0.74% | 0.75% | - |
| XYZ | 21.58 | 38.94 | 13.78 | - |
| YUV | 136.66 | 95.46 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 79 | 0.74 | 0 | 0.59 | 0.25 | 132.25 | 0.59 | 0.47 |
| Hex | 32 | C0 | 4F | 4A | 0 | 3B | 19 | 84 | 3B | 2F |
| Octal | 62 | 300 | 117 | 112 | 0 | 73 | 31 | 204 | 73 | 57 |
| Binary | 110010 | 11000000 | 1001111 | 1001010 | 0 | 111011 | 11001 | 10000100 | 111011 | 101111 |
Color Harmonies of #32C04F
Complementary color
Monochromatic Colors of #32C04F
Black with #32C04F
Text Example
Text Example
White with #32C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C04F; }
p { color: rgb(50,192,79); }
H1.HeaderClassName
{
color: #32C04F;
}
.AnyTagClassName
{
color: #32C04F;
}
</style>
background-color css
<style>
a { background-color: #32C04F; }
a { background-color: rgb(50,192,79); }
div.DivClassName
{
background-color: #32C04F;
}
.BgClassName
{
background-color: #32C04F;
}
</style>
border-color css
<style>
span { border-color: #32C04F; }
span { border-color: rgb(50,192,79); }
td.TdClassName
{
border-color: #32C04F;
}
.TagClassName
{
border-color: #32C04F;
}
</style>