Shades of Lime Green #32E320
Tints of Lime Green #32E320
RGB
CMYK
RGB Variations
Color information
#32E320 (or 0x32E320) is known color: Lime Green. HEX triplet: 32, E3 and 20. RGB value is (50,227,32). Sum of RGB (Red+Green+Blue) = 50+227+32=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 227 (89.06% from 255 or 73.46% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 227 - color contains mainly: green. Hex color #32E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E320 is #CD1CDF. Grayscale: #989898. Windows color (decimal): -13442272 or 2155314. OLE color: 2155314.
HSL color Cylindrical-coordinate representation of color #32E320: hue angle of 114.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32E320 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 32 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.11 |
| HSL | 114.46º | 0.78% | 0.51% | - |
| HSV(B) | 114.46º | 0.86% | 0.89% | - |
| XYZ | 29.05 | 55.72 | 10.59 | - |
| YUV | 151.85 | 60.36 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 32 | 0.78 | 0 | 0.86 | 0.11 | 114.46 | 0.78 | 0.51 |
| Hex | 32 | E3 | 20 | 4E | 0 | 56 | B | 72 | 4E | 33 |
| Octal | 62 | 343 | 40 | 116 | 0 | 126 | 13 | 162 | 116 | 63 |
| Binary | 110010 | 11100011 | 100000 | 1001110 | 0 | 1010110 | 1011 | 1110010 | 1001110 | 110011 |
Color Harmonies of #32E320
Complementary color
Monochromatic Colors of #32E320
Black with #32E320
Text Example
Text Example
White with #32E320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E320; }
p { color: rgb(50,227,32); }
H1.HeaderClassName
{
color: #32E320;
}
.AnyTagClassName
{
color: #32E320;
}
</style>
background-color css
<style>
a { background-color: #32E320; }
a { background-color: rgb(50,227,32); }
div.DivClassName
{
background-color: #32E320;
}
.BgClassName
{
background-color: #32E320;
}
</style>
border-color css
<style>
span { border-color: #32E320; }
span { border-color: rgb(50,227,32); }
td.TdClassName
{
border-color: #32E320;
}
.TagClassName
{
border-color: #32E320;
}
</style>