Shades of Lime Green #50F437
Tints of Lime Green #50F437
RGB
CMYK
RGB Variations
Color information
#50F437 (or 0x50F437) is known color: Lime Green. HEX triplet: 50, F4 and 37. RGB value is (80,244,55). Sum of RGB (Red+Green+Blue) = 80+244+55=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 244 (95.70% from 255 or 64.38% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 244 - color contains mainly: green. Hex color #50F437 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F437 is #AF0BC8. Grayscale: #AEAEAE. Windows color (decimal): -11471817 or 3667024. OLE color: 3667024.
HSL color Cylindrical-coordinate representation of color #50F437: hue angle of 112.06º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50F437 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 55 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.04 |
| HSL | 112.06º | 0.9% | 0.59% | - |
| HSV(B) | 112.06º | 0.77% | 0.96% | - |
| XYZ | 36.35 | 66.68 | 14.57 | - |
| YUV | 173.42 | 61.17 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 55 | 0.67 | 0 | 0.77 | 0.04 | 112.06 | 0.9 | 0.59 |
| Hex | 50 | F4 | 37 | 43 | 0 | 4D | 4 | 70 | 5A | 3B |
| Octal | 120 | 364 | 67 | 103 | 0 | 115 | 4 | 160 | 132 | 73 |
| Binary | 1010000 | 11110100 | 110111 | 1000011 | 0 | 1001101 | 100 | 1110000 | 1011010 | 111011 |
Color Harmonies of #50F437
Complementary color
Monochromatic Colors of #50F437
Black with #50F437
Text Example
Text Example
White with #50F437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F437; }
p { color: rgb(80,244,55); }
H1.HeaderClassName
{
color: #50F437;
}
.AnyTagClassName
{
color: #50F437;
}
</style>
background-color css
<style>
a { background-color: #50F437; }
a { background-color: rgb(80,244,55); }
div.DivClassName
{
background-color: #50F437;
}
.BgClassName
{
background-color: #50F437;
}
</style>
border-color css
<style>
span { border-color: #50F437; }
span { border-color: rgb(80,244,55); }
td.TdClassName
{
border-color: #50F437;
}
.TagClassName
{
border-color: #50F437;
}
</style>