Shades of Lime Green #50E540
Tints of Lime Green #50E540
RGB
CMYK
RGB Variations
Color information
#50E540 (or 0x50E540) is known color: Lime Green. HEX triplet: 50, E5 and 40. RGB value is (80,229,64). Sum of RGB (Red+Green+Blue) = 80+229+64=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 229 (89.84% from 255 or 61.39% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 229 - color contains mainly: green. Hex color #50E540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E540 is #AF1ABF. Grayscale: #A6A6A6. Windows color (decimal): -11475648 or 4253008. OLE color: 4253008.
HSL color Cylindrical-coordinate representation of color #50E540: hue angle of 114.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50E540 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 64 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.10 |
| HSL | 114.18º | 0.76% | 0.57% | - |
| HSV(B) | 114.18º | 0.72% | 0.9% | - |
| XYZ | 32.25 | 58.11 | 14.37 | - |
| YUV | 165.64 | 70.64 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 64 | 0.65 | 0 | 0.72 | 0.10 | 114.18 | 0.76 | 0.57 |
| Hex | 50 | E5 | 40 | 41 | 0 | 48 | A | 72 | 4C | 39 |
| Octal | 120 | 345 | 100 | 101 | 0 | 110 | 12 | 162 | 114 | 71 |
| Binary | 1010000 | 11100101 | 1000000 | 1000001 | 0 | 1001000 | 1010 | 1110010 | 1001100 | 111001 |
Color Harmonies of #50E540
Complementary color
Monochromatic Colors of #50E540
Black with #50E540
Text Example
Text Example
White with #50E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E540; }
p { color: rgb(80,229,64); }
H1.HeaderClassName
{
color: #50E540;
}
.AnyTagClassName
{
color: #50E540;
}
</style>
background-color css
<style>
a { background-color: #50E540; }
a { background-color: rgb(80,229,64); }
div.DivClassName
{
background-color: #50E540;
}
.BgClassName
{
background-color: #50E540;
}
</style>
border-color css
<style>
span { border-color: #50E540; }
span { border-color: rgb(80,229,64); }
td.TdClassName
{
border-color: #50E540;
}
.TagClassName
{
border-color: #50E540;
}
</style>