Shades of Lime Green #50E834
Tints of Lime Green #50E834
RGB
CMYK
RGB Variations
Color information
#50E834 (or 0x50E834) is known color: Lime Green. HEX triplet: 50, E8 and 34. RGB value is (80,232,52). Sum of RGB (Red+Green+Blue) = 80+232+52=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 232 (91.02% from 255 or 63.74% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 232 - color contains mainly: green. Hex color #50E834 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E834 is #AF17CB. Grayscale: #A6A6A6. Windows color (decimal): -11474892 or 3467344. OLE color: 3467344.
HSL color Cylindrical-coordinate representation of color #50E834: hue angle of 110.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50E834 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 52 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.09 |
| HSL | 110.67º | 0.8% | 0.56% | - |
| HSV(B) | 110.67º | 0.78% | 0.91% | - |
| XYZ | 32.78 | 59.67 | 13.04 | - |
| YUV | 166.03 | 63.64 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 52 | 0.66 | 0 | 0.78 | 0.09 | 110.67 | 0.8 | 0.56 |
| Hex | 50 | E8 | 34 | 42 | 0 | 4E | 9 | 6F | 50 | 38 |
| Octal | 120 | 350 | 64 | 102 | 0 | 116 | 11 | 157 | 120 | 70 |
| Binary | 1010000 | 11101000 | 110100 | 1000010 | 0 | 1001110 | 1001 | 1101111 | 1010000 | 111000 |
Color Harmonies of #50E834
Complementary color
Monochromatic Colors of #50E834
Black with #50E834
Text Example
Text Example
White with #50E834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E834; }
p { color: rgb(80,232,52); }
H1.HeaderClassName
{
color: #50E834;
}
.AnyTagClassName
{
color: #50E834;
}
</style>
background-color css
<style>
a { background-color: #50E834; }
a { background-color: rgb(80,232,52); }
div.DivClassName
{
background-color: #50E834;
}
.BgClassName
{
background-color: #50E834;
}
</style>
border-color css
<style>
span { border-color: #50E834; }
span { border-color: rgb(80,232,52); }
td.TdClassName
{
border-color: #50E834;
}
.TagClassName
{
border-color: #50E834;
}
</style>