Shades of Lime Green #50DC40
Tints of Lime Green #50DC40
RGB
CMYK
RGB Variations
Color information
#50DC40 (or 0x50DC40) is known color: Lime Green. HEX triplet: 50, DC and 40. RGB value is (80,220,64). Sum of RGB (Red+Green+Blue) = 80+220+64=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DC40 is #AF23BF. Grayscale: #A0A0A0. Windows color (decimal): -11477952 or 4250704. OLE color: 4250704.
HSL color Cylindrical-coordinate representation of color #50DC40: hue angle of 113.85º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50DC40 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 220 | 64 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.14 |
| HSL | 113.85º | 0.69% | 0.56% | - |
| HSV(B) | 113.85º | 0.71% | 0.86% | - |
| XYZ | 29.83 | 53.26 | 13.56 | - |
| YUV | 160.36 | 73.62 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 64 | 0.64 | 0 | 0.71 | 0.14 | 113.85 | 0.69 | 0.56 |
| Hex | 50 | DC | 40 | 40 | 0 | 47 | E | 72 | 45 | 38 |
| Octal | 120 | 334 | 100 | 100 | 0 | 107 | 16 | 162 | 105 | 70 |
| Binary | 1010000 | 11011100 | 1000000 | 1000000 | 0 | 1000111 | 1110 | 1110010 | 1000101 | 111000 |
Color Harmonies of #50DC40
Complementary color
Monochromatic Colors of #50DC40
Black with #50DC40
Text Example
Text Example
White with #50DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DC40; }
p { color: rgb(80,220,64); }
H1.HeaderClassName
{
color: #50DC40;
}
.AnyTagClassName
{
color: #50DC40;
}
</style>
background-color css
<style>
a { background-color: #50DC40; }
a { background-color: rgb(80,220,64); }
div.DivClassName
{
background-color: #50DC40;
}
.BgClassName
{
background-color: #50DC40;
}
</style>
border-color css
<style>
span { border-color: #50DC40; }
span { border-color: rgb(80,220,64); }
td.TdClassName
{
border-color: #50DC40;
}
.TagClassName
{
border-color: #50DC40;
}
</style>