Shades of Limeade #54942C
Tints of Limeade #54942C
RGB
CMYK
RGB Variations
Color information
#54942C (or 0x54942C) is known color: Limeade. HEX triplet: 54, 94 and 2C. RGB value is (84,148,44). Sum of RGB (Red+Green+Blue) = 84+148+44=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #54942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54942C is #AB6BD3. Grayscale: #757575. Windows color (decimal): -11234260 or 2921556. OLE color: 2921556.
HSL color Cylindrical-coordinate representation of color #54942C: hue angle of 96.92º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54942C is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 148 | 44 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.42 |
| HSL | 96.92º | 0.54% | 0.38% | - |
| HSV(B) | 96.92º | 0.7% | 0.58% | - |
| XYZ | 14.7 | 23.25 | 6.1 | - |
| YUV | 117.01 | 86.8 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 148 | 44 | 0.43 | 0 | 0.70 | 0.42 | 96.92 | 0.54 | 0.38 |
| Hex | 54 | 94 | 2C | 2B | 0 | 46 | 2A | 61 | 36 | 26 |
| Octal | 124 | 224 | 54 | 53 | 0 | 106 | 52 | 141 | 66 | 46 |
| Binary | 1010100 | 10010100 | 101100 | 101011 | 0 | 1000110 | 101010 | 1100001 | 110110 | 100110 |
Color Harmonies of #54942C
Complementary color
Monochromatic Colors of #54942C
Black with #54942C
Text Example
Text Example
White with #54942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54942C; }
p { color: rgb(84,148,44); }
H1.HeaderClassName
{
color: #54942C;
}
.AnyTagClassName
{
color: #54942C;
}
</style>
background-color css
<style>
a { background-color: #54942C; }
a { background-color: rgb(84,148,44); }
div.DivClassName
{
background-color: #54942C;
}
.BgClassName
{
background-color: #54942C;
}
</style>
border-color css
<style>
span { border-color: #54942C; }
span { border-color: rgb(84,148,44); }
td.TdClassName
{
border-color: #54942C;
}
.TagClassName
{
border-color: #54942C;
}
</style>