Shades of Limeade #54972A
Tints of Limeade #54972A
RGB
CMYK
RGB Variations
Color information
#54972A (or 0x54972A) is known color: Limeade. HEX triplet: 54, 97 and 2A. RGB value is (84,151,42). Sum of RGB (Red+Green+Blue) = 84+151+42=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #54972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54972A is #AB68D5. Grayscale: #767676. Windows color (decimal): -11233494 or 2791252. OLE color: 2791252.
HSL color Cylindrical-coordinate representation of color #54972A: hue angle of 96.88º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54972A is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 151 | 42 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.41 |
| HSL | 96.88º | 0.56% | 0.38% | - |
| HSV(B) | 96.88º | 0.72% | 0.59% | - |
| XYZ | 15.14 | 24.19 | 6.06 | - |
| YUV | 118.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 42 | 0.44 | 0 | 0.72 | 0.41 | 96.88 | 0.56 | 0.38 |
| Hex | 54 | 97 | 2A | 2C | 0 | 48 | 29 | 61 | 38 | 26 |
| Octal | 124 | 227 | 52 | 54 | 0 | 110 | 51 | 141 | 70 | 46 |
| Binary | 1010100 | 10010111 | 101010 | 101100 | 0 | 1001000 | 101001 | 1100001 | 111000 | 100110 |
Color Harmonies of #54972A
Complementary color
Monochromatic Colors of #54972A
Black with #54972A
Text Example
Text Example
White with #54972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54972A; }
p { color: rgb(84,151,42); }
H1.HeaderClassName
{
color: #54972A;
}
.AnyTagClassName
{
color: #54972A;
}
</style>
background-color css
<style>
a { background-color: #54972A; }
a { background-color: rgb(84,151,42); }
div.DivClassName
{
background-color: #54972A;
}
.BgClassName
{
background-color: #54972A;
}
</style>
border-color css
<style>
span { border-color: #54972A; }
span { border-color: rgb(84,151,42); }
td.TdClassName
{
border-color: #54972A;
}
.TagClassName
{
border-color: #54972A;
}
</style>