Shades of Lime Green #32F439
Tints of Lime Green #32F439
RGB
CMYK
RGB Variations
Color information
#32F439 (or 0x32F439) is known color: Lime Green. HEX triplet: 32, F4 and 39. RGB value is (50,244,57). Sum of RGB (Red+Green+Blue) = 50+244+57=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 244 (95.70% from 255 or 69.52% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 244 - color contains mainly: green. Hex color #32F439 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F439 is #CD0BC6. Grayscale: #A5A5A5. Windows color (decimal): -13437895 or 3798066. OLE color: 3798066.
HSL color Cylindrical-coordinate representation of color #32F439: hue angle of 122.16º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F439 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 57 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.04 |
| HSL | 122.16º | 0.9% | 0.58% | - |
| HSV(B) | 122.16º | 0.8% | 0.96% | - |
| XYZ | 34.4 | 65.67 | 14.73 | - |
| YUV | 164.68 | 67.23 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 57 | 0.80 | 0 | 0.77 | 0.04 | 122.16 | 0.9 | 0.58 |
| Hex | 32 | F4 | 39 | 50 | 0 | 4D | 4 | 7A | 5A | 3A |
| Octal | 62 | 364 | 71 | 120 | 0 | 115 | 4 | 172 | 132 | 72 |
| Binary | 110010 | 11110100 | 111001 | 1010000 | 0 | 1001101 | 100 | 1111010 | 1011010 | 111010 |
Color Harmonies of #32F439
Complementary color
Monochromatic Colors of #32F439
Black with #32F439
Text Example
Text Example
White with #32F439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F439; }
p { color: rgb(50,244,57); }
H1.HeaderClassName
{
color: #32F439;
}
.AnyTagClassName
{
color: #32F439;
}
</style>
background-color css
<style>
a { background-color: #32F439; }
a { background-color: rgb(50,244,57); }
div.DivClassName
{
background-color: #32F439;
}
.BgClassName
{
background-color: #32F439;
}
</style>
border-color css
<style>
span { border-color: #32F439; }
span { border-color: rgb(50,244,57); }
td.TdClassName
{
border-color: #32F439;
}
.TagClassName
{
border-color: #32F439;
}
</style>