Shades of Limeade #50A42B
Tints of Limeade #50A42B
RGB
CMYK
RGB Variations
Color information
#50A42B (or 0x50A42B) is known color: Limeade. HEX triplet: 50, A4 and 2B. RGB value is (80,164,43). Sum of RGB (Red+Green+Blue) = 80+164+43=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #50A42B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A42B is #AF5BD4. Grayscale: #7D7D7D. Windows color (decimal): -11492309 or 2860112. OLE color: 2860112.
HSL color Cylindrical-coordinate representation of color #50A42B: hue angle of 101.65º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50A42B is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 164 | 43 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.36 |
| HSL | 101.65º | 0.58% | 0.41% | - |
| HSV(B) | 101.65º | 0.74% | 0.64% | - |
| XYZ | 17.02 | 28.43 | 6.88 | - |
| YUV | 125.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 164 | 43 | 0.51 | 0 | 0.74 | 0.36 | 101.65 | 0.58 | 0.41 |
| Hex | 50 | A4 | 2B | 33 | 0 | 4A | 24 | 66 | 3A | 29 |
| Octal | 120 | 244 | 53 | 63 | 0 | 112 | 44 | 146 | 72 | 51 |
| Binary | 1010000 | 10100100 | 101011 | 110011 | 0 | 1001010 | 100100 | 1100110 | 111010 | 101001 |
Color Harmonies of #50A42B
Complementary color
Monochromatic Colors of #50A42B
Black with #50A42B
Text Example
Text Example
White with #50A42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A42B; }
p { color: rgb(80,164,43); }
H1.HeaderClassName
{
color: #50A42B;
}
.AnyTagClassName
{
color: #50A42B;
}
</style>
background-color css
<style>
a { background-color: #50A42B; }
a { background-color: rgb(80,164,43); }
div.DivClassName
{
background-color: #50A42B;
}
.BgClassName
{
background-color: #50A42B;
}
</style>
border-color css
<style>
span { border-color: #50A42B; }
span { border-color: rgb(80,164,43); }
td.TdClassName
{
border-color: #50A42B;
}
.TagClassName
{
border-color: #50A42B;
}
</style>