Shades of Lime Green #50E249
Tints of Lime Green #50E249
RGB
CMYK
RGB Variations
Color information
#50E249 (or 0x50E249) is known color: Lime Green. HEX triplet: 50, E2 and 49. RGB value is (80,226,73). Sum of RGB (Red+Green+Blue) = 80+226+73=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 226 (88.67% from 255 or 59.63% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 226 - color contains mainly: green. Hex color #50E249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E249 is #AF1DB6. Grayscale: #A5A5A5. Windows color (decimal): -11476407 or 4842064. OLE color: 4842064.
HSL color Cylindrical-coordinate representation of color #50E249: hue angle of 117.25º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50E249 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 73 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.11 |
| HSL | 117.25º | 0.73% | 0.59% | - |
| HSV(B) | 117.25º | 0.68% | 0.89% | - |
| XYZ | 31.71 | 56.58 | 15.55 | - |
| YUV | 164.9 | 76.13 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 73 | 0.65 | 0 | 0.68 | 0.11 | 117.25 | 0.73 | 0.59 |
| Hex | 50 | E2 | 49 | 41 | 0 | 44 | B | 75 | 49 | 3B |
| Octal | 120 | 342 | 111 | 101 | 0 | 104 | 13 | 165 | 111 | 73 |
| Binary | 1010000 | 11100010 | 1001001 | 1000001 | 0 | 1000100 | 1011 | 1110101 | 1001001 | 111011 |
Color Harmonies of #50E249
Complementary color
Monochromatic Colors of #50E249
Black with #50E249
Text Example
Text Example
White with #50E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E249; }
p { color: rgb(80,226,73); }
H1.HeaderClassName
{
color: #50E249;
}
.AnyTagClassName
{
color: #50E249;
}
</style>
background-color css
<style>
a { background-color: #50E249; }
a { background-color: rgb(80,226,73); }
div.DivClassName
{
background-color: #50E249;
}
.BgClassName
{
background-color: #50E249;
}
</style>
border-color css
<style>
span { border-color: #50E249; }
span { border-color: rgb(80,226,73); }
td.TdClassName
{
border-color: #50E249;
}
.TagClassName
{
border-color: #50E249;
}
</style>