Shades of Lime Green #50F433
Tints of Lime Green #50F433
RGB
CMYK
RGB Variations
Color information
#50F433 (or 0x50F433) is known color: Lime Green. HEX triplet: 50, F4 and 33. RGB value is (80,244,51). Sum of RGB (Red+Green+Blue) = 80+244+51=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 244 (95.70% from 255 or 65.07% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 244 - color contains mainly: green. Hex color #50F433 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F433 is #AF0BCC. Grayscale: #ADADAD. Windows color (decimal): -11471821 or 3404880. OLE color: 3404880.
HSL color Cylindrical-coordinate representation of color #50F433: hue angle of 110.98º degrees, saturation: 0.9, 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 #50F433 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 51 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.04 |
| HSL | 110.98º | 0.9% | 0.58% | - |
| HSV(B) | 110.98º | 0.79% | 0.96% | - |
| XYZ | 36.26 | 66.65 | 14.09 | - |
| YUV | 172.96 | 59.17 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 51 | 0.67 | 0 | 0.79 | 0.04 | 110.98 | 0.9 | 0.58 |
| Hex | 50 | F4 | 33 | 43 | 0 | 4F | 4 | 6F | 5A | 3A |
| Octal | 120 | 364 | 63 | 103 | 0 | 117 | 4 | 157 | 132 | 72 |
| Binary | 1010000 | 11110100 | 110011 | 1000011 | 0 | 1001111 | 100 | 1101111 | 1011010 | 111010 |
Color Harmonies of #50F433
Complementary color
Monochromatic Colors of #50F433
Black with #50F433
Text Example
Text Example
White with #50F433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F433; }
p { color: rgb(80,244,51); }
H1.HeaderClassName
{
color: #50F433;
}
.AnyTagClassName
{
color: #50F433;
}
</style>
background-color css
<style>
a { background-color: #50F433; }
a { background-color: rgb(80,244,51); }
div.DivClassName
{
background-color: #50F433;
}
.BgClassName
{
background-color: #50F433;
}
</style>
border-color css
<style>
span { border-color: #50F433; }
span { border-color: rgb(80,244,51); }
td.TdClassName
{
border-color: #50F433;
}
.TagClassName
{
border-color: #50F433;
}
</style>