Shades of Lime Green #50E437
Tints of Lime Green #50E437
RGB
CMYK
RGB Variations
Color information
#50E437 (or 0x50E437) is known color: Lime Green. HEX triplet: 50, E4 and 37. RGB value is (80,228,55). Sum of RGB (Red+Green+Blue) = 80+228+55=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 228 (89.45% from 255 or 62.81% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 228 - color contains mainly: green. Hex color #50E437 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E437 is #AF1BC8. Grayscale: #A4A4A4. Windows color (decimal): -11475913 or 3662928. OLE color: 3662928.
HSL color Cylindrical-coordinate representation of color #50E437: hue angle of 111.33º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50E437 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 228 | 55 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.11 |
| HSL | 111.33º | 0.76% | 0.55% | - |
| HSV(B) | 111.33º | 0.76% | 0.89% | - |
| XYZ | 31.74 | 57.47 | 13.03 | - |
| YUV | 164.03 | 66.47 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 228 | 55 | 0.65 | 0 | 0.76 | 0.11 | 111.33 | 0.76 | 0.55 |
| Hex | 50 | E4 | 37 | 41 | 0 | 4C | B | 6F | 4C | 37 |
| Octal | 120 | 344 | 67 | 101 | 0 | 114 | 13 | 157 | 114 | 67 |
| Binary | 1010000 | 11100100 | 110111 | 1000001 | 0 | 1001100 | 1011 | 1101111 | 1001100 | 110111 |
Color Harmonies of #50E437
Complementary color
Monochromatic Colors of #50E437
Black with #50E437
Text Example
Text Example
White with #50E437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E437; }
p { color: rgb(80,228,55); }
H1.HeaderClassName
{
color: #50E437;
}
.AnyTagClassName
{
color: #50E437;
}
</style>
background-color css
<style>
a { background-color: #50E437; }
a { background-color: rgb(80,228,55); }
div.DivClassName
{
background-color: #50E437;
}
.BgClassName
{
background-color: #50E437;
}
</style>
border-color css
<style>
span { border-color: #50E437; }
span { border-color: rgb(80,228,55); }
td.TdClassName
{
border-color: #50E437;
}
.TagClassName
{
border-color: #50E437;
}
</style>