Shades of Lime Green #50DE3B
Tints of Lime Green #50DE3B
RGB
CMYK
RGB Variations
Color information
#50DE3B (or 0x50DE3B) is known color: Lime Green. HEX triplet: 50, DE and 3B. RGB value is (80,222,59). Sum of RGB (Red+Green+Blue) = 80+222+59=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 222 (87.11% from 255 or 61.50% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DE3B is #AF21C4. Grayscale: #A1A1A1. Windows color (decimal): -11477445 or 3923536. OLE color: 3923536.
HSL color Cylindrical-coordinate representation of color #50DE3B: hue angle of 112.27º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50DE3B is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 222 | 59 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.13 |
| HSL | 112.27º | 0.71% | 0.55% | - |
| HSV(B) | 112.27º | 0.73% | 0.87% | - |
| XYZ | 30.22 | 54.26 | 13.02 | - |
| YUV | 160.96 | 70.46 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 59 | 0.64 | 0 | 0.73 | 0.13 | 112.27 | 0.71 | 0.55 |
| Hex | 50 | DE | 3B | 40 | 0 | 49 | D | 70 | 47 | 37 |
| Octal | 120 | 336 | 73 | 100 | 0 | 111 | 15 | 160 | 107 | 67 |
| Binary | 1010000 | 11011110 | 111011 | 1000000 | 0 | 1001001 | 1101 | 1110000 | 1000111 | 110111 |
Color Harmonies of #50DE3B
Complementary color
Monochromatic Colors of #50DE3B
Black with #50DE3B
Text Example
Text Example
White with #50DE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DE3B; }
p { color: rgb(80,222,59); }
H1.HeaderClassName
{
color: #50DE3B;
}
.AnyTagClassName
{
color: #50DE3B;
}
</style>
background-color css
<style>
a { background-color: #50DE3B; }
a { background-color: rgb(80,222,59); }
div.DivClassName
{
background-color: #50DE3B;
}
.BgClassName
{
background-color: #50DE3B;
}
</style>
border-color css
<style>
span { border-color: #50DE3B; }
span { border-color: rgb(80,222,59); }
td.TdClassName
{
border-color: #50DE3B;
}
.TagClassName
{
border-color: #50DE3B;
}
</style>