Shades of Lime Green #50EA2C
Tints of Lime Green #50EA2C
RGB
CMYK
RGB Variations
Color information
#50EA2C (or 0x50EA2C) is known color: Lime Green. HEX triplet: 50, EA and 2C. RGB value is (80,234,44). Sum of RGB (Red+Green+Blue) = 80+234+44=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 234 (91.80% from 255 or 65.36% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EA2C is #AF15D3. Grayscale: #A6A6A6. Windows color (decimal): -11474388 or 2943568. OLE color: 2943568.
HSL color Cylindrical-coordinate representation of color #50EA2C: hue angle of 108.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50EA2C is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 44 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.08 |
| HSL | 108.63º | 0.82% | 0.55% | - |
| HSV(B) | 108.63º | 0.81% | 0.92% | - |
| XYZ | 33.19 | 60.73 | 12.36 | - |
| YUV | 166.29 | 58.98 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 44 | 0.66 | 0 | 0.81 | 0.08 | 108.63 | 0.82 | 0.55 |
| Hex | 50 | EA | 2C | 42 | 0 | 51 | 8 | 6D | 52 | 37 |
| Octal | 120 | 352 | 54 | 102 | 0 | 121 | 10 | 155 | 122 | 67 |
| Binary | 1010000 | 11101010 | 101100 | 1000010 | 0 | 1010001 | 1000 | 1101101 | 1010010 | 110111 |
Color Harmonies of #50EA2C
Complementary color
Monochromatic Colors of #50EA2C
Black with #50EA2C
Text Example
Text Example
White with #50EA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EA2C; }
p { color: rgb(80,234,44); }
H1.HeaderClassName
{
color: #50EA2C;
}
.AnyTagClassName
{
color: #50EA2C;
}
</style>
background-color css
<style>
a { background-color: #50EA2C; }
a { background-color: rgb(80,234,44); }
div.DivClassName
{
background-color: #50EA2C;
}
.BgClassName
{
background-color: #50EA2C;
}
</style>
border-color css
<style>
span { border-color: #50EA2C; }
span { border-color: rgb(80,234,44); }
td.TdClassName
{
border-color: #50EA2C;
}
.TagClassName
{
border-color: #50EA2C;
}
</style>