Shades of Lime Green #50F03B
Tints of Lime Green #50F03B
RGB
CMYK
RGB Variations
Color information
#50F03B (or 0x50F03B) is known color: Lime Green. HEX triplet: 50, F0 and 3B. RGB value is (80,240,59). Sum of RGB (Red+Green+Blue) = 80+240+59=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #50F03B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F03B is #AF0FC4. Grayscale: #ACACAC. Windows color (decimal): -11472837 or 3928144. OLE color: 3928144.
HSL color Cylindrical-coordinate representation of color #50F03B: hue angle of 113.04º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50F03B is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 59 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.06 |
| HSL | 113.04º | 0.86% | 0.59% | - |
| HSV(B) | 113.04º | 0.75% | 0.94% | - |
| XYZ | 35.26 | 64.34 | 14.7 | - |
| YUV | 171.53 | 64.49 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 59 | 0.67 | 0 | 0.75 | 0.06 | 113.04 | 0.86 | 0.59 |
| Hex | 50 | F0 | 3B | 43 | 0 | 4B | 6 | 71 | 56 | 3B |
| Octal | 120 | 360 | 73 | 103 | 0 | 113 | 6 | 161 | 126 | 73 |
| Binary | 1010000 | 11110000 | 111011 | 1000011 | 0 | 1001011 | 110 | 1110001 | 1010110 | 111011 |
Color Harmonies of #50F03B
Complementary color
Monochromatic Colors of #50F03B
Black with #50F03B
Text Example
Text Example
White with #50F03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F03B; }
p { color: rgb(80,240,59); }
H1.HeaderClassName
{
color: #50F03B;
}
.AnyTagClassName
{
color: #50F03B;
}
</style>
background-color css
<style>
a { background-color: #50F03B; }
a { background-color: rgb(80,240,59); }
div.DivClassName
{
background-color: #50F03B;
}
.BgClassName
{
background-color: #50F03B;
}
</style>
border-color css
<style>
span { border-color: #50F03B; }
span { border-color: rgb(80,240,59); }
td.TdClassName
{
border-color: #50F03B;
}
.TagClassName
{
border-color: #50F03B;
}
</style>