Shades of Lime Green #50CB35
Tints of Lime Green #50CB35
RGB
CMYK
RGB Variations
Color information
#50CB35 (or 0x50CB35) is known color: Lime Green. HEX triplet: 50, CB and 35. RGB value is (80,203,53). Sum of RGB (Red+Green+Blue) = 80+203+53=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB35 is #AF34CA. Grayscale: #959595. Windows color (decimal): -11482315 or 3525456. OLE color: 3525456.
HSL color Cylindrical-coordinate representation of color #50CB35: hue angle of 109.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50CB35 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 53 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.20 |
| HSL | 109.2º | 0.59% | 0.5% | - |
| HSV(B) | 109.2º | 0.74% | 0.8% | - |
| XYZ | 25.31 | 44.67 | 10.66 | - |
| YUV | 149.12 | 73.75 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 53 | 0.61 | 0 | 0.74 | 0.20 | 109.2 | 0.59 | 0.5 |
| Hex | 50 | CB | 35 | 3D | 0 | 4A | 14 | 6D | 3B | 32 |
| Octal | 120 | 313 | 65 | 75 | 0 | 112 | 24 | 155 | 73 | 62 |
| Binary | 1010000 | 11001011 | 110101 | 111101 | 0 | 1001010 | 10100 | 1101101 | 111011 | 110010 |
Color Harmonies of #50CB35
Complementary color
Monochromatic Colors of #50CB35
Black with #50CB35
Text Example
Text Example
White with #50CB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB35; }
p { color: rgb(80,203,53); }
H1.HeaderClassName
{
color: #50CB35;
}
.AnyTagClassName
{
color: #50CB35;
}
</style>
background-color css
<style>
a { background-color: #50CB35; }
a { background-color: rgb(80,203,53); }
div.DivClassName
{
background-color: #50CB35;
}
.BgClassName
{
background-color: #50CB35;
}
</style>
border-color css
<style>
span { border-color: #50CB35; }
span { border-color: rgb(80,203,53); }
td.TdClassName
{
border-color: #50CB35;
}
.TagClassName
{
border-color: #50CB35;
}
</style>