Shades of Lime Green #50EC31
Tints of Lime Green #50EC31
RGB
CMYK
RGB Variations
Color information
#50EC31 (or 0x50EC31) is known color: Lime Green. HEX triplet: 50, EC and 31. RGB value is (80,236,49). Sum of RGB (Red+Green+Blue) = 80+236+49=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC31 is #AF13CE. Grayscale: #A8A8A8. Windows color (decimal): -11473871 or 3271760. OLE color: 3271760.
HSL color Cylindrical-coordinate representation of color #50EC31: hue angle of 110.05º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50EC31 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 49 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.07 |
| HSL | 110.05º | 0.83% | 0.56% | - |
| HSV(B) | 110.05º | 0.79% | 0.93% | - |
| XYZ | 33.86 | 61.92 | 13.07 | - |
| YUV | 168.04 | 60.82 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 49 | 0.66 | 0 | 0.79 | 0.07 | 110.05 | 0.83 | 0.56 |
| Hex | 50 | EC | 31 | 42 | 0 | 4F | 7 | 6E | 53 | 38 |
| Octal | 120 | 354 | 61 | 102 | 0 | 117 | 7 | 156 | 123 | 70 |
| Binary | 1010000 | 11101100 | 110001 | 1000010 | 0 | 1001111 | 111 | 1101110 | 1010011 | 111000 |
Color Harmonies of #50EC31
Complementary color
Monochromatic Colors of #50EC31
Black with #50EC31
Text Example
Text Example
White with #50EC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC31; }
p { color: rgb(80,236,49); }
H1.HeaderClassName
{
color: #50EC31;
}
.AnyTagClassName
{
color: #50EC31;
}
</style>
background-color css
<style>
a { background-color: #50EC31; }
a { background-color: rgb(80,236,49); }
div.DivClassName
{
background-color: #50EC31;
}
.BgClassName
{
background-color: #50EC31;
}
</style>
border-color css
<style>
span { border-color: #50EC31; }
span { border-color: rgb(80,236,49); }
td.TdClassName
{
border-color: #50EC31;
}
.TagClassName
{
border-color: #50EC31;
}
</style>