Shades of Lime Green #32E323
Tints of Lime Green #32E323
RGB
CMYK
RGB Variations
Color information
#32E323 (or 0x32E323) is known color: Lime Green. HEX triplet: 32, E3 and 23. RGB value is (50,227,35). Sum of RGB (Red+Green+Blue) = 50+227+35=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 227 (89.06% from 255 or 72.76% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 227 - color contains mainly: green. Hex color #32E323 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E323 is #CD1CDC. Grayscale: #989898. Windows color (decimal): -13442269 or 2351922. OLE color: 2351922.
HSL color Cylindrical-coordinate representation of color #32E323: hue angle of 115.31º 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 #32E323 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 35 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.11 |
| HSL | 115.31º | 0.77% | 0.51% | - |
| HSV(B) | 115.31º | 0.85% | 0.89% | - |
| XYZ | 29.09 | 55.74 | 10.82 | - |
| YUV | 152.19 | 61.86 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 35 | 0.78 | 0 | 0.85 | 0.11 | 115.31 | 0.77 | 0.51 |
| Hex | 32 | E3 | 23 | 4E | 0 | 55 | B | 73 | 4D | 33 |
| Octal | 62 | 343 | 43 | 116 | 0 | 125 | 13 | 163 | 115 | 63 |
| Binary | 110010 | 11100011 | 100011 | 1001110 | 0 | 1010101 | 1011 | 1110011 | 1001101 | 110011 |
Color Harmonies of #32E323
Complementary color
Monochromatic Colors of #32E323
Black with #32E323
Text Example
Text Example
White with #32E323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E323; }
p { color: rgb(50,227,35); }
H1.HeaderClassName
{
color: #32E323;
}
.AnyTagClassName
{
color: #32E323;
}
</style>
background-color css
<style>
a { background-color: #32E323; }
a { background-color: rgb(50,227,35); }
div.DivClassName
{
background-color: #32E323;
}
.BgClassName
{
background-color: #32E323;
}
</style>
border-color css
<style>
span { border-color: #32E323; }
span { border-color: rgb(50,227,35); }
td.TdClassName
{
border-color: #32E323;
}
.TagClassName
{
border-color: #32E323;
}
</style>