Shades of Lime Green #32C34F
Tints of Lime Green #32C34F
RGB
CMYK
RGB Variations
Color information
#32C34F (or 0x32C34F) is known color: Lime Green. HEX triplet: 32, C3 and 4F. RGB value is (50,195,79). Sum of RGB (Red+Green+Blue) = 50+195+79=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #32C34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C34F is #CD3CB0. Grayscale: #8A8A8A. Windows color (decimal): -13450417 or 5227314. OLE color: 5227314.
HSL color Cylindrical-coordinate representation of color #32C34F: hue angle of 132º 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 #32C34F is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 195 | 79 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.24 |
| HSL | 132º | 0.59% | 0.48% | - |
| HSV(B) | 132º | 0.74% | 0.76% | - |
| XYZ | 22.24 | 40.27 | 14 | - |
| YUV | 138.42 | 94.46 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 195 | 79 | 0.74 | 0 | 0.59 | 0.24 | 132 | 0.59 | 0.48 |
| Hex | 32 | C3 | 4F | 4A | 0 | 3B | 18 | 84 | 3B | 30 |
| Octal | 62 | 303 | 117 | 112 | 0 | 73 | 30 | 204 | 73 | 60 |
| Binary | 110010 | 11000011 | 1001111 | 1001010 | 0 | 111011 | 11000 | 10000100 | 111011 | 110000 |
Color Harmonies of #32C34F
Complementary color
Monochromatic Colors of #32C34F
Black with #32C34F
Text Example
Text Example
White with #32C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C34F; }
p { color: rgb(50,195,79); }
H1.HeaderClassName
{
color: #32C34F;
}
.AnyTagClassName
{
color: #32C34F;
}
</style>
background-color css
<style>
a { background-color: #32C34F; }
a { background-color: rgb(50,195,79); }
div.DivClassName
{
background-color: #32C34F;
}
.BgClassName
{
background-color: #32C34F;
}
</style>
border-color css
<style>
span { border-color: #32C34F; }
span { border-color: rgb(50,195,79); }
td.TdClassName
{
border-color: #32C34F;
}
.TagClassName
{
border-color: #32C34F;
}
</style>