Shades of Lime Green #50D648
Tints of Lime Green #50D648
RGB
CMYK
RGB Variations
Color information
#50D648 (or 0x50D648) is known color: Lime Green. HEX triplet: 50, D6 and 48. RGB value is (80,214,72). Sum of RGB (Red+Green+Blue) = 80+214+72=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #50D648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D648 is #AF29B7. Grayscale: #9E9E9E. Windows color (decimal): -11479480 or 4773456. OLE color: 4773456.
HSL color Cylindrical-coordinate representation of color #50D648: hue angle of 116.62º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50D648 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 72 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.16 |
| HSL | 116.62º | 0.63% | 0.56% | - |
| HSV(B) | 116.62º | 0.66% | 0.84% | - |
| XYZ | 28.52 | 50.27 | 14.33 | - |
| YUV | 157.75 | 79.61 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 72 | 0.63 | 0 | 0.66 | 0.16 | 116.62 | 0.63 | 0.56 |
| Hex | 50 | D6 | 48 | 3F | 0 | 42 | 10 | 75 | 3F | 38 |
| Octal | 120 | 326 | 110 | 77 | 0 | 102 | 20 | 165 | 77 | 70 |
| Binary | 1010000 | 11010110 | 1001000 | 111111 | 0 | 1000010 | 10000 | 1110101 | 111111 | 111000 |
Color Harmonies of #50D648
Complementary color
Monochromatic Colors of #50D648
Black with #50D648
Text Example
Text Example
White with #50D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D648; }
p { color: rgb(80,214,72); }
H1.HeaderClassName
{
color: #50D648;
}
.AnyTagClassName
{
color: #50D648;
}
</style>
background-color css
<style>
a { background-color: #50D648; }
a { background-color: rgb(80,214,72); }
div.DivClassName
{
background-color: #50D648;
}
.BgClassName
{
background-color: #50D648;
}
</style>
border-color css
<style>
span { border-color: #50D648; }
span { border-color: rgb(80,214,72); }
td.TdClassName
{
border-color: #50D648;
}
.TagClassName
{
border-color: #50D648;
}
</style>