Shades of Lime Green #50D534
Tints of Lime Green #50D534
RGB
CMYK
RGB Variations
Color information
#50D534 (or 0x50D534) is known color: Lime Green. HEX triplet: 50, D5 and 34. RGB value is (80,213,52). Sum of RGB (Red+Green+Blue) = 80+213+52=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #50D534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D534 is #AF2ACB. Grayscale: #9B9B9B. Windows color (decimal): -11479756 or 3462480. OLE color: 3462480.
HSL color Cylindrical-coordinate representation of color #50D534: hue angle of 109.57º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50D534 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 52 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.16 |
| HSL | 109.57º | 0.66% | 0.52% | - |
| HSV(B) | 109.57º | 0.76% | 0.84% | - |
| XYZ | 27.72 | 49.54 | 11.35 | - |
| YUV | 154.88 | 69.94 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 52 | 0.62 | 0 | 0.76 | 0.16 | 109.57 | 0.66 | 0.52 |
| Hex | 50 | D5 | 34 | 3E | 0 | 4C | 10 | 6E | 42 | 34 |
| Octal | 120 | 325 | 64 | 76 | 0 | 114 | 20 | 156 | 102 | 64 |
| Binary | 1010000 | 11010101 | 110100 | 111110 | 0 | 1001100 | 10000 | 1101110 | 1000010 | 110100 |
Color Harmonies of #50D534
Complementary color
Monochromatic Colors of #50D534
Black with #50D534
Text Example
Text Example
White with #50D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D534; }
p { color: rgb(80,213,52); }
H1.HeaderClassName
{
color: #50D534;
}
.AnyTagClassName
{
color: #50D534;
}
</style>
background-color css
<style>
a { background-color: #50D534; }
a { background-color: rgb(80,213,52); }
div.DivClassName
{
background-color: #50D534;
}
.BgClassName
{
background-color: #50D534;
}
</style>
border-color css
<style>
span { border-color: #50D534; }
span { border-color: rgb(80,213,52); }
td.TdClassName
{
border-color: #50D534;
}
.TagClassName
{
border-color: #50D534;
}
</style>