Shades of Lime Green #50DA4D
Tints of Lime Green #50DA4D
RGB
CMYK
RGB Variations
Color information
#50DA4D (or 0x50DA4D) is known color: Lime Green. HEX triplet: 50, DA and 4D. RGB value is (80,218,77). Sum of RGB (Red+Green+Blue) = 80+218+77=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DA4D is #AF25B2. Grayscale: #A1A1A1. Windows color (decimal): -11478451 or 5102160. OLE color: 5102160.
HSL color Cylindrical-coordinate representation of color #50DA4D: hue angle of 118.72º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50DA4D is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 218 | 77 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.15 |
| HSL | 118.72º | 0.66% | 0.58% | - |
| HSV(B) | 118.72º | 0.65% | 0.85% | - |
| XYZ | 29.72 | 52.38 | 15.57 | - |
| YUV | 160.66 | 80.78 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 77 | 0.63 | 0 | 0.65 | 0.15 | 118.72 | 0.66 | 0.58 |
| Hex | 50 | DA | 4D | 3F | 0 | 41 | F | 77 | 42 | 3A |
| Octal | 120 | 332 | 115 | 77 | 0 | 101 | 17 | 167 | 102 | 72 |
| Binary | 1010000 | 11011010 | 1001101 | 111111 | 0 | 1000001 | 1111 | 1110111 | 1000010 | 111010 |
Color Harmonies of #50DA4D
Complementary color
Monochromatic Colors of #50DA4D
Black with #50DA4D
Text Example
Text Example
White with #50DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DA4D; }
p { color: rgb(80,218,77); }
H1.HeaderClassName
{
color: #50DA4D;
}
.AnyTagClassName
{
color: #50DA4D;
}
</style>
background-color css
<style>
a { background-color: #50DA4D; }
a { background-color: rgb(80,218,77); }
div.DivClassName
{
background-color: #50DA4D;
}
.BgClassName
{
background-color: #50DA4D;
}
</style>
border-color css
<style>
span { border-color: #50DA4D; }
span { border-color: rgb(80,218,77); }
td.TdClassName
{
border-color: #50DA4D;
}
.TagClassName
{
border-color: #50DA4D;
}
</style>