Shades of Lime Green #50DC31
Tints of Lime Green #50DC31
RGB
CMYK
RGB Variations
Color information
#50DC31 (or 0x50DC31) is known color: Lime Green. HEX triplet: 50, DC and 31. RGB value is (80,220,49). Sum of RGB (Red+Green+Blue) = 80+220+49=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DC31 is #AF23CE. Grayscale: #9F9F9F. Windows color (decimal): -11477967 or 3267664. OLE color: 3267664.
HSL color Cylindrical-coordinate representation of color #50DC31: hue angle of 109.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50DC31 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 220 | 49 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.14 |
| HSL | 109.12º | 0.71% | 0.53% | - |
| HSV(B) | 109.12º | 0.78% | 0.86% | - |
| XYZ | 29.46 | 53.11 | 11.61 | - |
| YUV | 158.65 | 66.12 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 49 | 0.64 | 0 | 0.78 | 0.14 | 109.12 | 0.71 | 0.53 |
| Hex | 50 | DC | 31 | 40 | 0 | 4E | E | 6D | 47 | 35 |
| Octal | 120 | 334 | 61 | 100 | 0 | 116 | 16 | 155 | 107 | 65 |
| Binary | 1010000 | 11011100 | 110001 | 1000000 | 0 | 1001110 | 1110 | 1101101 | 1000111 | 110101 |
Color Harmonies of #50DC31
Complementary color
Monochromatic Colors of #50DC31
Black with #50DC31
Text Example
Text Example
White with #50DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DC31; }
p { color: rgb(80,220,49); }
H1.HeaderClassName
{
color: #50DC31;
}
.AnyTagClassName
{
color: #50DC31;
}
</style>
background-color css
<style>
a { background-color: #50DC31; }
a { background-color: rgb(80,220,49); }
div.DivClassName
{
background-color: #50DC31;
}
.BgClassName
{
background-color: #50DC31;
}
</style>
border-color css
<style>
span { border-color: #50DC31; }
span { border-color: rgb(80,220,49); }
td.TdClassName
{
border-color: #50DC31;
}
.TagClassName
{
border-color: #50DC31;
}
</style>