Shades of Lime Green #50D752
Tints of Lime Green #50D752
RGB
CMYK
RGB Variations
Color information
#50D752 (or 0x50D752) is known color: Lime Green. HEX triplet: 50, D7 and 52. RGB value is (80,215,82). Sum of RGB (Red+Green+Blue) = 80+215+82=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #50D752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D752 is #AF28AD. Grayscale: #9F9F9F. Windows color (decimal): -11479214 or 5429072. OLE color: 5429072.
HSL color Cylindrical-coordinate representation of color #50D752: hue angle of 120.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D752 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 82 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.16 |
| HSL | 120.89º | 0.63% | 0.58% | - |
| HSV(B) | 120.89º | 0.63% | 0.84% | - |
| XYZ | 29.13 | 50.92 | 16.27 | - |
| YUV | 159.47 | 84.27 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 82 | 0.63 | 0 | 0.62 | 0.16 | 120.89 | 0.63 | 0.58 |
| Hex | 50 | D7 | 52 | 3F | 0 | 3E | 10 | 79 | 3F | 3A |
| Octal | 120 | 327 | 122 | 77 | 0 | 76 | 20 | 171 | 77 | 72 |
| Binary | 1010000 | 11010111 | 1010010 | 111111 | 0 | 111110 | 10000 | 1111001 | 111111 | 111010 |
Color Harmonies of #50D752
Complementary color
Monochromatic Colors of #50D752
Black with #50D752
Text Example
Text Example
White with #50D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D752; }
p { color: rgb(80,215,82); }
H1.HeaderClassName
{
color: #50D752;
}
.AnyTagClassName
{
color: #50D752;
}
</style>
background-color css
<style>
a { background-color: #50D752; }
a { background-color: rgb(80,215,82); }
div.DivClassName
{
background-color: #50D752;
}
.BgClassName
{
background-color: #50D752;
}
</style>
border-color css
<style>
span { border-color: #50D752; }
span { border-color: rgb(80,215,82); }
td.TdClassName
{
border-color: #50D752;
}
.TagClassName
{
border-color: #50D752;
}
</style>