Shades of Lime Green #50D652
Tints of Lime Green #50D652
RGB
CMYK
RGB Variations
Color information
#50D652 (or 0x50D652) is known color: Lime Green. HEX triplet: 50, D6 and 52. RGB value is (80,214,82). Sum of RGB (Red+Green+Blue) = 80+214+82=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #50D652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D652 is #AF29AD. Grayscale: #9F9F9F. Windows color (decimal): -11479470 or 5428816. OLE color: 5428816.
HSL color Cylindrical-coordinate representation of color #50D652: hue angle of 120.9º degrees, saturation: 0.62, 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 #50D652 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 82 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.16 |
| HSL | 120.9º | 0.62% | 0.58% | - |
| HSV(B) | 120.9º | 0.63% | 0.84% | - |
| XYZ | 28.88 | 50.41 | 16.19 | - |
| YUV | 158.89 | 84.61 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 82 | 0.63 | 0 | 0.62 | 0.16 | 120.9 | 0.62 | 0.58 |
| Hex | 50 | D6 | 52 | 3F | 0 | 3E | 10 | 79 | 3E | 3A |
| Octal | 120 | 326 | 122 | 77 | 0 | 76 | 20 | 171 | 76 | 72 |
| Binary | 1010000 | 11010110 | 1010010 | 111111 | 0 | 111110 | 10000 | 1111001 | 111110 | 111010 |
Color Harmonies of #50D652
Complementary color
Monochromatic Colors of #50D652
Black with #50D652
Text Example
Text Example
White with #50D652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D652; }
p { color: rgb(80,214,82); }
H1.HeaderClassName
{
color: #50D652;
}
.AnyTagClassName
{
color: #50D652;
}
</style>
background-color css
<style>
a { background-color: #50D652; }
a { background-color: rgb(80,214,82); }
div.DivClassName
{
background-color: #50D652;
}
.BgClassName
{
background-color: #50D652;
}
</style>
border-color css
<style>
span { border-color: #50D652; }
span { border-color: rgb(80,214,82); }
td.TdClassName
{
border-color: #50D652;
}
.TagClassName
{
border-color: #50D652;
}
</style>