Shades of Lime Green #50CB41
Tints of Lime Green #50CB41
RGB
CMYK
RGB Variations
Color information
#50CB41 (or 0x50CB41) is known color: Lime Green. HEX triplet: 50, CB and 41. RGB value is (80,203,65). Sum of RGB (Red+Green+Blue) = 80+203+65=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB41 is #AF34BE. Grayscale: #969696. Windows color (decimal): -11482303 or 4311888. OLE color: 4311888.
HSL color Cylindrical-coordinate representation of color #50CB41: hue angle of 113.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50CB41 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 65 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.20 |
| HSL | 113.48º | 0.57% | 0.53% | - |
| HSV(B) | 113.48º | 0.68% | 0.8% | - |
| XYZ | 25.62 | 44.8 | 12.3 | - |
| YUV | 150.49 | 79.75 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 65 | 0.61 | 0 | 0.68 | 0.20 | 113.48 | 0.57 | 0.53 |
| Hex | 50 | CB | 41 | 3D | 0 | 44 | 14 | 71 | 39 | 35 |
| Octal | 120 | 313 | 101 | 75 | 0 | 104 | 24 | 161 | 71 | 65 |
| Binary | 1010000 | 11001011 | 1000001 | 111101 | 0 | 1000100 | 10100 | 1110001 | 111001 | 110101 |
Color Harmonies of #50CB41
Complementary color
Monochromatic Colors of #50CB41
Black with #50CB41
Text Example
Text Example
White with #50CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB41; }
p { color: rgb(80,203,65); }
H1.HeaderClassName
{
color: #50CB41;
}
.AnyTagClassName
{
color: #50CB41;
}
</style>
background-color css
<style>
a { background-color: #50CB41; }
a { background-color: rgb(80,203,65); }
div.DivClassName
{
background-color: #50CB41;
}
.BgClassName
{
background-color: #50CB41;
}
</style>
border-color css
<style>
span { border-color: #50CB41; }
span { border-color: rgb(80,203,65); }
td.TdClassName
{
border-color: #50CB41;
}
.TagClassName
{
border-color: #50CB41;
}
</style>