Shades of Lime Green #50D546
Tints of Lime Green #50D546
RGB
CMYK
RGB Variations
Color information
#50D546 (or 0x50D546) is known color: Lime Green. HEX triplet: 50, D5 and 46. RGB value is (80,213,70). Sum of RGB (Red+Green+Blue) = 80+213+70=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #50D546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D546 is #AF2AB9. Grayscale: #9D9D9D. Windows color (decimal): -11479738 or 4642128. OLE color: 4642128.
HSL color Cylindrical-coordinate representation of color #50D546: hue angle of 115.8º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50D546 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 70 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.16 |
| HSL | 115.8º | 0.63% | 0.55% | - |
| HSV(B) | 115.8º | 0.67% | 0.84% | - |
| XYZ | 28.21 | 49.74 | 13.91 | - |
| YUV | 156.93 | 78.94 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 70 | 0.62 | 0 | 0.67 | 0.16 | 115.8 | 0.63 | 0.55 |
| Hex | 50 | D5 | 46 | 3E | 0 | 43 | 10 | 74 | 3F | 37 |
| Octal | 120 | 325 | 106 | 76 | 0 | 103 | 20 | 164 | 77 | 67 |
| Binary | 1010000 | 11010101 | 1000110 | 111110 | 0 | 1000011 | 10000 | 1110100 | 111111 | 110111 |
Color Harmonies of #50D546
Complementary color
Monochromatic Colors of #50D546
Black with #50D546
Text Example
Text Example
White with #50D546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D546; }
p { color: rgb(80,213,70); }
H1.HeaderClassName
{
color: #50D546;
}
.AnyTagClassName
{
color: #50D546;
}
</style>
background-color css
<style>
a { background-color: #50D546; }
a { background-color: rgb(80,213,70); }
div.DivClassName
{
background-color: #50D546;
}
.BgClassName
{
background-color: #50D546;
}
</style>
border-color css
<style>
span { border-color: #50D546; }
span { border-color: rgb(80,213,70); }
td.TdClassName
{
border-color: #50D546;
}
.TagClassName
{
border-color: #50D546;
}
</style>