Shades of Lime Green #50E82F
Tints of Lime Green #50E82F
RGB
CMYK
RGB Variations
Color information
#50E82F (or 0x50E82F) is known color: Lime Green. HEX triplet: 50, E8 and 2F. RGB value is (80,232,47). Sum of RGB (Red+Green+Blue) = 80+232+47=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 232 (91.02% from 255 or 64.62% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 232 - color contains mainly: green. Hex color #50E82F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E82F is #AF17D0. Grayscale: #A6A6A6. Windows color (decimal): -11474897 or 3139664. OLE color: 3139664.
HSL color Cylindrical-coordinate representation of color #50E82F: hue angle of 109.3º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50E82F is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 47 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.09 |
| HSL | 109.3º | 0.8% | 0.55% | - |
| HSV(B) | 109.3º | 0.8% | 0.91% | - |
| XYZ | 32.68 | 59.62 | 12.48 | - |
| YUV | 165.46 | 61.14 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 47 | 0.66 | 0 | 0.80 | 0.09 | 109.3 | 0.8 | 0.55 |
| Hex | 50 | E8 | 2F | 42 | 0 | 50 | 9 | 6D | 50 | 37 |
| Octal | 120 | 350 | 57 | 102 | 0 | 120 | 11 | 155 | 120 | 67 |
| Binary | 1010000 | 11101000 | 101111 | 1000010 | 0 | 1010000 | 1001 | 1101101 | 1010000 | 110111 |
Color Harmonies of #50E82F
Complementary color
Monochromatic Colors of #50E82F
Black with #50E82F
Text Example
Text Example
White with #50E82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E82F; }
p { color: rgb(80,232,47); }
H1.HeaderClassName
{
color: #50E82F;
}
.AnyTagClassName
{
color: #50E82F;
}
</style>
background-color css
<style>
a { background-color: #50E82F; }
a { background-color: rgb(80,232,47); }
div.DivClassName
{
background-color: #50E82F;
}
.BgClassName
{
background-color: #50E82F;
}
</style>
border-color css
<style>
span { border-color: #50E82F; }
span { border-color: rgb(80,232,47); }
td.TdClassName
{
border-color: #50E82F;
}
.TagClassName
{
border-color: #50E82F;
}
</style>