Shades of Lime Green #50DC50
Tints of Lime Green #50DC50
RGB
CMYK
RGB Variations
Color information
#50DC50 (or 0x50DC50) is known color: Lime Green. HEX triplet: 50, DC and 50. RGB value is (80,220,80). Sum of RGB (Red+Green+Blue) = 80+220+80=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DC50 is #AF23AF. Grayscale: #A2A2A2. Windows color (decimal): -11477936 or 5299280. OLE color: 5299280.
HSL color Cylindrical-coordinate representation of color #50DC50: hue angle of 120º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DC50 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 220 | 80 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.14 |
| HSL | 120º | 0.67% | 0.59% | - |
| HSV(B) | 120º | 0.64% | 0.86% | - |
| XYZ | 30.35 | 53.47 | 16.31 | - |
| YUV | 162.18 | 81.62 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 80 | 0.64 | 0 | 0.64 | 0.14 | 120 | 0.67 | 0.59 |
| Hex | 50 | DC | 50 | 40 | 0 | 40 | E | 78 | 43 | 3B |
| Octal | 120 | 334 | 120 | 100 | 0 | 100 | 16 | 170 | 103 | 73 |
| Binary | 1010000 | 11011100 | 1010000 | 1000000 | 0 | 1000000 | 1110 | 1111000 | 1000011 | 111011 |
Color Harmonies of #50DC50
Complementary color
Monochromatic Colors of #50DC50
Black with #50DC50
Text Example
Text Example
White with #50DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DC50; }
p { color: rgb(80,220,80); }
H1.HeaderClassName
{
color: #50DC50;
}
.AnyTagClassName
{
color: #50DC50;
}
</style>
background-color css
<style>
a { background-color: #50DC50; }
a { background-color: rgb(80,220,80); }
div.DivClassName
{
background-color: #50DC50;
}
.BgClassName
{
background-color: #50DC50;
}
</style>
border-color css
<style>
span { border-color: #50DC50; }
span { border-color: rgb(80,220,80); }
td.TdClassName
{
border-color: #50DC50;
}
.TagClassName
{
border-color: #50DC50;
}
</style>