Shades of Lime Green #50E828
Tints of Lime Green #50E828
RGB
CMYK
RGB Variations
Color information
#50E828 (or 0x50E828) is known color: Lime Green. HEX triplet: 50, E8 and 28. RGB value is (80,232,40). Sum of RGB (Red+Green+Blue) = 80+232+40=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 232 (91.02% from 255 or 65.91% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 232 - color contains mainly: green. Hex color #50E828 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E828 is #AF17D7. Grayscale: #A5A5A5. Windows color (decimal): -11474904 or 2680912. OLE color: 2680912.
HSL color Cylindrical-coordinate representation of color #50E828: hue angle of 107.5º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50E828 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 40 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.09 |
| HSL | 107.5º | 0.81% | 0.53% | - |
| HSV(B) | 107.5º | 0.83% | 0.91% | - |
| XYZ | 32.55 | 59.57 | 11.79 | - |
| YUV | 164.66 | 57.64 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 40 | 0.66 | 0 | 0.83 | 0.09 | 107.5 | 0.81 | 0.53 |
| Hex | 50 | E8 | 28 | 42 | 0 | 53 | 9 | 6C | 51 | 35 |
| Octal | 120 | 350 | 50 | 102 | 0 | 123 | 11 | 154 | 121 | 65 |
| Binary | 1010000 | 11101000 | 101000 | 1000010 | 0 | 1010011 | 1001 | 1101100 | 1010001 | 110101 |
Color Harmonies of #50E828
Complementary color
Monochromatic Colors of #50E828
Black with #50E828
Text Example
Text Example
White with #50E828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E828; }
p { color: rgb(80,232,40); }
H1.HeaderClassName
{
color: #50E828;
}
.AnyTagClassName
{
color: #50E828;
}
</style>
background-color css
<style>
a { background-color: #50E828; }
a { background-color: rgb(80,232,40); }
div.DivClassName
{
background-color: #50E828;
}
.BgClassName
{
background-color: #50E828;
}
</style>
border-color css
<style>
span { border-color: #50E828; }
span { border-color: rgb(80,232,40); }
td.TdClassName
{
border-color: #50E828;
}
.TagClassName
{
border-color: #50E828;
}
</style>