Shades of Limeade #54A032
Tints of Limeade #54A032
RGB
CMYK
RGB Variations
Color information
#54A032 (or 0x54A032) is known color: Limeade. HEX triplet: 54, A0 and 32. RGB value is (84,160,50). Sum of RGB (Red+Green+Blue) = 84+160+50=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #54A032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A032 is #AB5FCD. Grayscale: #7D7D7D. Windows color (decimal): -11231182 or 3317844. OLE color: 3317844.
HSL color Cylindrical-coordinate representation of color #54A032: hue angle of 101.45º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54A032 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 160 | 50 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.37 |
| HSL | 101.45º | 0.52% | 0.41% | - |
| HSV(B) | 101.45º | 0.69% | 0.63% | - |
| XYZ | 16.8 | 27.26 | 7.39 | - |
| YUV | 124.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 50 | 0.48 | 0 | 0.69 | 0.37 | 101.45 | 0.52 | 0.41 |
| Hex | 54 | A0 | 32 | 30 | 0 | 45 | 25 | 65 | 34 | 29 |
| Octal | 124 | 240 | 62 | 60 | 0 | 105 | 45 | 145 | 64 | 51 |
| Binary | 1010100 | 10100000 | 110010 | 110000 | 0 | 1000101 | 100101 | 1100101 | 110100 | 101001 |
Color Harmonies of #54A032
Complementary color
Monochromatic Colors of #54A032
Black with #54A032
Text Example
Text Example
White with #54A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A032; }
p { color: rgb(84,160,50); }
H1.HeaderClassName
{
color: #54A032;
}
.AnyTagClassName
{
color: #54A032;
}
</style>
background-color css
<style>
a { background-color: #54A032; }
a { background-color: rgb(84,160,50); }
div.DivClassName
{
background-color: #54A032;
}
.BgClassName
{
background-color: #54A032;
}
</style>
border-color css
<style>
span { border-color: #54A032; }
span { border-color: rgb(84,160,50); }
td.TdClassName
{
border-color: #54A032;
}
.TagClassName
{
border-color: #54A032;
}
</style>