Shades of Lime Green #50D52F
Tints of Lime Green #50D52F
RGB
CMYK
RGB Variations
Color information
#50D52F (or 0x50D52F) is known color: Lime Green. HEX triplet: 50, D5 and 2F. RGB value is (80,213,47). Sum of RGB (Red+Green+Blue) = 80+213+47=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #50D52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D52F is #AF2AD0. Grayscale: #9A9A9A. Windows color (decimal): -11479761 or 3134800. OLE color: 3134800.
HSL color Cylindrical-coordinate representation of color #50D52F: hue angle of 108.07º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50D52F is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 47 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.16 |
| HSL | 108.07º | 0.66% | 0.51% | - |
| HSV(B) | 108.07º | 0.78% | 0.84% | - |
| XYZ | 27.62 | 49.5 | 10.79 | - |
| YUV | 154.31 | 67.44 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 47 | 0.62 | 0 | 0.78 | 0.16 | 108.07 | 0.66 | 0.51 |
| Hex | 50 | D5 | 2F | 3E | 0 | 4E | 10 | 6C | 42 | 33 |
| Octal | 120 | 325 | 57 | 76 | 0 | 116 | 20 | 154 | 102 | 63 |
| Binary | 1010000 | 11010101 | 101111 | 111110 | 0 | 1001110 | 10000 | 1101100 | 1000010 | 110011 |
Color Harmonies of #50D52F
Complementary color
Monochromatic Colors of #50D52F
Black with #50D52F
Text Example
Text Example
White with #50D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D52F; }
p { color: rgb(80,213,47); }
H1.HeaderClassName
{
color: #50D52F;
}
.AnyTagClassName
{
color: #50D52F;
}
</style>
background-color css
<style>
a { background-color: #50D52F; }
a { background-color: rgb(80,213,47); }
div.DivClassName
{
background-color: #50D52F;
}
.BgClassName
{
background-color: #50D52F;
}
</style>
border-color css
<style>
span { border-color: #50D52F; }
span { border-color: rgb(80,213,47); }
td.TdClassName
{
border-color: #50D52F;
}
.TagClassName
{
border-color: #50D52F;
}
</style>