Shades of Limeade #54A418
Tints of Limeade #54A418
RGB
CMYK
RGB Variations
Color information
#54A418 (or 0x54A418) is known color: Limeade. HEX triplet: 54, A4 and 18. RGB value is (84,164,24). Sum of RGB (Red+Green+Blue) = 84+164+24=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 164 (64.45% from 255 or 60.29% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 164 - color contains mainly: green. Hex color #54A418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A418 is #AB5BE7. Grayscale: #7C7C7C. Windows color (decimal): -11230184 or 1614932. OLE color: 1614932.
HSL color Cylindrical-coordinate representation of color #54A418: hue angle of 94.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54A418 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 164 | 24 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.36 |
| HSL | 94.29º | 0.74% | 0.37% | - |
| HSV(B) | 94.29º | 0.85% | 0.64% | - |
| XYZ | 17.1 | 28.5 | 5.46 | - |
| YUV | 124.12 | 71.5 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 164 | 24 | 0.49 | 0 | 0.85 | 0.36 | 94.29 | 0.74 | 0.37 |
| Hex | 54 | A4 | 18 | 31 | 0 | 55 | 24 | 5E | 4A | 25 |
| Octal | 124 | 244 | 30 | 61 | 0 | 125 | 44 | 136 | 112 | 45 |
| Binary | 1010100 | 10100100 | 11000 | 110001 | 0 | 1010101 | 100100 | 1011110 | 1001010 | 100101 |
Color Harmonies of #54A418
Complementary color
Monochromatic Colors of #54A418
Black with #54A418
Text Example
Text Example
White with #54A418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A418; }
p { color: rgb(84,164,24); }
H1.HeaderClassName
{
color: #54A418;
}
.AnyTagClassName
{
color: #54A418;
}
</style>
background-color css
<style>
a { background-color: #54A418; }
a { background-color: rgb(84,164,24); }
div.DivClassName
{
background-color: #54A418;
}
.BgClassName
{
background-color: #54A418;
}
</style>
border-color css
<style>
span { border-color: #54A418; }
span { border-color: rgb(84,164,24); }
td.TdClassName
{
border-color: #54A418;
}
.TagClassName
{
border-color: #54A418;
}
</style>