Shades of Lime Green #50E048
Tints of Lime Green #50E048
RGB
CMYK
RGB Variations
Color information
#50E048 (or 0x50E048) is known color: Lime Green. HEX triplet: 50, E0 and 48. RGB value is (80,224,72). Sum of RGB (Red+Green+Blue) = 80+224+72=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #50E048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E048 is #AF1FB7. Grayscale: #A4A4A4. Windows color (decimal): -11476920 or 4776016. OLE color: 4776016.
HSL color Cylindrical-coordinate representation of color #50E048: hue angle of 116.84º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50E048 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 224 | 72 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.12 |
| HSL | 116.84º | 0.71% | 0.58% | - |
| HSV(B) | 116.84º | 0.68% | 0.88% | - |
| XYZ | 31.13 | 55.48 | 15.2 | - |
| YUV | 163.62 | 76.29 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 72 | 0.64 | 0 | 0.68 | 0.12 | 116.84 | 0.71 | 0.58 |
| Hex | 50 | E0 | 48 | 40 | 0 | 44 | C | 75 | 47 | 3A |
| Octal | 120 | 340 | 110 | 100 | 0 | 104 | 14 | 165 | 107 | 72 |
| Binary | 1010000 | 11100000 | 1001000 | 1000000 | 0 | 1000100 | 1100 | 1110101 | 1000111 | 111010 |
Color Harmonies of #50E048
Complementary color
Monochromatic Colors of #50E048
Black with #50E048
Text Example
Text Example
White with #50E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E048; }
p { color: rgb(80,224,72); }
H1.HeaderClassName
{
color: #50E048;
}
.AnyTagClassName
{
color: #50E048;
}
</style>
background-color css
<style>
a { background-color: #50E048; }
a { background-color: rgb(80,224,72); }
div.DivClassName
{
background-color: #50E048;
}
.BgClassName
{
background-color: #50E048;
}
</style>
border-color css
<style>
span { border-color: #50E048; }
span { border-color: rgb(80,224,72); }
td.TdClassName
{
border-color: #50E048;
}
.TagClassName
{
border-color: #50E048;
}
</style>