Shades of Lime Green #50D336
Tints of Lime Green #50D336
RGB
CMYK
RGB Variations
Color information
#50D336 (or 0x50D336) is known color: Lime Green. HEX triplet: 50, D3 and 36. RGB value is (80,211,54). Sum of RGB (Red+Green+Blue) = 80+211+54=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 211 (82.81% from 255 or 61.16% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 211 - color contains mainly: green. Hex color #50D336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D336 is #AF2CC9. Grayscale: #9A9A9A. Windows color (decimal): -11480266 or 3593040. OLE color: 3593040.
HSL color Cylindrical-coordinate representation of color #50D336: hue angle of 110.06º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50D336 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 54 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.17 |
| HSL | 110.06º | 0.64% | 0.52% | - |
| HSV(B) | 110.06º | 0.74% | 0.83% | - |
| XYZ | 27.27 | 48.56 | 11.43 | - |
| YUV | 153.93 | 71.6 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 54 | 0.62 | 0 | 0.74 | 0.17 | 110.06 | 0.64 | 0.52 |
| Hex | 50 | D3 | 36 | 3E | 0 | 4A | 11 | 6E | 40 | 34 |
| Octal | 120 | 323 | 66 | 76 | 0 | 112 | 21 | 156 | 100 | 64 |
| Binary | 1010000 | 11010011 | 110110 | 111110 | 0 | 1001010 | 10001 | 1101110 | 1000000 | 110100 |
Color Harmonies of #50D336
Complementary color
Monochromatic Colors of #50D336
Black with #50D336
Text Example
Text Example
White with #50D336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D336; }
p { color: rgb(80,211,54); }
H1.HeaderClassName
{
color: #50D336;
}
.AnyTagClassName
{
color: #50D336;
}
</style>
background-color css
<style>
a { background-color: #50D336; }
a { background-color: rgb(80,211,54); }
div.DivClassName
{
background-color: #50D336;
}
.BgClassName
{
background-color: #50D336;
}
</style>
border-color css
<style>
span { border-color: #50D336; }
span { border-color: rgb(80,211,54); }
td.TdClassName
{
border-color: #50D336;
}
.TagClassName
{
border-color: #50D336;
}
</style>