Shades of Lime Green #50D744
Tints of Lime Green #50D744
RGB
CMYK
RGB Variations
Color information
#50D744 (or 0x50D744) is known color: Lime Green. HEX triplet: 50, D7 and 44. RGB value is (80,215,68). Sum of RGB (Red+Green+Blue) = 80+215+68=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #50D744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D744 is #AF28BB. Grayscale: #9E9E9E. Windows color (decimal): -11479228 or 4511568. OLE color: 4511568.
HSL color Cylindrical-coordinate representation of color #50D744: hue angle of 115.1º degrees, saturation: 0.65, 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 #50D744 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 68 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.16 |
| HSL | 115.1º | 0.65% | 0.55% | - |
| HSV(B) | 115.1º | 0.68% | 0.84% | - |
| XYZ | 28.65 | 50.72 | 13.75 | - |
| YUV | 157.88 | 77.27 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 68 | 0.63 | 0 | 0.68 | 0.16 | 115.1 | 0.65 | 0.55 |
| Hex | 50 | D7 | 44 | 3F | 0 | 44 | 10 | 73 | 41 | 37 |
| Octal | 120 | 327 | 104 | 77 | 0 | 104 | 20 | 163 | 101 | 67 |
| Binary | 1010000 | 11010111 | 1000100 | 111111 | 0 | 1000100 | 10000 | 1110011 | 1000001 | 110111 |
Color Harmonies of #50D744
Complementary color
Monochromatic Colors of #50D744
Black with #50D744
Text Example
Text Example
White with #50D744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D744; }
p { color: rgb(80,215,68); }
H1.HeaderClassName
{
color: #50D744;
}
.AnyTagClassName
{
color: #50D744;
}
</style>
background-color css
<style>
a { background-color: #50D744; }
a { background-color: rgb(80,215,68); }
div.DivClassName
{
background-color: #50D744;
}
.BgClassName
{
background-color: #50D744;
}
</style>
border-color css
<style>
span { border-color: #50D744; }
span { border-color: rgb(80,215,68); }
td.TdClassName
{
border-color: #50D744;
}
.TagClassName
{
border-color: #50D744;
}
</style>