Shades of Lime Green #50D844
Tints of Lime Green #50D844
RGB
CMYK
RGB Variations
Color information
#50D844 (or 0x50D844) is known color: Lime Green. HEX triplet: 50, D8 and 44. RGB value is (80,216,68). Sum of RGB (Red+Green+Blue) = 80+216+68=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #50D844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D844 is #AF27BB. Grayscale: #9E9E9E. Windows color (decimal): -11478972 or 4511824. OLE color: 4511824.
HSL color Cylindrical-coordinate representation of color #50D844: hue angle of 115.14º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50D844 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 68 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.15 |
| HSL | 115.14º | 0.65% | 0.56% | - |
| HSV(B) | 115.14º | 0.69% | 0.85% | - |
| XYZ | 28.91 | 51.23 | 13.83 | - |
| YUV | 158.46 | 76.94 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 68 | 0.63 | 0 | 0.69 | 0.15 | 115.14 | 0.65 | 0.56 |
| Hex | 50 | D8 | 44 | 3F | 0 | 45 | F | 73 | 41 | 38 |
| Octal | 120 | 330 | 104 | 77 | 0 | 105 | 17 | 163 | 101 | 70 |
| Binary | 1010000 | 11011000 | 1000100 | 111111 | 0 | 1000101 | 1111 | 1110011 | 1000001 | 111000 |
Color Harmonies of #50D844
Complementary color
Monochromatic Colors of #50D844
Black with #50D844
Text Example
Text Example
White with #50D844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D844; }
p { color: rgb(80,216,68); }
H1.HeaderClassName
{
color: #50D844;
}
.AnyTagClassName
{
color: #50D844;
}
</style>
background-color css
<style>
a { background-color: #50D844; }
a { background-color: rgb(80,216,68); }
div.DivClassName
{
background-color: #50D844;
}
.BgClassName
{
background-color: #50D844;
}
</style>
border-color css
<style>
span { border-color: #50D844; }
span { border-color: rgb(80,216,68); }
td.TdClassName
{
border-color: #50D844;
}
.TagClassName
{
border-color: #50D844;
}
</style>