Shades of Lime Green #50CC46
Tints of Lime Green #50CC46
RGB
CMYK
RGB Variations
Color information
#50CC46 (or 0x50CC46) is known color: Lime Green. HEX triplet: 50, CC and 46. RGB value is (80,204,70). Sum of RGB (Red+Green+Blue) = 80+204+70=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CC46 is #AF33B9. Grayscale: #989898. Windows color (decimal): -11482042 or 4639824. OLE color: 4639824.
HSL color Cylindrical-coordinate representation of color #50CC46: hue angle of 115.52º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50CC46 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 204 | 70 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.2 |
| HSL | 115.52º | 0.57% | 0.54% | - |
| HSV(B) | 115.52º | 0.66% | 0.8% | - |
| XYZ | 26.01 | 45.33 | 13.17 | - |
| YUV | 151.65 | 81.92 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 70 | 0.61 | 0 | 0.66 | 0.2 | 115.52 | 0.57 | 0.54 |
| Hex | 50 | CC | 46 | 3D | 0 | 42 | 14 | 74 | 39 | 36 |
| Octal | 120 | 314 | 106 | 75 | 0 | 102 | 24 | 164 | 71 | 66 |
| Binary | 1010000 | 11001100 | 1000110 | 111101 | 0 | 1000010 | 10100 | 1110100 | 111001 | 110110 |
Color Harmonies of #50CC46
Complementary color
Monochromatic Colors of #50CC46
Black with #50CC46
Text Example
Text Example
White with #50CC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CC46; }
p { color: rgb(80,204,70); }
H1.HeaderClassName
{
color: #50CC46;
}
.AnyTagClassName
{
color: #50CC46;
}
</style>
background-color css
<style>
a { background-color: #50CC46; }
a { background-color: rgb(80,204,70); }
div.DivClassName
{
background-color: #50CC46;
}
.BgClassName
{
background-color: #50CC46;
}
</style>
border-color css
<style>
span { border-color: #50CC46; }
span { border-color: rgb(80,204,70); }
td.TdClassName
{
border-color: #50CC46;
}
.TagClassName
{
border-color: #50CC46;
}
</style>