Shades of Lime Green #50E046
Tints of Lime Green #50E046
RGB
CMYK
RGB Variations
Color information
#50E046 (or 0x50E046) is known color: Lime Green. HEX triplet: 50, E0 and 46. RGB value is (80,224,70). Sum of RGB (Red+Green+Blue) = 80+224+70=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #50E046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E046 is #AF1FB9. Grayscale: #A3A3A3. Windows color (decimal): -11476922 or 4644944. OLE color: 4644944.
HSL color Cylindrical-coordinate representation of color #50E046: hue angle of 116.1º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50E046 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 224 | 70 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.12 |
| HSL | 116.1º | 0.71% | 0.58% | - |
| HSV(B) | 116.1º | 0.69% | 0.88% | - |
| XYZ | 31.07 | 55.46 | 14.86 | - |
| YUV | 163.39 | 75.29 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 70 | 0.64 | 0 | 0.69 | 0.12 | 116.1 | 0.71 | 0.58 |
| Hex | 50 | E0 | 46 | 40 | 0 | 45 | C | 74 | 47 | 3A |
| Octal | 120 | 340 | 106 | 100 | 0 | 105 | 14 | 164 | 107 | 72 |
| Binary | 1010000 | 11100000 | 1000110 | 1000000 | 0 | 1000101 | 1100 | 1110100 | 1000111 | 111010 |
Color Harmonies of #50E046
Complementary color
Monochromatic Colors of #50E046
Black with #50E046
Text Example
Text Example
White with #50E046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E046; }
p { color: rgb(80,224,70); }
H1.HeaderClassName
{
color: #50E046;
}
.AnyTagClassName
{
color: #50E046;
}
</style>
background-color css
<style>
a { background-color: #50E046; }
a { background-color: rgb(80,224,70); }
div.DivClassName
{
background-color: #50E046;
}
.BgClassName
{
background-color: #50E046;
}
</style>
border-color css
<style>
span { border-color: #50E046; }
span { border-color: rgb(80,224,70); }
td.TdClassName
{
border-color: #50E046;
}
.TagClassName
{
border-color: #50E046;
}
</style>