Shades of Limeade #54A72C
Tints of Limeade #54A72C
RGB
CMYK
RGB Variations
Color information
#54A72C (or 0x54A72C) is known color: Limeade. HEX triplet: 54, A7 and 2C. RGB value is (84,167,44). Sum of RGB (Red+Green+Blue) = 84+167+44=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 167 (65.62% from 255 or 56.61% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 167 - color contains mainly: green. Hex color #54A72C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A72C is #AB58D3. Grayscale: #808080. Windows color (decimal): -11229396 or 2926420. OLE color: 2926420.
HSL color Cylindrical-coordinate representation of color #54A72C: hue angle of 100.49º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54A72C is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 167 | 44 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.35 |
| HSL | 100.49º | 0.58% | 0.41% | - |
| HSV(B) | 100.49º | 0.74% | 0.65% | - |
| XYZ | 17.93 | 29.7 | 7.17 | - |
| YUV | 128.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 44 | 0.50 | 0 | 0.74 | 0.35 | 100.49 | 0.58 | 0.41 |
| Hex | 54 | A7 | 2C | 32 | 0 | 4A | 23 | 64 | 3A | 29 |
| Octal | 124 | 247 | 54 | 62 | 0 | 112 | 43 | 144 | 72 | 51 |
| Binary | 1010100 | 10100111 | 101100 | 110010 | 0 | 1001010 | 100011 | 1100100 | 111010 | 101001 |
Color Harmonies of #54A72C
Complementary color
Monochromatic Colors of #54A72C
Black with #54A72C
Text Example
Text Example
White with #54A72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A72C; }
p { color: rgb(84,167,44); }
H1.HeaderClassName
{
color: #54A72C;
}
.AnyTagClassName
{
color: #54A72C;
}
</style>
background-color css
<style>
a { background-color: #54A72C; }
a { background-color: rgb(84,167,44); }
div.DivClassName
{
background-color: #54A72C;
}
.BgClassName
{
background-color: #54A72C;
}
</style>
border-color css
<style>
span { border-color: #54A72C; }
span { border-color: rgb(84,167,44); }
td.TdClassName
{
border-color: #54A72C;
}
.TagClassName
{
border-color: #54A72C;
}
</style>