Shades of Lime Green #50D636
Tints of Lime Green #50D636
RGB
CMYK
RGB Variations
Color information
#50D636 (or 0x50D636) is known color: Lime Green. HEX triplet: 50, D6 and 36. RGB value is (80,214,54). Sum of RGB (Red+Green+Blue) = 80+214+54=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #50D636 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D636 is #AF29C9. Grayscale: #9C9C9C. Windows color (decimal): -11479498 or 3593808. OLE color: 3593808.
HSL color Cylindrical-coordinate representation of color #50D636: hue angle of 110.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50D636 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 54 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.16 |
| HSL | 110.25º | 0.66% | 0.53% | - |
| HSV(B) | 110.25º | 0.75% | 0.84% | - |
| XYZ | 28.02 | 50.06 | 11.68 | - |
| YUV | 155.69 | 70.61 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 54 | 0.63 | 0 | 0.75 | 0.16 | 110.25 | 0.66 | 0.53 |
| Hex | 50 | D6 | 36 | 3F | 0 | 4B | 10 | 6E | 42 | 35 |
| Octal | 120 | 326 | 66 | 77 | 0 | 113 | 20 | 156 | 102 | 65 |
| Binary | 1010000 | 11010110 | 110110 | 111111 | 0 | 1001011 | 10000 | 1101110 | 1000010 | 110101 |
Color Harmonies of #50D636
Complementary color
Monochromatic Colors of #50D636
Black with #50D636
Text Example
Text Example
White with #50D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D636; }
p { color: rgb(80,214,54); }
H1.HeaderClassName
{
color: #50D636;
}
.AnyTagClassName
{
color: #50D636;
}
</style>
background-color css
<style>
a { background-color: #50D636; }
a { background-color: rgb(80,214,54); }
div.DivClassName
{
background-color: #50D636;
}
.BgClassName
{
background-color: #50D636;
}
</style>
border-color css
<style>
span { border-color: #50D636; }
span { border-color: rgb(80,214,54); }
td.TdClassName
{
border-color: #50D636;
}
.TagClassName
{
border-color: #50D636;
}
</style>