Shades of Lime Green #50D040
Tints of Lime Green #50D040
RGB
CMYK
RGB Variations
Color information
#50D040 (or 0x50D040) is known color: Lime Green. HEX triplet: 50, D0 and 40. RGB value is (80,208,64). Sum of RGB (Red+Green+Blue) = 80+208+64=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 208 (81.64% from 255 or 59.09% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 208 - color contains mainly: green. Hex color #50D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D040 is #AF2FBF. Grayscale: #999999. Windows color (decimal): -11481024 or 4247632. OLE color: 4247632.
HSL color Cylindrical-coordinate representation of color #50D040: hue angle of 113.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50D040 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 208 | 64 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.18 |
| HSL | 113.33º | 0.61% | 0.53% | - |
| HSV(B) | 113.33º | 0.69% | 0.82% | - |
| XYZ | 26.79 | 47.19 | 12.55 | - |
| YUV | 153.31 | 77.59 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 208 | 64 | 0.62 | 0 | 0.69 | 0.18 | 113.33 | 0.61 | 0.53 |
| Hex | 50 | D0 | 40 | 3E | 0 | 45 | 12 | 71 | 3D | 35 |
| Octal | 120 | 320 | 100 | 76 | 0 | 105 | 22 | 161 | 75 | 65 |
| Binary | 1010000 | 11010000 | 1000000 | 111110 | 0 | 1000101 | 10010 | 1110001 | 111101 | 110101 |
Color Harmonies of #50D040
Complementary color
Monochromatic Colors of #50D040
Black with #50D040
Text Example
Text Example
White with #50D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D040; }
p { color: rgb(80,208,64); }
H1.HeaderClassName
{
color: #50D040;
}
.AnyTagClassName
{
color: #50D040;
}
</style>
background-color css
<style>
a { background-color: #50D040; }
a { background-color: rgb(80,208,64); }
div.DivClassName
{
background-color: #50D040;
}
.BgClassName
{
background-color: #50D040;
}
</style>
border-color css
<style>
span { border-color: #50D040; }
span { border-color: rgb(80,208,64); }
td.TdClassName
{
border-color: #50D040;
}
.TagClassName
{
border-color: #50D040;
}
</style>