Shades of Lime Green #50E841
Tints of Lime Green #50E841
RGB
CMYK
RGB Variations
Color information
#50E841 (or 0x50E841) is known color: Lime Green. HEX triplet: 50, E8 and 41. RGB value is (80,232,65). Sum of RGB (Red+Green+Blue) = 80+232+65=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 232 (91.02% from 255 or 61.54% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 232 - color contains mainly: green. Hex color #50E841 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E841 is #AF17BE. Grayscale: #A8A8A8. Windows color (decimal): -11474879 or 4319312. OLE color: 4319312.
HSL color Cylindrical-coordinate representation of color #50E841: hue angle of 114.61º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50E841 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 65 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.09 |
| HSL | 114.61º | 0.78% | 0.58% | - |
| HSV(B) | 114.61º | 0.72% | 0.91% | - |
| XYZ | 33.12 | 59.8 | 14.8 | - |
| YUV | 167.51 | 70.14 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 65 | 0.66 | 0 | 0.72 | 0.09 | 114.61 | 0.78 | 0.58 |
| Hex | 50 | E8 | 41 | 42 | 0 | 48 | 9 | 73 | 4E | 3A |
| Octal | 120 | 350 | 101 | 102 | 0 | 110 | 11 | 163 | 116 | 72 |
| Binary | 1010000 | 11101000 | 1000001 | 1000010 | 0 | 1001000 | 1001 | 1110011 | 1001110 | 111010 |
Color Harmonies of #50E841
Complementary color
Monochromatic Colors of #50E841
Black with #50E841
Text Example
Text Example
White with #50E841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E841; }
p { color: rgb(80,232,65); }
H1.HeaderClassName
{
color: #50E841;
}
.AnyTagClassName
{
color: #50E841;
}
</style>
background-color css
<style>
a { background-color: #50E841; }
a { background-color: rgb(80,232,65); }
div.DivClassName
{
background-color: #50E841;
}
.BgClassName
{
background-color: #50E841;
}
</style>
border-color css
<style>
span { border-color: #50E841; }
span { border-color: rgb(80,232,65); }
td.TdClassName
{
border-color: #50E841;
}
.TagClassName
{
border-color: #50E841;
}
</style>