Shades of Lime Green #50CB47
Tints of Lime Green #50CB47
RGB
CMYK
RGB Variations
Color information
#50CB47 (or 0x50CB47) is known color: Lime Green. HEX triplet: 50, CB and 47. RGB value is (80,203,71). Sum of RGB (Red+Green+Blue) = 80+203+71=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB47 is #AF34B8. Grayscale: #979797. Windows color (decimal): -11482297 or 4705104. OLE color: 4705104.
HSL color Cylindrical-coordinate representation of color #50CB47: hue angle of 115.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50CB47 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 71 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.20 |
| HSL | 115.91º | 0.56% | 0.54% | - |
| HSV(B) | 115.91º | 0.65% | 0.8% | - |
| XYZ | 25.8 | 44.87 | 13.26 | - |
| YUV | 151.18 | 82.75 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 71 | 0.61 | 0 | 0.65 | 0.20 | 115.91 | 0.56 | 0.54 |
| Hex | 50 | CB | 47 | 3D | 0 | 41 | 14 | 74 | 38 | 36 |
| Octal | 120 | 313 | 107 | 75 | 0 | 101 | 24 | 164 | 70 | 66 |
| Binary | 1010000 | 11001011 | 1000111 | 111101 | 0 | 1000001 | 10100 | 1110100 | 111000 | 110110 |
Color Harmonies of #50CB47
Complementary color
Monochromatic Colors of #50CB47
Black with #50CB47
Text Example
Text Example
White with #50CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB47; }
p { color: rgb(80,203,71); }
H1.HeaderClassName
{
color: #50CB47;
}
.AnyTagClassName
{
color: #50CB47;
}
</style>
background-color css
<style>
a { background-color: #50CB47; }
a { background-color: rgb(80,203,71); }
div.DivClassName
{
background-color: #50CB47;
}
.BgClassName
{
background-color: #50CB47;
}
</style>
border-color css
<style>
span { border-color: #50CB47; }
span { border-color: rgb(80,203,71); }
td.TdClassName
{
border-color: #50CB47;
}
.TagClassName
{
border-color: #50CB47;
}
</style>