Shades of Lime Green #50D334
Tints of Lime Green #50D334
RGB
CMYK
RGB Variations
Color information
#50D334 (or 0x50D334) is known color: Lime Green. HEX triplet: 50, D3 and 34. RGB value is (80,211,52). Sum of RGB (Red+Green+Blue) = 80+211+52=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 211 (82.81% from 255 or 61.52% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 211 - color contains mainly: green. Hex color #50D334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D334 is #AF2CCB. Grayscale: #9A9A9A. Windows color (decimal): -11480268 or 3461968. OLE color: 3461968.
HSL color Cylindrical-coordinate representation of color #50D334: hue angle of 109.43º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50D334 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 52 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.17 |
| HSL | 109.43º | 0.64% | 0.52% | - |
| HSV(B) | 109.43º | 0.75% | 0.83% | - |
| XYZ | 27.22 | 48.54 | 11.18 | - |
| YUV | 153.71 | 70.6 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 52 | 0.62 | 0 | 0.75 | 0.17 | 109.43 | 0.64 | 0.52 |
| Hex | 50 | D3 | 34 | 3E | 0 | 4B | 11 | 6D | 40 | 34 |
| Octal | 120 | 323 | 64 | 76 | 0 | 113 | 21 | 155 | 100 | 64 |
| Binary | 1010000 | 11010011 | 110100 | 111110 | 0 | 1001011 | 10001 | 1101101 | 1000000 | 110100 |
Color Harmonies of #50D334
Complementary color
Monochromatic Colors of #50D334
Black with #50D334
Text Example
Text Example
White with #50D334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D334; }
p { color: rgb(80,211,52); }
H1.HeaderClassName
{
color: #50D334;
}
.AnyTagClassName
{
color: #50D334;
}
</style>
background-color css
<style>
a { background-color: #50D334; }
a { background-color: rgb(80,211,52); }
div.DivClassName
{
background-color: #50D334;
}
.BgClassName
{
background-color: #50D334;
}
</style>
border-color css
<style>
span { border-color: #50D334; }
span { border-color: rgb(80,211,52); }
td.TdClassName
{
border-color: #50D334;
}
.TagClassName
{
border-color: #50D334;
}
</style>