Shades of Lime Green #50CE46
Tints of Lime Green #50CE46
RGB
CMYK
RGB Variations
Color information
#50CE46 (or 0x50CE46) is known color: Lime Green. HEX triplet: 50, CE and 46. RGB value is (80,206,70). Sum of RGB (Red+Green+Blue) = 80+206+70=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CE46 is #AF31B9. Grayscale: #999999. Windows color (decimal): -11481530 or 4640336. OLE color: 4640336.
HSL color Cylindrical-coordinate representation of color #50CE46: hue angle of 115.59º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50CE46 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 70 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.19 |
| HSL | 115.59º | 0.58% | 0.54% | - |
| HSV(B) | 115.59º | 0.66% | 0.81% | - |
| XYZ | 26.49 | 46.29 | 13.33 | - |
| YUV | 152.82 | 81.26 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 70 | 0.61 | 0 | 0.66 | 0.19 | 115.59 | 0.58 | 0.54 |
| Hex | 50 | CE | 46 | 3D | 0 | 42 | 13 | 74 | 3A | 36 |
| Octal | 120 | 316 | 106 | 75 | 0 | 102 | 23 | 164 | 72 | 66 |
| Binary | 1010000 | 11001110 | 1000110 | 111101 | 0 | 1000010 | 10011 | 1110100 | 111010 | 110110 |
Color Harmonies of #50CE46
Complementary color
Monochromatic Colors of #50CE46
Black with #50CE46
Text Example
Text Example
White with #50CE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE46; }
p { color: rgb(80,206,70); }
H1.HeaderClassName
{
color: #50CE46;
}
.AnyTagClassName
{
color: #50CE46;
}
</style>
background-color css
<style>
a { background-color: #50CE46; }
a { background-color: rgb(80,206,70); }
div.DivClassName
{
background-color: #50CE46;
}
.BgClassName
{
background-color: #50CE46;
}
</style>
border-color css
<style>
span { border-color: #50CE46; }
span { border-color: rgb(80,206,70); }
td.TdClassName
{
border-color: #50CE46;
}
.TagClassName
{
border-color: #50CE46;
}
</style>