Shades of Lime Green #32F046
Tints of Lime Green #32F046
RGB
CMYK
RGB Variations
Color information
#32F046 (or 0x32F046) is known color: Lime Green. HEX triplet: 32, F0 and 46. RGB value is (50,240,70). Sum of RGB (Red+Green+Blue) = 50+240+70=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 240 (94.14% from 255 or 66.67% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 240 - color contains mainly: green. Hex color #32F046 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F046 is #CD0FB9. Grayscale: #A4A4A4. Windows color (decimal): -13438906 or 4649010. OLE color: 4649010.
HSL color Cylindrical-coordinate representation of color #32F046: hue angle of 126.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F046 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 70 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.06 |
| HSL | 126.32º | 0.86% | 0.57% | - |
| HSV(B) | 126.32º | 0.79% | 0.94% | - |
| XYZ | 33.58 | 63.44 | 16.27 | - |
| YUV | 163.81 | 75.05 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 70 | 0.79 | 0 | 0.71 | 0.06 | 126.32 | 0.86 | 0.57 |
| Hex | 32 | F0 | 46 | 4F | 0 | 47 | 6 | 7E | 56 | 39 |
| Octal | 62 | 360 | 106 | 117 | 0 | 107 | 6 | 176 | 126 | 71 |
| Binary | 110010 | 11110000 | 1000110 | 1001111 | 0 | 1000111 | 110 | 1111110 | 1010110 | 111001 |
Color Harmonies of #32F046
Complementary color
Monochromatic Colors of #32F046
Black with #32F046
Text Example
Text Example
White with #32F046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F046; }
p { color: rgb(50,240,70); }
H1.HeaderClassName
{
color: #32F046;
}
.AnyTagClassName
{
color: #32F046;
}
</style>
background-color css
<style>
a { background-color: #32F046; }
a { background-color: rgb(50,240,70); }
div.DivClassName
{
background-color: #32F046;
}
.BgClassName
{
background-color: #32F046;
}
</style>
border-color css
<style>
span { border-color: #32F046; }
span { border-color: rgb(50,240,70); }
td.TdClassName
{
border-color: #32F046;
}
.TagClassName
{
border-color: #32F046;
}
</style>