Shades of Limeade #549525
Tints of Limeade #549525
RGB
CMYK
RGB Variations
Color information
#549525 (or 0x549525) is known color: Limeade. HEX triplet: 54, 95 and 25. RGB value is (84,149,37). Sum of RGB (Red+Green+Blue) = 84+149+37=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #549525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549525 is #AB6ADA. Grayscale: #757575. Windows color (decimal): -11234011 or 2463060. OLE color: 2463060.
HSL color Cylindrical-coordinate representation of color #549525: hue angle of 94.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #549525 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 37 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.42 |
| HSL | 94.82º | 0.6% | 0.36% | - |
| HSV(B) | 94.82º | 0.75% | 0.58% | - |
| XYZ | 14.74 | 23.51 | 5.51 | - |
| YUV | 116.8 | 82.97 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 37 | 0.44 | 0 | 0.75 | 0.42 | 94.82 | 0.6 | 0.36 |
| Hex | 54 | 95 | 25 | 2C | 0 | 4B | 2A | 5F | 3C | 24 |
| Octal | 124 | 225 | 45 | 54 | 0 | 113 | 52 | 137 | 74 | 44 |
| Binary | 1010100 | 10010101 | 100101 | 101100 | 0 | 1001011 | 101010 | 1011111 | 111100 | 100100 |
Color Harmonies of #549525
Complementary color
Monochromatic Colors of #549525
Black with #549525
Text Example
Text Example
White with #549525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549525; }
p { color: rgb(84,149,37); }
H1.HeaderClassName
{
color: #549525;
}
.AnyTagClassName
{
color: #549525;
}
</style>
background-color css
<style>
a { background-color: #549525; }
a { background-color: rgb(84,149,37); }
div.DivClassName
{
background-color: #549525;
}
.BgClassName
{
background-color: #549525;
}
</style>
border-color css
<style>
span { border-color: #549525; }
span { border-color: rgb(84,149,37); }
td.TdClassName
{
border-color: #549525;
}
.TagClassName
{
border-color: #549525;
}
</style>