Shades of Lime Green #50D64D
Tints of Lime Green #50D64D
RGB
CMYK
RGB Variations
Color information
#50D64D (or 0x50D64D) is known color: Lime Green. HEX triplet: 50, D6 and 4D. RGB value is (80,214,77). Sum of RGB (Red+Green+Blue) = 80+214+77=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #50D64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D64D is #AF29B2. Grayscale: #9E9E9E. Windows color (decimal): -11479475 or 5101136. OLE color: 5101136.
HSL color Cylindrical-coordinate representation of color #50D64D: hue angle of 118.69º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50D64D is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 77 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.16 |
| HSL | 118.69º | 0.63% | 0.57% | - |
| HSV(B) | 118.69º | 0.64% | 0.84% | - |
| XYZ | 28.69 | 50.33 | 15.22 | - |
| YUV | 158.32 | 82.11 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 77 | 0.63 | 0 | 0.64 | 0.16 | 118.69 | 0.63 | 0.57 |
| Hex | 50 | D6 | 4D | 3F | 0 | 40 | 10 | 77 | 3F | 39 |
| Octal | 120 | 326 | 115 | 77 | 0 | 100 | 20 | 167 | 77 | 71 |
| Binary | 1010000 | 11010110 | 1001101 | 111111 | 0 | 1000000 | 10000 | 1110111 | 111111 | 111001 |
Color Harmonies of #50D64D
Complementary color
Monochromatic Colors of #50D64D
Black with #50D64D
Text Example
Text Example
White with #50D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D64D; }
p { color: rgb(80,214,77); }
H1.HeaderClassName
{
color: #50D64D;
}
.AnyTagClassName
{
color: #50D64D;
}
</style>
background-color css
<style>
a { background-color: #50D64D; }
a { background-color: rgb(80,214,77); }
div.DivClassName
{
background-color: #50D64D;
}
.BgClassName
{
background-color: #50D64D;
}
</style>
border-color css
<style>
span { border-color: #50D64D; }
span { border-color: rgb(80,214,77); }
td.TdClassName
{
border-color: #50D64D;
}
.TagClassName
{
border-color: #50D64D;
}
</style>