Shades of Lime Green #50CB34
Tints of Lime Green #50CB34
RGB
CMYK
RGB Variations
Color information
#50CB34 (or 0x50CB34) is known color: Lime Green. HEX triplet: 50, CB and 34. RGB value is (80,203,52). Sum of RGB (Red+Green+Blue) = 80+203+52=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB34 is #AF34CB. Grayscale: #959595. Windows color (decimal): -11482316 or 3459920. OLE color: 3459920.
HSL color Cylindrical-coordinate representation of color #50CB34: hue angle of 108.87º 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 #50CB34 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 52 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.20 |
| HSL | 108.87º | 0.59% | 0.5% | - |
| HSV(B) | 108.87º | 0.74% | 0.8% | - |
| XYZ | 25.28 | 44.67 | 10.54 | - |
| YUV | 149.01 | 73.25 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 52 | 0.61 | 0 | 0.74 | 0.20 | 108.87 | 0.59 | 0.5 |
| Hex | 50 | CB | 34 | 3D | 0 | 4A | 14 | 6D | 3B | 32 |
| Octal | 120 | 313 | 64 | 75 | 0 | 112 | 24 | 155 | 73 | 62 |
| Binary | 1010000 | 11001011 | 110100 | 111101 | 0 | 1001010 | 10100 | 1101101 | 111011 | 110010 |
Color Harmonies of #50CB34
Complementary color
Monochromatic Colors of #50CB34
Black with #50CB34
Text Example
Text Example
White with #50CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB34; }
p { color: rgb(80,203,52); }
H1.HeaderClassName
{
color: #50CB34;
}
.AnyTagClassName
{
color: #50CB34;
}
</style>
background-color css
<style>
a { background-color: #50CB34; }
a { background-color: rgb(80,203,52); }
div.DivClassName
{
background-color: #50CB34;
}
.BgClassName
{
background-color: #50CB34;
}
</style>
border-color css
<style>
span { border-color: #50CB34; }
span { border-color: rgb(80,203,52); }
td.TdClassName
{
border-color: #50CB34;
}
.TagClassName
{
border-color: #50CB34;
}
</style>