Shades of Lime Green #50DE34
Tints of Lime Green #50DE34
RGB
CMYK
RGB Variations
Color information
#50DE34 (or 0x50DE34) is known color: Lime Green. HEX triplet: 50, DE and 34. RGB value is (80,222,52). Sum of RGB (Red+Green+Blue) = 80+222+52=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 222 (87.11% from 255 or 62.71% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DE34 is #AF21CB. Grayscale: #A0A0A0. Windows color (decimal): -11477452 or 3464784. OLE color: 3464784.
HSL color Cylindrical-coordinate representation of color #50DE34: hue angle of 110.12º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50DE34 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 222 | 52 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.13 |
| HSL | 110.12º | 0.72% | 0.54% | - |
| HSV(B) | 110.12º | 0.77% | 0.87% | - |
| XYZ | 30.05 | 54.2 | 12.13 | - |
| YUV | 160.16 | 66.96 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 52 | 0.64 | 0 | 0.77 | 0.13 | 110.12 | 0.72 | 0.54 |
| Hex | 50 | DE | 34 | 40 | 0 | 4D | D | 6E | 48 | 36 |
| Octal | 120 | 336 | 64 | 100 | 0 | 115 | 15 | 156 | 110 | 66 |
| Binary | 1010000 | 11011110 | 110100 | 1000000 | 0 | 1001101 | 1101 | 1101110 | 1001000 | 110110 |
Color Harmonies of #50DE34
Complementary color
Monochromatic Colors of #50DE34
Black with #50DE34
Text Example
Text Example
White with #50DE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DE34; }
p { color: rgb(80,222,52); }
H1.HeaderClassName
{
color: #50DE34;
}
.AnyTagClassName
{
color: #50DE34;
}
</style>
background-color css
<style>
a { background-color: #50DE34; }
a { background-color: rgb(80,222,52); }
div.DivClassName
{
background-color: #50DE34;
}
.BgClassName
{
background-color: #50DE34;
}
</style>
border-color css
<style>
span { border-color: #50DE34; }
span { border-color: rgb(80,222,52); }
td.TdClassName
{
border-color: #50DE34;
}
.TagClassName
{
border-color: #50DE34;
}
</style>