Shades of Lime Green #50DF46
Tints of Lime Green #50DF46
RGB
CMYK
RGB Variations
Color information
#50DF46 (or 0x50DF46) is known color: Lime Green. HEX triplet: 50, DF and 46. RGB value is (80,223,70). Sum of RGB (Red+Green+Blue) = 80+223+70=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DF46 is #AF20B9. Grayscale: #A3A3A3. Windows color (decimal): -11477178 or 4644688. OLE color: 4644688.
HSL color Cylindrical-coordinate representation of color #50DF46: hue angle of 116.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50DF46 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 70 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.13 |
| HSL | 116.08º | 0.71% | 0.57% | - |
| HSV(B) | 116.08º | 0.69% | 0.87% | - |
| XYZ | 30.8 | 54.92 | 14.77 | - |
| YUV | 162.8 | 75.62 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 70 | 0.64 | 0 | 0.69 | 0.13 | 116.08 | 0.71 | 0.57 |
| Hex | 50 | DF | 46 | 40 | 0 | 45 | D | 74 | 47 | 39 |
| Octal | 120 | 337 | 106 | 100 | 0 | 105 | 15 | 164 | 107 | 71 |
| Binary | 1010000 | 11011111 | 1000110 | 1000000 | 0 | 1000101 | 1101 | 1110100 | 1000111 | 111001 |
Color Harmonies of #50DF46
Complementary color
Monochromatic Colors of #50DF46
Black with #50DF46
Text Example
Text Example
White with #50DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DF46; }
p { color: rgb(80,223,70); }
H1.HeaderClassName
{
color: #50DF46;
}
.AnyTagClassName
{
color: #50DF46;
}
</style>
background-color css
<style>
a { background-color: #50DF46; }
a { background-color: rgb(80,223,70); }
div.DivClassName
{
background-color: #50DF46;
}
.BgClassName
{
background-color: #50DF46;
}
</style>
border-color css
<style>
span { border-color: #50DF46; }
span { border-color: rgb(80,223,70); }
td.TdClassName
{
border-color: #50DF46;
}
.TagClassName
{
border-color: #50DF46;
}
</style>