Shades of Lime Green #50CB3E
Tints of Lime Green #50CB3E
RGB
CMYK
RGB Variations
Color information
#50CB3E (or 0x50CB3E) is known color: Lime Green. HEX triplet: 50, CB and 3E. RGB value is (80,203,62). Sum of RGB (Red+Green+Blue) = 80+203+62=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB3E is #AF34C1. Grayscale: #969696. Windows color (decimal): -11482306 or 4115280. OLE color: 4115280.
HSL color Cylindrical-coordinate representation of color #50CB3E: hue angle of 112.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50CB3E is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 62 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.20 |
| HSL | 112.34º | 0.58% | 0.52% | - |
| HSV(B) | 112.34º | 0.69% | 0.8% | - |
| XYZ | 25.53 | 44.77 | 11.85 | - |
| YUV | 150.15 | 78.25 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 62 | 0.61 | 0 | 0.69 | 0.20 | 112.34 | 0.58 | 0.52 |
| Hex | 50 | CB | 3E | 3D | 0 | 45 | 14 | 70 | 3A | 34 |
| Octal | 120 | 313 | 76 | 75 | 0 | 105 | 24 | 160 | 72 | 64 |
| Binary | 1010000 | 11001011 | 111110 | 111101 | 0 | 1000101 | 10100 | 1110000 | 111010 | 110100 |
Color Harmonies of #50CB3E
Complementary color
Monochromatic Colors of #50CB3E
Black with #50CB3E
Text Example
Text Example
White with #50CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB3E; }
p { color: rgb(80,203,62); }
H1.HeaderClassName
{
color: #50CB3E;
}
.AnyTagClassName
{
color: #50CB3E;
}
</style>
background-color css
<style>
a { background-color: #50CB3E; }
a { background-color: rgb(80,203,62); }
div.DivClassName
{
background-color: #50CB3E;
}
.BgClassName
{
background-color: #50CB3E;
}
</style>
border-color css
<style>
span { border-color: #50CB3E; }
span { border-color: rgb(80,203,62); }
td.TdClassName
{
border-color: #50CB3E;
}
.TagClassName
{
border-color: #50CB3E;
}
</style>