Shades of Lime Green #32C439
Tints of Lime Green #32C439
RGB
CMYK
RGB Variations
Color information
#32C439 (or 0x32C439) is known color: Lime Green. HEX triplet: 32, C4 and 39. RGB value is (50,196,57). Sum of RGB (Red+Green+Blue) = 50+196+57=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 196 (76.95% from 255 or 64.69% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 196 - color contains mainly: green. Hex color #32C439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C439 is #CD3BC6. Grayscale: #888888. Windows color (decimal): -13450183 or 3785778. OLE color: 3785778.
HSL color Cylindrical-coordinate representation of color #32C439: hue angle of 122.88º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C439 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 57 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.23 |
| HSL | 122.88º | 0.59% | 0.48% | - |
| HSV(B) | 122.88º | 0.74% | 0.77% | - |
| XYZ | 21.79 | 40.45 | 10.53 | - |
| YUV | 136.5 | 83.13 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 57 | 0.74 | 0 | 0.71 | 0.23 | 122.88 | 0.59 | 0.48 |
| Hex | 32 | C4 | 39 | 4A | 0 | 47 | 17 | 7B | 3B | 30 |
| Octal | 62 | 304 | 71 | 112 | 0 | 107 | 27 | 173 | 73 | 60 |
| Binary | 110010 | 11000100 | 111001 | 1001010 | 0 | 1000111 | 10111 | 1111011 | 111011 | 110000 |
Color Harmonies of #32C439
Complementary color
Monochromatic Colors of #32C439
Black with #32C439
Text Example
Text Example
White with #32C439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C439; }
p { color: rgb(50,196,57); }
H1.HeaderClassName
{
color: #32C439;
}
.AnyTagClassName
{
color: #32C439;
}
</style>
background-color css
<style>
a { background-color: #32C439; }
a { background-color: rgb(50,196,57); }
div.DivClassName
{
background-color: #32C439;
}
.BgClassName
{
background-color: #32C439;
}
</style>
border-color css
<style>
span { border-color: #32C439; }
span { border-color: rgb(50,196,57); }
td.TdClassName
{
border-color: #32C439;
}
.TagClassName
{
border-color: #32C439;
}
</style>