Shades of Limeade #54A32E
Tints of Limeade #54A32E
RGB
CMYK
RGB Variations
Color information
#54A32E (or 0x54A32E) is known color: Limeade. HEX triplet: 54, A3 and 2E. RGB value is (84,163,46). Sum of RGB (Red+Green+Blue) = 84+163+46=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #54A32E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A32E is #AB5CD1. Grayscale: #7E7E7E. Windows color (decimal): -11230418 or 3056468. OLE color: 3056468.
HSL color Cylindrical-coordinate representation of color #54A32E: hue angle of 100.51º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54A32E is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 163 | 46 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.36 |
| HSL | 100.51º | 0.56% | 0.41% | - |
| HSV(B) | 100.51º | 0.72% | 0.64% | - |
| XYZ | 17.25 | 28.28 | 7.13 | - |
| YUV | 126.04 | 82.83 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 163 | 46 | 0.48 | 0 | 0.72 | 0.36 | 100.51 | 0.56 | 0.41 |
| Hex | 54 | A3 | 2E | 30 | 0 | 48 | 24 | 65 | 38 | 29 |
| Octal | 124 | 243 | 56 | 60 | 0 | 110 | 44 | 145 | 70 | 51 |
| Binary | 1010100 | 10100011 | 101110 | 110000 | 0 | 1001000 | 100100 | 1100101 | 111000 | 101001 |
Color Harmonies of #54A32E
Complementary color
Monochromatic Colors of #54A32E
Black with #54A32E
Text Example
Text Example
White with #54A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A32E; }
p { color: rgb(84,163,46); }
H1.HeaderClassName
{
color: #54A32E;
}
.AnyTagClassName
{
color: #54A32E;
}
</style>
background-color css
<style>
a { background-color: #54A32E; }
a { background-color: rgb(84,163,46); }
div.DivClassName
{
background-color: #54A32E;
}
.BgClassName
{
background-color: #54A32E;
}
</style>
border-color css
<style>
span { border-color: #54A32E; }
span { border-color: rgb(84,163,46); }
td.TdClassName
{
border-color: #54A32E;
}
.TagClassName
{
border-color: #54A32E;
}
</style>