Shades of Lime Green #50F02D
Tints of Lime Green #50F02D
RGB
CMYK
RGB Variations
Color information
#50F02D (or 0x50F02D) is known color: Lime Green. HEX triplet: 50, F0 and 2D. RGB value is (80,240,45). Sum of RGB (Red+Green+Blue) = 80+240+45=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #50F02D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F02D is #AF0FD2. Grayscale: #AAAAAA. Windows color (decimal): -11472851 or 3010640. OLE color: 3010640.
HSL color Cylindrical-coordinate representation of color #50F02D: hue angle of 109.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50F02D is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 45 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.06 |
| HSL | 109.23º | 0.87% | 0.56% | - |
| HSV(B) | 109.23º | 0.81% | 0.94% | - |
| XYZ | 34.94 | 64.22 | 13.04 | - |
| YUV | 169.93 | 57.49 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 45 | 0.67 | 0 | 0.81 | 0.06 | 109.23 | 0.87 | 0.56 |
| Hex | 50 | F0 | 2D | 43 | 0 | 51 | 6 | 6D | 57 | 38 |
| Octal | 120 | 360 | 55 | 103 | 0 | 121 | 6 | 155 | 127 | 70 |
| Binary | 1010000 | 11110000 | 101101 | 1000011 | 0 | 1010001 | 110 | 1101101 | 1010111 | 111000 |
Color Harmonies of #50F02D
Complementary color
Monochromatic Colors of #50F02D
Black with #50F02D
Text Example
Text Example
White with #50F02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F02D; }
p { color: rgb(80,240,45); }
H1.HeaderClassName
{
color: #50F02D;
}
.AnyTagClassName
{
color: #50F02D;
}
</style>
background-color css
<style>
a { background-color: #50F02D; }
a { background-color: rgb(80,240,45); }
div.DivClassName
{
background-color: #50F02D;
}
.BgClassName
{
background-color: #50F02D;
}
</style>
border-color css
<style>
span { border-color: #50F02D; }
span { border-color: rgb(80,240,45); }
td.TdClassName
{
border-color: #50F02D;
}
.TagClassName
{
border-color: #50F02D;
}
</style>