Shades of Lime Green #50E02C
Tints of Lime Green #50E02C
RGB
CMYK
RGB Variations
Color information
#50E02C (or 0x50E02C) is known color: Lime Green. HEX triplet: 50, E0 and 2C. RGB value is (80,224,44). Sum of RGB (Red+Green+Blue) = 80+224+44=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 224 (87.89% from 255 or 64.37% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 224 - color contains mainly: green. Hex color #50E02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E02C is #AF1FD3. Grayscale: #A1A1A1. Windows color (decimal): -11476948 or 2941008. OLE color: 2941008.
HSL color Cylindrical-coordinate representation of color #50E02C: hue angle of 108º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50E02C is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 224 | 44 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.12 |
| HSL | 108º | 0.74% | 0.53% | - |
| HSV(B) | 108º | 0.8% | 0.88% | - |
| XYZ | 30.42 | 55.2 | 11.43 | - |
| YUV | 160.42 | 62.29 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 44 | 0.64 | 0 | 0.80 | 0.12 | 108 | 0.74 | 0.53 |
| Hex | 50 | E0 | 2C | 40 | 0 | 50 | C | 6C | 4A | 35 |
| Octal | 120 | 340 | 54 | 100 | 0 | 120 | 14 | 154 | 112 | 65 |
| Binary | 1010000 | 11100000 | 101100 | 1000000 | 0 | 1010000 | 1100 | 1101100 | 1001010 | 110101 |
Color Harmonies of #50E02C
Complementary color
Monochromatic Colors of #50E02C
Black with #50E02C
Text Example
Text Example
White with #50E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E02C; }
p { color: rgb(80,224,44); }
H1.HeaderClassName
{
color: #50E02C;
}
.AnyTagClassName
{
color: #50E02C;
}
</style>
background-color css
<style>
a { background-color: #50E02C; }
a { background-color: rgb(80,224,44); }
div.DivClassName
{
background-color: #50E02C;
}
.BgClassName
{
background-color: #50E02C;
}
</style>
border-color css
<style>
span { border-color: #50E02C; }
span { border-color: rgb(80,224,44); }
td.TdClassName
{
border-color: #50E02C;
}
.TagClassName
{
border-color: #50E02C;
}
</style>