Shades of Lime Green #50DF3E
Tints of Lime Green #50DF3E
RGB
CMYK
RGB Variations
Color information
#50DF3E (or 0x50DF3E) is known color: Lime Green. HEX triplet: 50, DF and 3E. RGB value is (80,223,62). Sum of RGB (Red+Green+Blue) = 80+223+62=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 223 (87.5% from 255 or 61.10% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DF3E is #AF20C1. Grayscale: #A2A2A2. Windows color (decimal): -11477186 or 4120400. OLE color: 4120400.
HSL color Cylindrical-coordinate representation of color #50DF3E: hue angle of 113.29º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50DF3E is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 62 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.13 |
| HSL | 113.29º | 0.72% | 0.56% | - |
| HSV(B) | 113.29º | 0.72% | 0.87% | - |
| XYZ | 30.57 | 54.83 | 13.53 | - |
| YUV | 161.89 | 71.62 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 62 | 0.64 | 0 | 0.72 | 0.13 | 113.29 | 0.72 | 0.56 |
| Hex | 50 | DF | 3E | 40 | 0 | 48 | D | 71 | 48 | 38 |
| Octal | 120 | 337 | 76 | 100 | 0 | 110 | 15 | 161 | 110 | 70 |
| Binary | 1010000 | 11011111 | 111110 | 1000000 | 0 | 1001000 | 1101 | 1110001 | 1001000 | 111000 |
Color Harmonies of #50DF3E
Complementary color
Monochromatic Colors of #50DF3E
Black with #50DF3E
Text Example
Text Example
White with #50DF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DF3E; }
p { color: rgb(80,223,62); }
H1.HeaderClassName
{
color: #50DF3E;
}
.AnyTagClassName
{
color: #50DF3E;
}
</style>
background-color css
<style>
a { background-color: #50DF3E; }
a { background-color: rgb(80,223,62); }
div.DivClassName
{
background-color: #50DF3E;
}
.BgClassName
{
background-color: #50DF3E;
}
</style>
border-color css
<style>
span { border-color: #50DF3E; }
span { border-color: rgb(80,223,62); }
td.TdClassName
{
border-color: #50DF3E;
}
.TagClassName
{
border-color: #50DF3E;
}
</style>