Shades of Lime Green #50F43A
Tints of Lime Green #50F43A
RGB
CMYK
RGB Variations
Color information
#50F43A (or 0x50F43A) is known color: Lime Green. HEX triplet: 50, F4 and 3A. RGB value is (80,244,58). Sum of RGB (Red+Green+Blue) = 80+244+58=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 244 (95.70% from 255 or 63.87% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 244 - color contains mainly: green. Hex color #50F43A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F43A is #AF0BC5. Grayscale: #AEAEAE. Windows color (decimal): -11471814 or 3863632. OLE color: 3863632.
HSL color Cylindrical-coordinate representation of color #50F43A: hue angle of 112.9º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50F43A is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 58 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.04 |
| HSL | 112.9º | 0.89% | 0.59% | - |
| HSV(B) | 112.9º | 0.76% | 0.96% | - |
| XYZ | 36.42 | 66.71 | 14.96 | - |
| YUV | 173.76 | 62.67 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 58 | 0.67 | 0 | 0.76 | 0.04 | 112.9 | 0.89 | 0.59 |
| Hex | 50 | F4 | 3A | 43 | 0 | 4C | 4 | 71 | 59 | 3B |
| Octal | 120 | 364 | 72 | 103 | 0 | 114 | 4 | 161 | 131 | 73 |
| Binary | 1010000 | 11110100 | 111010 | 1000011 | 0 | 1001100 | 100 | 1110001 | 1011001 | 111011 |
Color Harmonies of #50F43A
Complementary color
Monochromatic Colors of #50F43A
Black with #50F43A
Text Example
Text Example
White with #50F43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F43A; }
p { color: rgb(80,244,58); }
H1.HeaderClassName
{
color: #50F43A;
}
.AnyTagClassName
{
color: #50F43A;
}
</style>
background-color css
<style>
a { background-color: #50F43A; }
a { background-color: rgb(80,244,58); }
div.DivClassName
{
background-color: #50F43A;
}
.BgClassName
{
background-color: #50F43A;
}
</style>
border-color css
<style>
span { border-color: #50F43A; }
span { border-color: rgb(80,244,58); }
td.TdClassName
{
border-color: #50F43A;
}
.TagClassName
{
border-color: #50F43A;
}
</style>