Shades of Lime Green #50E348
Tints of Lime Green #50E348
RGB
CMYK
RGB Variations
Color information
#50E348 (or 0x50E348) is known color: Lime Green. HEX triplet: 50, E3 and 48. RGB value is (80,227,72). Sum of RGB (Red+Green+Blue) = 80+227+72=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 227 (89.06% from 255 or 59.89% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 227 - color contains mainly: green. Hex color #50E348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E348 is #AF1CB7. Grayscale: #A5A5A5. Windows color (decimal): -11476152 or 4776784. OLE color: 4776784.
HSL color Cylindrical-coordinate representation of color #50E348: hue angle of 116.9º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50E348 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 72 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.11 |
| HSL | 116.9º | 0.73% | 0.59% | - |
| HSV(B) | 116.9º | 0.68% | 0.89% | - |
| XYZ | 31.95 | 57.11 | 15.47 | - |
| YUV | 165.38 | 75.3 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 72 | 0.65 | 0 | 0.68 | 0.11 | 116.9 | 0.73 | 0.59 |
| Hex | 50 | E3 | 48 | 41 | 0 | 44 | B | 75 | 49 | 3B |
| Octal | 120 | 343 | 110 | 101 | 0 | 104 | 13 | 165 | 111 | 73 |
| Binary | 1010000 | 11100011 | 1001000 | 1000001 | 0 | 1000100 | 1011 | 1110101 | 1001001 | 111011 |
Color Harmonies of #50E348
Complementary color
Monochromatic Colors of #50E348
Black with #50E348
Text Example
Text Example
White with #50E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E348; }
p { color: rgb(80,227,72); }
H1.HeaderClassName
{
color: #50E348;
}
.AnyTagClassName
{
color: #50E348;
}
</style>
background-color css
<style>
a { background-color: #50E348; }
a { background-color: rgb(80,227,72); }
div.DivClassName
{
background-color: #50E348;
}
.BgClassName
{
background-color: #50E348;
}
</style>
border-color css
<style>
span { border-color: #50E348; }
span { border-color: rgb(80,227,72); }
td.TdClassName
{
border-color: #50E348;
}
.TagClassName
{
border-color: #50E348;
}
</style>