Shades of Lime Green #50E02E
Tints of Lime Green #50E02E
RGB
CMYK
RGB Variations
Color information
#50E02E (or 0x50E02E) is known color: Lime Green. HEX triplet: 50, E0 and 2E. RGB value is (80,224,46). Sum of RGB (Red+Green+Blue) = 80+224+46=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 224 (87.89% from 255 or 64% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 224 - color contains mainly: green. Hex color #50E02E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E02E is #AF1FD1. Grayscale: #A1A1A1. Windows color (decimal): -11476946 or 3072080. OLE color: 3072080.
HSL color Cylindrical-coordinate representation of color #50E02E: hue angle of 108.54º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50E02E is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 224 | 46 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.12 |
| HSL | 108.54º | 0.74% | 0.53% | - |
| HSV(B) | 108.54º | 0.79% | 0.88% | - |
| XYZ | 30.46 | 55.21 | 11.64 | - |
| YUV | 160.65 | 63.29 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 46 | 0.64 | 0 | 0.79 | 0.12 | 108.54 | 0.74 | 0.53 |
| Hex | 50 | E0 | 2E | 40 | 0 | 4F | C | 6D | 4A | 35 |
| Octal | 120 | 340 | 56 | 100 | 0 | 117 | 14 | 155 | 112 | 65 |
| Binary | 1010000 | 11100000 | 101110 | 1000000 | 0 | 1001111 | 1100 | 1101101 | 1001010 | 110101 |
Color Harmonies of #50E02E
Complementary color
Monochromatic Colors of #50E02E
Black with #50E02E
Text Example
Text Example
White with #50E02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E02E; }
p { color: rgb(80,224,46); }
H1.HeaderClassName
{
color: #50E02E;
}
.AnyTagClassName
{
color: #50E02E;
}
</style>
background-color css
<style>
a { background-color: #50E02E; }
a { background-color: rgb(80,224,46); }
div.DivClassName
{
background-color: #50E02E;
}
.BgClassName
{
background-color: #50E02E;
}
</style>
border-color css
<style>
span { border-color: #50E02E; }
span { border-color: rgb(80,224,46); }
td.TdClassName
{
border-color: #50E02E;
}
.TagClassName
{
border-color: #50E02E;
}
</style>