Shades of Limeade #549200
Tints of Limeade #549200
RGB
CMYK
RGB Variations
Color information
#549200 (or 0x549200) is known color: Limeade. HEX triplet: 54, 92 and 00. RGB value is (84,146,0). Sum of RGB (Red+Green+Blue) = 84+146+0=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 146 (57.42% from 255 or 63.48% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 146 - color contains mainly: green. Hex color #549200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549200 is #AB6DFF. Grayscale: #6F6F6F. Windows color (decimal): -11234816 or 37460. OLE color: 37460.
HSL color Cylindrical-coordinate representation of color #549200: hue angle of 85.48º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #549200 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 146 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.43 |
| HSL | 85.48º | 1% | 0.29% | - |
| HSV(B) | 85.48º | 1% | 0.57% | - |
| XYZ | 13.94 | 22.44 | 3.6 | - |
| YUV | 110.82 | 65.46 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 0 | 0.42 | 0 | 1 | 0.43 | 85.48 | 1 | 0.29 |
| Hex | 54 | 92 | 0 | 2A | 0 | 64 | 2B | 55 | 64 | 1D |
| Octal | 124 | 222 | 0 | 52 | 0 | 144 | 53 | 125 | 144 | 35 |
| Binary | 1010100 | 10010010 | 0 | 101010 | 0 | 1100100 | 101011 | 1010101 | 1100100 | 11101 |
Color Harmonies of #549200
Complementary color
Monochromatic Colors of #549200
Black with #549200
Text Example
Text Example
White with #549200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549200; }
p { color: rgb(84,146,0); }
H1.HeaderClassName
{
color: #549200;
}
.AnyTagClassName
{
color: #549200;
}
</style>
background-color css
<style>
a { background-color: #549200; }
a { background-color: rgb(84,146,0); }
div.DivClassName
{
background-color: #549200;
}
.BgClassName
{
background-color: #549200;
}
</style>
border-color css
<style>
span { border-color: #549200; }
span { border-color: rgb(84,146,0); }
td.TdClassName
{
border-color: #549200;
}
.TagClassName
{
border-color: #549200;
}
</style>