Shades of Lime Green #50CB45
Tints of Lime Green #50CB45
RGB
CMYK
RGB Variations
Color information
#50CB45 (or 0x50CB45) is known color: Lime Green. HEX triplet: 50, CB and 45. RGB value is (80,203,69). Sum of RGB (Red+Green+Blue) = 80+203+69=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB45 is #AF34BA. Grayscale: #979797. Windows color (decimal): -11482299 or 4574032. OLE color: 4574032.
HSL color Cylindrical-coordinate representation of color #50CB45: hue angle of 115.07º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50CB45 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 69 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.20 |
| HSL | 115.07º | 0.56% | 0.53% | - |
| HSV(B) | 115.07º | 0.66% | 0.8% | - |
| XYZ | 25.74 | 44.85 | 12.93 | - |
| YUV | 150.95 | 81.75 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 69 | 0.61 | 0 | 0.66 | 0.20 | 115.07 | 0.56 | 0.53 |
| Hex | 50 | CB | 45 | 3D | 0 | 42 | 14 | 73 | 38 | 35 |
| Octal | 120 | 313 | 105 | 75 | 0 | 102 | 24 | 163 | 70 | 65 |
| Binary | 1010000 | 11001011 | 1000101 | 111101 | 0 | 1000010 | 10100 | 1110011 | 111000 | 110101 |
Color Harmonies of #50CB45
Complementary color
Monochromatic Colors of #50CB45
Black with #50CB45
Text Example
Text Example
White with #50CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB45; }
p { color: rgb(80,203,69); }
H1.HeaderClassName
{
color: #50CB45;
}
.AnyTagClassName
{
color: #50CB45;
}
</style>
background-color css
<style>
a { background-color: #50CB45; }
a { background-color: rgb(80,203,69); }
div.DivClassName
{
background-color: #50CB45;
}
.BgClassName
{
background-color: #50CB45;
}
</style>
border-color css
<style>
span { border-color: #50CB45; }
span { border-color: rgb(80,203,69); }
td.TdClassName
{
border-color: #50CB45;
}
.TagClassName
{
border-color: #50CB45;
}
</style>