Shades of Lime Green #32F031
Tints of Lime Green #32F031
RGB
CMYK
RGB Variations
Color information
#32F031 (or 0x32F031) is known color: Lime Green. HEX triplet: 32, F0 and 31. RGB value is (50,240,49). Sum of RGB (Red+Green+Blue) = 50+240+49=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #32F031 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F031 is #CD0FCE. Grayscale: #A1A1A1. Windows color (decimal): -13438927 or 3272754. OLE color: 3272754.
HSL color Cylindrical-coordinate representation of color #32F031: hue angle of 119.69º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F031 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 49 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.06 |
| HSL | 119.69º | 0.86% | 0.57% | - |
| HSV(B) | 119.69º | 0.8% | 0.94% | - |
| XYZ | 33.03 | 63.22 | 13.37 | - |
| YUV | 161.42 | 64.55 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 49 | 0.79 | 0 | 0.80 | 0.06 | 119.69 | 0.86 | 0.57 |
| Hex | 32 | F0 | 31 | 4F | 0 | 50 | 6 | 78 | 56 | 39 |
| Octal | 62 | 360 | 61 | 117 | 0 | 120 | 6 | 170 | 126 | 71 |
| Binary | 110010 | 11110000 | 110001 | 1001111 | 0 | 1010000 | 110 | 1111000 | 1010110 | 111001 |
Color Harmonies of #32F031
Complementary color
Monochromatic Colors of #32F031
Black with #32F031
Text Example
Text Example
White with #32F031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F031; }
p { color: rgb(50,240,49); }
H1.HeaderClassName
{
color: #32F031;
}
.AnyTagClassName
{
color: #32F031;
}
</style>
background-color css
<style>
a { background-color: #32F031; }
a { background-color: rgb(50,240,49); }
div.DivClassName
{
background-color: #32F031;
}
.BgClassName
{
background-color: #32F031;
}
</style>
border-color css
<style>
span { border-color: #32F031; }
span { border-color: rgb(50,240,49); }
td.TdClassName
{
border-color: #32F031;
}
.TagClassName
{
border-color: #32F031;
}
</style>