Shades of Lime Green #50CB43
Tints of Lime Green #50CB43
RGB
CMYK
RGB Variations
Color information
#50CB43 (or 0x50CB43) is known color: Lime Green. HEX triplet: 50, CB and 43. RGB value is (80,203,67). Sum of RGB (Red+Green+Blue) = 80+203+67=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 203 (79.69% from 255 or 58% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB43 is #AF34BC. Grayscale: #979797. Windows color (decimal): -11482301 or 4442960. OLE color: 4442960.
HSL color Cylindrical-coordinate representation of color #50CB43: hue angle of 114.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50CB43 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 67 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.20 |
| HSL | 114.26º | 0.57% | 0.53% | - |
| HSV(B) | 114.26º | 0.67% | 0.8% | - |
| XYZ | 25.68 | 44.82 | 12.61 | - |
| YUV | 150.72 | 80.75 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 67 | 0.61 | 0 | 0.67 | 0.20 | 114.26 | 0.57 | 0.53 |
| Hex | 50 | CB | 43 | 3D | 0 | 43 | 14 | 72 | 39 | 35 |
| Octal | 120 | 313 | 103 | 75 | 0 | 103 | 24 | 162 | 71 | 65 |
| Binary | 1010000 | 11001011 | 1000011 | 111101 | 0 | 1000011 | 10100 | 1110010 | 111001 | 110101 |
Color Harmonies of #50CB43
Complementary color
Monochromatic Colors of #50CB43
Black with #50CB43
Text Example
Text Example
White with #50CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB43; }
p { color: rgb(80,203,67); }
H1.HeaderClassName
{
color: #50CB43;
}
.AnyTagClassName
{
color: #50CB43;
}
</style>
background-color css
<style>
a { background-color: #50CB43; }
a { background-color: rgb(80,203,67); }
div.DivClassName
{
background-color: #50CB43;
}
.BgClassName
{
background-color: #50CB43;
}
</style>
border-color css
<style>
span { border-color: #50CB43; }
span { border-color: rgb(80,203,67); }
td.TdClassName
{
border-color: #50CB43;
}
.TagClassName
{
border-color: #50CB43;
}
</style>