Shades of Lime Green #50D544
Tints of Lime Green #50D544
RGB
CMYK
RGB Variations
Color information
#50D544 (or 0x50D544) is known color: Lime Green. HEX triplet: 50, D5 and 44. RGB value is (80,213,68). Sum of RGB (Red+Green+Blue) = 80+213+68=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #50D544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D544 is #AF2ABB. Grayscale: #9D9D9D. Windows color (decimal): -11479740 or 4511056. OLE color: 4511056.
HSL color Cylindrical-coordinate representation of color #50D544: hue angle of 115.03º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50D544 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 68 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.16 |
| HSL | 115.03º | 0.63% | 0.55% | - |
| HSV(B) | 115.03º | 0.68% | 0.84% | - |
| XYZ | 28.15 | 49.71 | 13.58 | - |
| YUV | 156.7 | 77.94 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 68 | 0.62 | 0 | 0.68 | 0.16 | 115.03 | 0.63 | 0.55 |
| Hex | 50 | D5 | 44 | 3E | 0 | 44 | 10 | 73 | 3F | 37 |
| Octal | 120 | 325 | 104 | 76 | 0 | 104 | 20 | 163 | 77 | 67 |
| Binary | 1010000 | 11010101 | 1000100 | 111110 | 0 | 1000100 | 10000 | 1110011 | 111111 | 110111 |
Color Harmonies of #50D544
Complementary color
Monochromatic Colors of #50D544
Black with #50D544
Text Example
Text Example
White with #50D544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D544; }
p { color: rgb(80,213,68); }
H1.HeaderClassName
{
color: #50D544;
}
.AnyTagClassName
{
color: #50D544;
}
</style>
background-color css
<style>
a { background-color: #50D544; }
a { background-color: rgb(80,213,68); }
div.DivClassName
{
background-color: #50D544;
}
.BgClassName
{
background-color: #50D544;
}
</style>
border-color css
<style>
span { border-color: #50D544; }
span { border-color: rgb(80,213,68); }
td.TdClassName
{
border-color: #50D544;
}
.TagClassName
{
border-color: #50D544;
}
</style>