Shades of Lime Green #32E729
Tints of Lime Green #32E729
RGB
CMYK
RGB Variations
Color information
#32E729 (or 0x32E729) is known color: Lime Green. HEX triplet: 32, E7 and 29. RGB value is (50,231,41). Sum of RGB (Red+Green+Blue) = 50+231+41=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 231 (90.62% from 255 or 71.74% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 231 - color contains mainly: green. Hex color #32E729 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E729 is #CD18D6. Grayscale: #9B9B9B. Windows color (decimal): -13441239 or 2746162. OLE color: 2746162.
HSL color Cylindrical-coordinate representation of color #32E729: hue angle of 117.16º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32E729 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 41 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.09 |
| HSL | 117.16º | 0.8% | 0.53% | - |
| HSV(B) | 117.16º | 0.82% | 0.91% | - |
| XYZ | 30.29 | 57.99 | 11.69 | - |
| YUV | 155.22 | 63.53 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 41 | 0.78 | 0 | 0.82 | 0.09 | 117.16 | 0.8 | 0.53 |
| Hex | 32 | E7 | 29 | 4E | 0 | 52 | 9 | 75 | 50 | 35 |
| Octal | 62 | 347 | 51 | 116 | 0 | 122 | 11 | 165 | 120 | 65 |
| Binary | 110010 | 11100111 | 101001 | 1001110 | 0 | 1010010 | 1001 | 1110101 | 1010000 | 110101 |
Color Harmonies of #32E729
Complementary color
Monochromatic Colors of #32E729
Black with #32E729
Text Example
Text Example
White with #32E729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E729; }
p { color: rgb(50,231,41); }
H1.HeaderClassName
{
color: #32E729;
}
.AnyTagClassName
{
color: #32E729;
}
</style>
background-color css
<style>
a { background-color: #32E729; }
a { background-color: rgb(50,231,41); }
div.DivClassName
{
background-color: #32E729;
}
.BgClassName
{
background-color: #32E729;
}
</style>
border-color css
<style>
span { border-color: #32E729; }
span { border-color: rgb(50,231,41); }
td.TdClassName
{
border-color: #32E729;
}
.TagClassName
{
border-color: #32E729;
}
</style>