Shades of Lime Green #50D545
Tints of Lime Green #50D545
RGB
CMYK
RGB Variations
Color information
#50D545 (or 0x50D545) is known color: Lime Green. HEX triplet: 50, D5 and 45. RGB value is (80,213,69). Sum of RGB (Red+Green+Blue) = 80+213+69=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #50D545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D545 is #AF2ABA. Grayscale: #9D9D9D. Windows color (decimal): -11479739 or 4576592. OLE color: 4576592.
HSL color Cylindrical-coordinate representation of color #50D545: hue angle of 115.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50D545 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 69 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.16 |
| HSL | 115.42º | 0.63% | 0.55% | - |
| HSV(B) | 115.42º | 0.68% | 0.84% | - |
| XYZ | 28.18 | 49.72 | 13.74 | - |
| YUV | 156.82 | 78.44 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 69 | 0.62 | 0 | 0.68 | 0.16 | 115.42 | 0.63 | 0.55 |
| Hex | 50 | D5 | 45 | 3E | 0 | 44 | 10 | 73 | 3F | 37 |
| Octal | 120 | 325 | 105 | 76 | 0 | 104 | 20 | 163 | 77 | 67 |
| Binary | 1010000 | 11010101 | 1000101 | 111110 | 0 | 1000100 | 10000 | 1110011 | 111111 | 110111 |
Color Harmonies of #50D545
Complementary color
Monochromatic Colors of #50D545
Black with #50D545
Text Example
Text Example
White with #50D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D545; }
p { color: rgb(80,213,69); }
H1.HeaderClassName
{
color: #50D545;
}
.AnyTagClassName
{
color: #50D545;
}
</style>
background-color css
<style>
a { background-color: #50D545; }
a { background-color: rgb(80,213,69); }
div.DivClassName
{
background-color: #50D545;
}
.BgClassName
{
background-color: #50D545;
}
</style>
border-color css
<style>
span { border-color: #50D545; }
span { border-color: rgb(80,213,69); }
td.TdClassName
{
border-color: #50D545;
}
.TagClassName
{
border-color: #50D545;
}
</style>