Shades of Lime Green #50D737
Tints of Lime Green #50D737
RGB
CMYK
RGB Variations
Color information
#50D737 (or 0x50D737) is known color: Lime Green. HEX triplet: 50, D7 and 37. RGB value is (80,215,55). Sum of RGB (Red+Green+Blue) = 80+215+55=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #50D737 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D737 is #AF28C8. Grayscale: #9C9C9C. Windows color (decimal): -11479241 or 3659600. OLE color: 3659600.
HSL color Cylindrical-coordinate representation of color #50D737: hue angle of 110.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50D737 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 55 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.16 |
| HSL | 110.63º | 0.67% | 0.53% | - |
| HSV(B) | 110.63º | 0.74% | 0.84% | - |
| XYZ | 28.3 | 50.58 | 11.89 | - |
| YUV | 156.4 | 70.77 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 55 | 0.63 | 0 | 0.74 | 0.16 | 110.63 | 0.67 | 0.53 |
| Hex | 50 | D7 | 37 | 3F | 0 | 4A | 10 | 6F | 43 | 35 |
| Octal | 120 | 327 | 67 | 77 | 0 | 112 | 20 | 157 | 103 | 65 |
| Binary | 1010000 | 11010111 | 110111 | 111111 | 0 | 1001010 | 10000 | 1101111 | 1000011 | 110101 |
Color Harmonies of #50D737
Complementary color
Monochromatic Colors of #50D737
Black with #50D737
Text Example
Text Example
White with #50D737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D737; }
p { color: rgb(80,215,55); }
H1.HeaderClassName
{
color: #50D737;
}
.AnyTagClassName
{
color: #50D737;
}
</style>
background-color css
<style>
a { background-color: #50D737; }
a { background-color: rgb(80,215,55); }
div.DivClassName
{
background-color: #50D737;
}
.BgClassName
{
background-color: #50D737;
}
</style>
border-color css
<style>
span { border-color: #50D737; }
span { border-color: rgb(80,215,55); }
td.TdClassName
{
border-color: #50D737;
}
.TagClassName
{
border-color: #50D737;
}
</style>