Shades of Lime Green #50E13F
Tints of Lime Green #50E13F
RGB
CMYK
RGB Variations
Color information
#50E13F (or 0x50E13F) is known color: Lime Green. HEX triplet: 50, E1 and 3F. RGB value is (80,225,63). Sum of RGB (Red+Green+Blue) = 80+225+63=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 225 (88.28% from 255 or 61.14% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 225 - color contains mainly: green. Hex color #50E13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E13F is #AF1EC0. Grayscale: #A3A3A3. Windows color (decimal): -11476673 or 4186448. OLE color: 4186448.
HSL color Cylindrical-coordinate representation of color #50E13F: hue angle of 113.7º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50E13F is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 225 | 63 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.12 |
| HSL | 113.7º | 0.73% | 0.56% | - |
| HSV(B) | 113.7º | 0.72% | 0.88% | - |
| XYZ | 31.13 | 55.91 | 13.85 | - |
| YUV | 163.18 | 71.46 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 225 | 63 | 0.64 | 0 | 0.72 | 0.12 | 113.7 | 0.73 | 0.56 |
| Hex | 50 | E1 | 3F | 40 | 0 | 48 | C | 72 | 49 | 38 |
| Octal | 120 | 341 | 77 | 100 | 0 | 110 | 14 | 162 | 111 | 70 |
| Binary | 1010000 | 11100001 | 111111 | 1000000 | 0 | 1001000 | 1100 | 1110010 | 1001001 | 111000 |
Color Harmonies of #50E13F
Complementary color
Monochromatic Colors of #50E13F
Black with #50E13F
Text Example
Text Example
White with #50E13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E13F; }
p { color: rgb(80,225,63); }
H1.HeaderClassName
{
color: #50E13F;
}
.AnyTagClassName
{
color: #50E13F;
}
</style>
background-color css
<style>
a { background-color: #50E13F; }
a { background-color: rgb(80,225,63); }
div.DivClassName
{
background-color: #50E13F;
}
.BgClassName
{
background-color: #50E13F;
}
</style>
border-color css
<style>
span { border-color: #50E13F; }
span { border-color: rgb(80,225,63); }
td.TdClassName
{
border-color: #50E13F;
}
.TagClassName
{
border-color: #50E13F;
}
</style>