Shades of Lime Green #50D949
Tints of Lime Green #50D949
RGB
CMYK
RGB Variations
Color information
#50D949 (or 0x50D949) is known color: Lime Green. HEX triplet: 50, D9 and 49. RGB value is (80,217,73). Sum of RGB (Red+Green+Blue) = 80+217+73=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #50D949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D949 is #AF26B6. Grayscale: #A0A0A0. Windows color (decimal): -11478711 or 4839760. OLE color: 4839760.
HSL color Cylindrical-coordinate representation of color #50D949: hue angle of 117.08º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50D949 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 217 | 73 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.15 |
| HSL | 117.08º | 0.65% | 0.57% | - |
| HSV(B) | 117.08º | 0.66% | 0.85% | - |
| XYZ | 29.32 | 51.81 | 14.76 | - |
| YUV | 159.62 | 79.11 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 73 | 0.63 | 0 | 0.66 | 0.15 | 117.08 | 0.65 | 0.57 |
| Hex | 50 | D9 | 49 | 3F | 0 | 42 | F | 75 | 41 | 39 |
| Octal | 120 | 331 | 111 | 77 | 0 | 102 | 17 | 165 | 101 | 71 |
| Binary | 1010000 | 11011001 | 1001001 | 111111 | 0 | 1000010 | 1111 | 1110101 | 1000001 | 111001 |
Color Harmonies of #50D949
Complementary color
Monochromatic Colors of #50D949
Black with #50D949
Text Example
Text Example
White with #50D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D949; }
p { color: rgb(80,217,73); }
H1.HeaderClassName
{
color: #50D949;
}
.AnyTagClassName
{
color: #50D949;
}
</style>
background-color css
<style>
a { background-color: #50D949; }
a { background-color: rgb(80,217,73); }
div.DivClassName
{
background-color: #50D949;
}
.BgClassName
{
background-color: #50D949;
}
</style>
border-color css
<style>
span { border-color: #50D949; }
span { border-color: rgb(80,217,73); }
td.TdClassName
{
border-color: #50D949;
}
.TagClassName
{
border-color: #50D949;
}
</style>