Shades of Lime Green #50E52C
Tints of Lime Green #50E52C
RGB
CMYK
RGB Variations
Color information
#50E52C (or 0x50E52C) is known color: Lime Green. HEX triplet: 50, E5 and 2C. RGB value is (80,229,44). Sum of RGB (Red+Green+Blue) = 80+229+44=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 229 (89.84% from 255 or 64.87% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 229 - color contains mainly: green. Hex color #50E52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E52C is #AF1AD3. Grayscale: #A3A3A3. Windows color (decimal): -11475668 or 2942288. OLE color: 2942288.
HSL color Cylindrical-coordinate representation of color #50E52C: hue angle of 108.32º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50E52C is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 44 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.10 |
| HSL | 108.32º | 0.78% | 0.54% | - |
| HSV(B) | 108.32º | 0.81% | 0.9% | - |
| XYZ | 31.78 | 57.93 | 11.89 | - |
| YUV | 163.36 | 60.64 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 44 | 0.65 | 0 | 0.81 | 0.10 | 108.32 | 0.78 | 0.54 |
| Hex | 50 | E5 | 2C | 41 | 0 | 51 | A | 6C | 4E | 36 |
| Octal | 120 | 345 | 54 | 101 | 0 | 121 | 12 | 154 | 116 | 66 |
| Binary | 1010000 | 11100101 | 101100 | 1000001 | 0 | 1010001 | 1010 | 1101100 | 1001110 | 110110 |
Color Harmonies of #50E52C
Complementary color
Monochromatic Colors of #50E52C
Black with #50E52C
Text Example
Text Example
White with #50E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E52C; }
p { color: rgb(80,229,44); }
H1.HeaderClassName
{
color: #50E52C;
}
.AnyTagClassName
{
color: #50E52C;
}
</style>
background-color css
<style>
a { background-color: #50E52C; }
a { background-color: rgb(80,229,44); }
div.DivClassName
{
background-color: #50E52C;
}
.BgClassName
{
background-color: #50E52C;
}
</style>
border-color css
<style>
span { border-color: #50E52C; }
span { border-color: rgb(80,229,44); }
td.TdClassName
{
border-color: #50E52C;
}
.TagClassName
{
border-color: #50E52C;
}
</style>