Shades of Lime Green #50F03D
Tints of Lime Green #50F03D
RGB
CMYK
RGB Variations
Color information
#50F03D (or 0x50F03D) is known color: Lime Green. HEX triplet: 50, F0 and 3D. RGB value is (80,240,61). Sum of RGB (Red+Green+Blue) = 80+240+61=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 240 (94.14% from 255 or 62.99% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 240 - color contains mainly: green. Hex color #50F03D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F03D is #AF0FC2. Grayscale: #ACACAC. Windows color (decimal): -11472835 or 4059216. OLE color: 4059216.
HSL color Cylindrical-coordinate representation of color #50F03D: hue angle of 113.63º 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 #50F03D is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 61 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.06 |
| HSL | 113.63º | 0.86% | 0.59% | - |
| HSV(B) | 113.63º | 0.75% | 0.94% | - |
| XYZ | 35.31 | 64.36 | 14.98 | - |
| YUV | 171.75 | 65.49 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 61 | 0.67 | 0 | 0.75 | 0.06 | 113.63 | 0.86 | 0.59 |
| Hex | 50 | F0 | 3D | 43 | 0 | 4B | 6 | 72 | 56 | 3B |
| Octal | 120 | 360 | 75 | 103 | 0 | 113 | 6 | 162 | 126 | 73 |
| Binary | 1010000 | 11110000 | 111101 | 1000011 | 0 | 1001011 | 110 | 1110010 | 1010110 | 111011 |
Color Harmonies of #50F03D
Complementary color
Monochromatic Colors of #50F03D
Black with #50F03D
Text Example
Text Example
White with #50F03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F03D; }
p { color: rgb(80,240,61); }
H1.HeaderClassName
{
color: #50F03D;
}
.AnyTagClassName
{
color: #50F03D;
}
</style>
background-color css
<style>
a { background-color: #50F03D; }
a { background-color: rgb(80,240,61); }
div.DivClassName
{
background-color: #50F03D;
}
.BgClassName
{
background-color: #50F03D;
}
</style>
border-color css
<style>
span { border-color: #50F03D; }
span { border-color: rgb(80,240,61); }
td.TdClassName
{
border-color: #50F03D;
}
.TagClassName
{
border-color: #50F03D;
}
</style>