Shades of Lime Green #50E839
Tints of Lime Green #50E839
RGB
CMYK
RGB Variations
Color information
#50E839 (or 0x50E839) is known color: Lime Green. HEX triplet: 50, E8 and 39. RGB value is (80,232,57). Sum of RGB (Red+Green+Blue) = 80+232+57=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 232 (91.02% from 255 or 62.87% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 232 - color contains mainly: green. Hex color #50E839 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E839 is #AF17C6. Grayscale: #A7A7A7. Windows color (decimal): -11474887 or 3795024. OLE color: 3795024.
HSL color Cylindrical-coordinate representation of color #50E839: hue angle of 112.11º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50E839 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 57 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.09 |
| HSL | 112.11º | 0.79% | 0.57% | - |
| HSV(B) | 112.11º | 0.75% | 0.91% | - |
| XYZ | 32.9 | 59.71 | 13.66 | - |
| YUV | 166.6 | 66.14 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 57 | 0.66 | 0 | 0.75 | 0.09 | 112.11 | 0.79 | 0.57 |
| Hex | 50 | E8 | 39 | 42 | 0 | 4B | 9 | 70 | 4F | 39 |
| Octal | 120 | 350 | 71 | 102 | 0 | 113 | 11 | 160 | 117 | 71 |
| Binary | 1010000 | 11101000 | 111001 | 1000010 | 0 | 1001011 | 1001 | 1110000 | 1001111 | 111001 |
Color Harmonies of #50E839
Complementary color
Monochromatic Colors of #50E839
Black with #50E839
Text Example
Text Example
White with #50E839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E839; }
p { color: rgb(80,232,57); }
H1.HeaderClassName
{
color: #50E839;
}
.AnyTagClassName
{
color: #50E839;
}
</style>
background-color css
<style>
a { background-color: #50E839; }
a { background-color: rgb(80,232,57); }
div.DivClassName
{
background-color: #50E839;
}
.BgClassName
{
background-color: #50E839;
}
</style>
border-color css
<style>
span { border-color: #50E839; }
span { border-color: rgb(80,232,57); }
td.TdClassName
{
border-color: #50E839;
}
.TagClassName
{
border-color: #50E839;
}
</style>