Shades of Lime Green #50D84D
Tints of Lime Green #50D84D
RGB
CMYK
RGB Variations
Color information
#50D84D (or 0x50D84D) is known color: Lime Green. HEX triplet: 50, D8 and 4D. RGB value is (80,216,77). Sum of RGB (Red+Green+Blue) = 80+216+77=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #50D84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D84D is #AF27B2. Grayscale: #9F9F9F. Windows color (decimal): -11478963 or 5101648. OLE color: 5101648.
HSL color Cylindrical-coordinate representation of color #50D84D: hue angle of 118.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50D84D is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 77 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.15 |
| HSL | 118.71º | 0.64% | 0.57% | - |
| HSV(B) | 118.71º | 0.64% | 0.85% | - |
| XYZ | 29.2 | 51.35 | 15.39 | - |
| YUV | 159.49 | 81.44 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 77 | 0.63 | 0 | 0.64 | 0.15 | 118.71 | 0.64 | 0.57 |
| Hex | 50 | D8 | 4D | 3F | 0 | 40 | F | 77 | 40 | 39 |
| Octal | 120 | 330 | 115 | 77 | 0 | 100 | 17 | 167 | 100 | 71 |
| Binary | 1010000 | 11011000 | 1001101 | 111111 | 0 | 1000000 | 1111 | 1110111 | 1000000 | 111001 |
Color Harmonies of #50D84D
Complementary color
Monochromatic Colors of #50D84D
Black with #50D84D
Text Example
Text Example
White with #50D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D84D; }
p { color: rgb(80,216,77); }
H1.HeaderClassName
{
color: #50D84D;
}
.AnyTagClassName
{
color: #50D84D;
}
</style>
background-color css
<style>
a { background-color: #50D84D; }
a { background-color: rgb(80,216,77); }
div.DivClassName
{
background-color: #50D84D;
}
.BgClassName
{
background-color: #50D84D;
}
</style>
border-color css
<style>
span { border-color: #50D84D; }
span { border-color: rgb(80,216,77); }
td.TdClassName
{
border-color: #50D84D;
}
.TagClassName
{
border-color: #50D84D;
}
</style>