Shades of Lime Green #50EC37
Tints of Lime Green #50EC37
RGB
CMYK
RGB Variations
Color information
#50EC37 (or 0x50EC37) is known color: Lime Green. HEX triplet: 50, EC and 37. RGB value is (80,236,55). Sum of RGB (Red+Green+Blue) = 80+236+55=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC37 is #AF13C8. Grayscale: #A9A9A9. Windows color (decimal): -11473865 or 3664976. OLE color: 3664976.
HSL color Cylindrical-coordinate representation of color #50EC37: hue angle of 111.71º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50EC37 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 55 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.07 |
| HSL | 111.71º | 0.83% | 0.57% | - |
| HSV(B) | 111.71º | 0.77% | 0.93% | - |
| XYZ | 33.99 | 61.97 | 13.78 | - |
| YUV | 168.72 | 63.82 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 55 | 0.66 | 0 | 0.77 | 0.07 | 111.71 | 0.83 | 0.57 |
| Hex | 50 | EC | 37 | 42 | 0 | 4D | 7 | 70 | 53 | 39 |
| Octal | 120 | 354 | 67 | 102 | 0 | 115 | 7 | 160 | 123 | 71 |
| Binary | 1010000 | 11101100 | 110111 | 1000010 | 0 | 1001101 | 111 | 1110000 | 1010011 | 111001 |
Color Harmonies of #50EC37
Complementary color
Monochromatic Colors of #50EC37
Black with #50EC37
Text Example
Text Example
White with #50EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC37; }
p { color: rgb(80,236,55); }
H1.HeaderClassName
{
color: #50EC37;
}
.AnyTagClassName
{
color: #50EC37;
}
</style>
background-color css
<style>
a { background-color: #50EC37; }
a { background-color: rgb(80,236,55); }
div.DivClassName
{
background-color: #50EC37;
}
.BgClassName
{
background-color: #50EC37;
}
</style>
border-color css
<style>
span { border-color: #50EC37; }
span { border-color: rgb(80,236,55); }
td.TdClassName
{
border-color: #50EC37;
}
.TagClassName
{
border-color: #50EC37;
}
</style>