Shades of Limeade #54A121
Tints of Limeade #54A121
RGB
CMYK
RGB Variations
Color information
#54A121 (or 0x54A121) is known color: Limeade. HEX triplet: 54, A1 and 21. RGB value is (84,161,33). Sum of RGB (Red+Green+Blue) = 84+161+33=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 161 (63.28% from 255 or 57.91% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 161 - color contains mainly: green. Hex color #54A121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A121 is #AB5EDE. Grayscale: #7B7B7B. Windows color (decimal): -11230943 or 2203988. OLE color: 2203988.
HSL color Cylindrical-coordinate representation of color #54A121: hue angle of 96.09º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54A121 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 161 | 33 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.37 |
| HSL | 96.09º | 0.66% | 0.38% | - |
| HSV(B) | 96.09º | 0.8% | 0.63% | - |
| XYZ | 16.68 | 27.48 | 5.86 | - |
| YUV | 123.39 | 76.99 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 33 | 0.48 | 0 | 0.80 | 0.37 | 96.09 | 0.66 | 0.38 |
| Hex | 54 | A1 | 21 | 30 | 0 | 50 | 25 | 60 | 42 | 26 |
| Octal | 124 | 241 | 41 | 60 | 0 | 120 | 45 | 140 | 102 | 46 |
| Binary | 1010100 | 10100001 | 100001 | 110000 | 0 | 1010000 | 100101 | 1100000 | 1000010 | 100110 |
Color Harmonies of #54A121
Complementary color
Monochromatic Colors of #54A121
Black with #54A121
Text Example
Text Example
White with #54A121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A121; }
p { color: rgb(84,161,33); }
H1.HeaderClassName
{
color: #54A121;
}
.AnyTagClassName
{
color: #54A121;
}
</style>
background-color css
<style>
a { background-color: #54A121; }
a { background-color: rgb(84,161,33); }
div.DivClassName
{
background-color: #54A121;
}
.BgClassName
{
background-color: #54A121;
}
</style>
border-color css
<style>
span { border-color: #54A121; }
span { border-color: rgb(84,161,33); }
td.TdClassName
{
border-color: #54A121;
}
.TagClassName
{
border-color: #54A121;
}
</style>