Shades of Lime Green #50E72C
Tints of Lime Green #50E72C
RGB
CMYK
RGB Variations
Color information
#50E72C (or 0x50E72C) is known color: Lime Green. HEX triplet: 50, E7 and 2C. RGB value is (80,231,44). Sum of RGB (Red+Green+Blue) = 80+231+44=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 231 (90.62% from 255 or 65.07% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 231 - color contains mainly: green. Hex color #50E72C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E72C is #AF18D3. Grayscale: #A5A5A5. Windows color (decimal): -11475156 or 2942800. OLE color: 2942800.
HSL color Cylindrical-coordinate representation of color #50E72C: hue angle of 108.45º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50E72C is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 231 | 44 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.09 |
| HSL | 108.45º | 0.8% | 0.54% | - |
| HSV(B) | 108.45º | 0.81% | 0.91% | - |
| XYZ | 32.34 | 59.04 | 12.07 | - |
| YUV | 164.53 | 59.97 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 44 | 0.65 | 0 | 0.81 | 0.09 | 108.45 | 0.8 | 0.54 |
| Hex | 50 | E7 | 2C | 41 | 0 | 51 | 9 | 6C | 50 | 36 |
| Octal | 120 | 347 | 54 | 101 | 0 | 121 | 11 | 154 | 120 | 66 |
| Binary | 1010000 | 11100111 | 101100 | 1000001 | 0 | 1010001 | 1001 | 1101100 | 1010000 | 110110 |
Color Harmonies of #50E72C
Complementary color
Monochromatic Colors of #50E72C
Black with #50E72C
Text Example
Text Example
White with #50E72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E72C; }
p { color: rgb(80,231,44); }
H1.HeaderClassName
{
color: #50E72C;
}
.AnyTagClassName
{
color: #50E72C;
}
</style>
background-color css
<style>
a { background-color: #50E72C; }
a { background-color: rgb(80,231,44); }
div.DivClassName
{
background-color: #50E72C;
}
.BgClassName
{
background-color: #50E72C;
}
</style>
border-color css
<style>
span { border-color: #50E72C; }
span { border-color: rgb(80,231,44); }
td.TdClassName
{
border-color: #50E72C;
}
.TagClassName
{
border-color: #50E72C;
}
</style>