Shades of Lime Green #50E032
Tints of Lime Green #50E032
RGB
CMYK
RGB Variations
Color information
#50E032 (or 0x50E032) is known color: Lime Green. HEX triplet: 50, E0 and 32. RGB value is (80,224,50). Sum of RGB (Red+Green+Blue) = 80+224+50=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #50E032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E032 is #AF1FCD. Grayscale: #A1A1A1. Windows color (decimal): -11476942 or 3334224. OLE color: 3334224.
HSL color Cylindrical-coordinate representation of color #50E032: hue angle of 109.66º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50E032 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 224 | 50 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.12 |
| HSL | 109.66º | 0.74% | 0.54% | - |
| HSV(B) | 109.66º | 0.78% | 0.88% | - |
| XYZ | 30.54 | 55.25 | 12.07 | - |
| YUV | 161.11 | 65.29 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 50 | 0.64 | 0 | 0.78 | 0.12 | 109.66 | 0.74 | 0.54 |
| Hex | 50 | E0 | 32 | 40 | 0 | 4E | C | 6E | 4A | 36 |
| Octal | 120 | 340 | 62 | 100 | 0 | 116 | 14 | 156 | 112 | 66 |
| Binary | 1010000 | 11100000 | 110010 | 1000000 | 0 | 1001110 | 1100 | 1101110 | 1001010 | 110110 |
Color Harmonies of #50E032
Complementary color
Monochromatic Colors of #50E032
Black with #50E032
Text Example
Text Example
White with #50E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E032; }
p { color: rgb(80,224,50); }
H1.HeaderClassName
{
color: #50E032;
}
.AnyTagClassName
{
color: #50E032;
}
</style>
background-color css
<style>
a { background-color: #50E032; }
a { background-color: rgb(80,224,50); }
div.DivClassName
{
background-color: #50E032;
}
.BgClassName
{
background-color: #50E032;
}
</style>
border-color css
<style>
span { border-color: #50E032; }
span { border-color: rgb(80,224,50); }
td.TdClassName
{
border-color: #50E032;
}
.TagClassName
{
border-color: #50E032;
}
</style>