Shades of Lime Green #50E544
Tints of Lime Green #50E544
RGB
CMYK
RGB Variations
Color information
#50E544 (or 0x50E544) is known color: Lime Green. HEX triplet: 50, E5 and 44. RGB value is (80,229,68). Sum of RGB (Red+Green+Blue) = 80+229+68=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #50E544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E544 is #AF1ABB. Grayscale: #A6A6A6. Windows color (decimal): -11475644 or 4515152. OLE color: 4515152.
HSL color Cylindrical-coordinate representation of color #50E544: hue angle of 115.53º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50E544 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 68 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.10 |
| HSL | 115.53º | 0.76% | 0.58% | - |
| HSV(B) | 115.53º | 0.7% | 0.9% | - |
| XYZ | 32.37 | 58.16 | 14.99 | - |
| YUV | 166.1 | 72.64 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 68 | 0.65 | 0 | 0.70 | 0.10 | 115.53 | 0.76 | 0.58 |
| Hex | 50 | E5 | 44 | 41 | 0 | 46 | A | 74 | 4C | 3A |
| Octal | 120 | 345 | 104 | 101 | 0 | 106 | 12 | 164 | 114 | 72 |
| Binary | 1010000 | 11100101 | 1000100 | 1000001 | 0 | 1000110 | 1010 | 1110100 | 1001100 | 111010 |
Color Harmonies of #50E544
Complementary color
Monochromatic Colors of #50E544
Black with #50E544
Text Example
Text Example
White with #50E544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E544; }
p { color: rgb(80,229,68); }
H1.HeaderClassName
{
color: #50E544;
}
.AnyTagClassName
{
color: #50E544;
}
</style>
background-color css
<style>
a { background-color: #50E544; }
a { background-color: rgb(80,229,68); }
div.DivClassName
{
background-color: #50E544;
}
.BgClassName
{
background-color: #50E544;
}
</style>
border-color css
<style>
span { border-color: #50E544; }
span { border-color: rgb(80,229,68); }
td.TdClassName
{
border-color: #50E544;
}
.TagClassName
{
border-color: #50E544;
}
</style>