Shades of Lime Green #50F533
Tints of Lime Green #50F533
RGB
CMYK
RGB Variations
Color information
#50F533 (or 0x50F533) is known color: Lime Green. HEX triplet: 50, F5 and 33. RGB value is (80,245,51). Sum of RGB (Red+Green+Blue) = 80+245+51=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 245 (96.09% from 255 or 65.16% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 245 - color contains mainly: green. Hex color #50F533 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F533 is #AF0ACC. Grayscale: #AEAEAE. Windows color (decimal): -11471565 or 3405136. OLE color: 3405136.
HSL color Cylindrical-coordinate representation of color #50F533: hue angle of 111.03º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50F533 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 245 | 51 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.04 |
| HSL | 111.03º | 0.91% | 0.58% | - |
| HSV(B) | 111.03º | 0.79% | 0.96% | - |
| XYZ | 36.56 | 67.25 | 14.19 | - |
| YUV | 173.55 | 58.84 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 245 | 51 | 0.67 | 0 | 0.79 | 0.04 | 111.03 | 0.91 | 0.58 |
| Hex | 50 | F5 | 33 | 43 | 0 | 4F | 4 | 6F | 5B | 3A |
| Octal | 120 | 365 | 63 | 103 | 0 | 117 | 4 | 157 | 133 | 72 |
| Binary | 1010000 | 11110101 | 110011 | 1000011 | 0 | 1001111 | 100 | 1101111 | 1011011 | 111010 |
Color Harmonies of #50F533
Complementary color
Monochromatic Colors of #50F533
Black with #50F533
Text Example
Text Example
White with #50F533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F533; }
p { color: rgb(80,245,51); }
H1.HeaderClassName
{
color: #50F533;
}
.AnyTagClassName
{
color: #50F533;
}
</style>
background-color css
<style>
a { background-color: #50F533; }
a { background-color: rgb(80,245,51); }
div.DivClassName
{
background-color: #50F533;
}
.BgClassName
{
background-color: #50F533;
}
</style>
border-color css
<style>
span { border-color: #50F533; }
span { border-color: rgb(80,245,51); }
td.TdClassName
{
border-color: #50F533;
}
.TagClassName
{
border-color: #50F533;
}
</style>