Shades of Lime Green #50F436
Tints of Lime Green #50F436
RGB
CMYK
RGB Variations
Color information
#50F436 (or 0x50F436) is known color: Lime Green. HEX triplet: 50, F4 and 36. RGB value is (80,244,54). Sum of RGB (Red+Green+Blue) = 80+244+54=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 244 (95.70% from 255 or 64.55% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 244 - color contains mainly: green. Hex color #50F436 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F436 is #AF0BC9. Grayscale: #ADADAD. Windows color (decimal): -11471818 or 3601488. OLE color: 3601488.
HSL color Cylindrical-coordinate representation of color #50F436: hue angle of 111.79º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50F436 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 54 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.04 |
| HSL | 111.79º | 0.9% | 0.58% | - |
| HSV(B) | 111.79º | 0.78% | 0.96% | - |
| XYZ | 36.32 | 66.67 | 14.44 | - |
| YUV | 173.3 | 60.67 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 54 | 0.67 | 0 | 0.78 | 0.04 | 111.79 | 0.9 | 0.58 |
| Hex | 50 | F4 | 36 | 43 | 0 | 4E | 4 | 70 | 5A | 3A |
| Octal | 120 | 364 | 66 | 103 | 0 | 116 | 4 | 160 | 132 | 72 |
| Binary | 1010000 | 11110100 | 110110 | 1000011 | 0 | 1001110 | 100 | 1110000 | 1011010 | 111010 |
Color Harmonies of #50F436
Complementary color
Monochromatic Colors of #50F436
Black with #50F436
Text Example
Text Example
White with #50F436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F436; }
p { color: rgb(80,244,54); }
H1.HeaderClassName
{
color: #50F436;
}
.AnyTagClassName
{
color: #50F436;
}
</style>
background-color css
<style>
a { background-color: #50F436; }
a { background-color: rgb(80,244,54); }
div.DivClassName
{
background-color: #50F436;
}
.BgClassName
{
background-color: #50F436;
}
</style>
border-color css
<style>
span { border-color: #50F436; }
span { border-color: rgb(80,244,54); }
td.TdClassName
{
border-color: #50F436;
}
.TagClassName
{
border-color: #50F436;
}
</style>