Shades of Lime Green #50CB40
Tints of Lime Green #50CB40
RGB
CMYK
RGB Variations
Color information
#50CB40 (or 0x50CB40) is known color: Lime Green. HEX triplet: 50, CB and 40. RGB value is (80,203,64). Sum of RGB (Red+Green+Blue) = 80+203+64=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB40 is #AF34BF. Grayscale: #969696. Windows color (decimal): -11482304 or 4246352. OLE color: 4246352.
HSL color Cylindrical-coordinate representation of color #50CB40: hue angle of 113.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50CB40 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 64 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.20 |
| HSL | 113.09º | 0.57% | 0.52% | - |
| HSV(B) | 113.09º | 0.68% | 0.8% | - |
| XYZ | 25.59 | 44.79 | 12.15 | - |
| YUV | 150.38 | 79.25 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 64 | 0.61 | 0 | 0.68 | 0.20 | 113.09 | 0.57 | 0.52 |
| Hex | 50 | CB | 40 | 3D | 0 | 44 | 14 | 71 | 39 | 34 |
| Octal | 120 | 313 | 100 | 75 | 0 | 104 | 24 | 161 | 71 | 64 |
| Binary | 1010000 | 11001011 | 1000000 | 111101 | 0 | 1000100 | 10100 | 1110001 | 111001 | 110100 |
Color Harmonies of #50CB40
Complementary color
Monochromatic Colors of #50CB40
Black with #50CB40
Text Example
Text Example
White with #50CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB40; }
p { color: rgb(80,203,64); }
H1.HeaderClassName
{
color: #50CB40;
}
.AnyTagClassName
{
color: #50CB40;
}
</style>
background-color css
<style>
a { background-color: #50CB40; }
a { background-color: rgb(80,203,64); }
div.DivClassName
{
background-color: #50CB40;
}
.BgClassName
{
background-color: #50CB40;
}
</style>
border-color css
<style>
span { border-color: #50CB40; }
span { border-color: rgb(80,203,64); }
td.TdClassName
{
border-color: #50CB40;
}
.TagClassName
{
border-color: #50CB40;
}
</style>