Shades of Lime Green #50DD3E
Tints of Lime Green #50DD3E
RGB
CMYK
RGB Variations
Color information
#50DD3E (or 0x50DD3E) is known color: Lime Green. HEX triplet: 50, DD and 3E. RGB value is (80,221,62). Sum of RGB (Red+Green+Blue) = 80+221+62=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DD3E is #AF22C1. Grayscale: #A1A1A1. Windows color (decimal): -11477698 or 4119888. OLE color: 4119888.
HSL color Cylindrical-coordinate representation of color #50DD3E: hue angle of 113.21º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50DD3E is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 221 | 62 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.13 |
| HSL | 113.21º | 0.7% | 0.55% | - |
| HSV(B) | 113.21º | 0.72% | 0.87% | - |
| XYZ | 30.03 | 53.77 | 13.35 | - |
| YUV | 160.72 | 72.29 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 62 | 0.64 | 0 | 0.72 | 0.13 | 113.21 | 0.7 | 0.55 |
| Hex | 50 | DD | 3E | 40 | 0 | 48 | D | 71 | 46 | 37 |
| Octal | 120 | 335 | 76 | 100 | 0 | 110 | 15 | 161 | 106 | 67 |
| Binary | 1010000 | 11011101 | 111110 | 1000000 | 0 | 1001000 | 1101 | 1110001 | 1000110 | 110111 |
Color Harmonies of #50DD3E
Complementary color
Monochromatic Colors of #50DD3E
Black with #50DD3E
Text Example
Text Example
White with #50DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DD3E; }
p { color: rgb(80,221,62); }
H1.HeaderClassName
{
color: #50DD3E;
}
.AnyTagClassName
{
color: #50DD3E;
}
</style>
background-color css
<style>
a { background-color: #50DD3E; }
a { background-color: rgb(80,221,62); }
div.DivClassName
{
background-color: #50DD3E;
}
.BgClassName
{
background-color: #50DD3E;
}
</style>
border-color css
<style>
span { border-color: #50DD3E; }
span { border-color: rgb(80,221,62); }
td.TdClassName
{
border-color: #50DD3E;
}
.TagClassName
{
border-color: #50DD3E;
}
</style>