Shades of Lime Green #50CD49
Tints of Lime Green #50CD49
RGB
CMYK
RGB Variations
Color information
#50CD49 (or 0x50CD49) is known color: Lime Green. HEX triplet: 50, CD and 49. RGB value is (80,205,73). Sum of RGB (Red+Green+Blue) = 80+205+73=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD49 is #AF32B6. Grayscale: #989898. Windows color (decimal): -11481783 or 4836688. OLE color: 4836688.
HSL color Cylindrical-coordinate representation of color #50CD49: hue angle of 116.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CD49 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 73 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.20 |
| HSL | 116.82º | 0.57% | 0.55% | - |
| HSV(B) | 116.82º | 0.64% | 0.8% | - |
| XYZ | 26.34 | 45.85 | 13.76 | - |
| YUV | 152.58 | 83.09 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 73 | 0.61 | 0 | 0.64 | 0.20 | 116.82 | 0.57 | 0.55 |
| Hex | 50 | CD | 49 | 3D | 0 | 40 | 14 | 75 | 39 | 37 |
| Octal | 120 | 315 | 111 | 75 | 0 | 100 | 24 | 165 | 71 | 67 |
| Binary | 1010000 | 11001101 | 1001001 | 111101 | 0 | 1000000 | 10100 | 1110101 | 111001 | 110111 |
Color Harmonies of #50CD49
Complementary color
Monochromatic Colors of #50CD49
Black with #50CD49
Text Example
Text Example
White with #50CD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CD49; }
p { color: rgb(80,205,73); }
H1.HeaderClassName
{
color: #50CD49;
}
.AnyTagClassName
{
color: #50CD49;
}
</style>
background-color css
<style>
a { background-color: #50CD49; }
a { background-color: rgb(80,205,73); }
div.DivClassName
{
background-color: #50CD49;
}
.BgClassName
{
background-color: #50CD49;
}
</style>
border-color css
<style>
span { border-color: #50CD49; }
span { border-color: rgb(80,205,73); }
td.TdClassName
{
border-color: #50CD49;
}
.TagClassName
{
border-color: #50CD49;
}
</style>