Shades of Lime Green #50D034
Tints of Lime Green #50D034
RGB
CMYK
RGB Variations
Color information
#50D034 (or 0x50D034) is known color: Lime Green. HEX triplet: 50, D0 and 34. RGB value is (80,208,52). Sum of RGB (Red+Green+Blue) = 80+208+52=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #50D034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D034 is #AF2FCB. Grayscale: #989898. Windows color (decimal): -11481036 or 3461200. OLE color: 3461200.
HSL color Cylindrical-coordinate representation of color #50D034: hue angle of 109.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50D034 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 208 | 52 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.18 |
| HSL | 109.23º | 0.62% | 0.51% | - |
| HSV(B) | 109.23º | 0.75% | 0.82% | - |
| XYZ | 26.48 | 47.07 | 10.94 | - |
| YUV | 151.94 | 71.59 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 208 | 52 | 0.62 | 0 | 0.75 | 0.18 | 109.23 | 0.62 | 0.51 |
| Hex | 50 | D0 | 34 | 3E | 0 | 4B | 12 | 6D | 3E | 33 |
| Octal | 120 | 320 | 64 | 76 | 0 | 113 | 22 | 155 | 76 | 63 |
| Binary | 1010000 | 11010000 | 110100 | 111110 | 0 | 1001011 | 10010 | 1101101 | 111110 | 110011 |
Color Harmonies of #50D034
Complementary color
Monochromatic Colors of #50D034
Black with #50D034
Text Example
Text Example
White with #50D034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D034; }
p { color: rgb(80,208,52); }
H1.HeaderClassName
{
color: #50D034;
}
.AnyTagClassName
{
color: #50D034;
}
</style>
background-color css
<style>
a { background-color: #50D034; }
a { background-color: rgb(80,208,52); }
div.DivClassName
{
background-color: #50D034;
}
.BgClassName
{
background-color: #50D034;
}
</style>
border-color css
<style>
span { border-color: #50D034; }
span { border-color: rgb(80,208,52); }
td.TdClassName
{
border-color: #50D034;
}
.TagClassName
{
border-color: #50D034;
}
</style>