Shades of Lime Green #50DF4E
Tints of Lime Green #50DF4E
RGB
CMYK
RGB Variations
Color information
#50DF4E (or 0x50DF4E) is known color: Lime Green. HEX triplet: 50, DF and 4E. RGB value is (80,223,78). Sum of RGB (Red+Green+Blue) = 80+223+78=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DF4E is #AF20B1. Grayscale: #A4A4A4. Windows color (decimal): -11477170 or 5168976. OLE color: 5168976.
HSL color Cylindrical-coordinate representation of color #50DF4E: hue angle of 119.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50DF4E is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 78 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.13 |
| HSL | 119.17º | 0.69% | 0.59% | - |
| HSV(B) | 119.17º | 0.65% | 0.87% | - |
| XYZ | 31.07 | 55.03 | 16.19 | - |
| YUV | 163.71 | 79.62 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 78 | 0.64 | 0 | 0.65 | 0.13 | 119.17 | 0.69 | 0.59 |
| Hex | 50 | DF | 4E | 40 | 0 | 41 | D | 77 | 45 | 3B |
| Octal | 120 | 337 | 116 | 100 | 0 | 101 | 15 | 167 | 105 | 73 |
| Binary | 1010000 | 11011111 | 1001110 | 1000000 | 0 | 1000001 | 1101 | 1110111 | 1000101 | 111011 |
Color Harmonies of #50DF4E
Complementary color
Monochromatic Colors of #50DF4E
Black with #50DF4E
Text Example
Text Example
White with #50DF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DF4E; }
p { color: rgb(80,223,78); }
H1.HeaderClassName
{
color: #50DF4E;
}
.AnyTagClassName
{
color: #50DF4E;
}
</style>
background-color css
<style>
a { background-color: #50DF4E; }
a { background-color: rgb(80,223,78); }
div.DivClassName
{
background-color: #50DF4E;
}
.BgClassName
{
background-color: #50DF4E;
}
</style>
border-color css
<style>
span { border-color: #50DF4E; }
span { border-color: rgb(80,223,78); }
td.TdClassName
{
border-color: #50DF4E;
}
.TagClassName
{
border-color: #50DF4E;
}
</style>