Shades of Lime Green #32E223
Tints of Lime Green #32E223
RGB
CMYK
RGB Variations
Color information
#32E223 (or 0x32E223) is known color: Lime Green. HEX triplet: 32, E2 and 23. RGB value is (50,226,35). Sum of RGB (Red+Green+Blue) = 50+226+35=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 226 (88.67% from 255 or 72.67% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 226 - color contains mainly: green. Hex color #32E223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E223 is #CD1DDC. Grayscale: #989898. Windows color (decimal): -13442525 or 2351666. OLE color: 2351666.
HSL color Cylindrical-coordinate representation of color #32E223: hue angle of 115.29º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32E223 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 226 | 35 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.11 |
| HSL | 115.29º | 0.77% | 0.51% | - |
| HSV(B) | 115.29º | 0.85% | 0.89% | - |
| XYZ | 28.82 | 55.19 | 10.72 | - |
| YUV | 151.6 | 62.19 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 226 | 35 | 0.78 | 0 | 0.85 | 0.11 | 115.29 | 0.77 | 0.51 |
| Hex | 32 | E2 | 23 | 4E | 0 | 55 | B | 73 | 4D | 33 |
| Octal | 62 | 342 | 43 | 116 | 0 | 125 | 13 | 163 | 115 | 63 |
| Binary | 110010 | 11100010 | 100011 | 1001110 | 0 | 1010101 | 1011 | 1110011 | 1001101 | 110011 |
Color Harmonies of #32E223
Complementary color
Monochromatic Colors of #32E223
Black with #32E223
Text Example
Text Example
White with #32E223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E223; }
p { color: rgb(50,226,35); }
H1.HeaderClassName
{
color: #32E223;
}
.AnyTagClassName
{
color: #32E223;
}
</style>
background-color css
<style>
a { background-color: #32E223; }
a { background-color: rgb(50,226,35); }
div.DivClassName
{
background-color: #32E223;
}
.BgClassName
{
background-color: #32E223;
}
</style>
border-color css
<style>
span { border-color: #32E223; }
span { border-color: rgb(50,226,35); }
td.TdClassName
{
border-color: #32E223;
}
.TagClassName
{
border-color: #32E223;
}
</style>