Shades of Limeade #549800
Tints of Limeade #549800
RGB
CMYK
RGB Variations
Color information
#549800 (or 0x549800) is known color: Limeade. HEX triplet: 54, 98 and 00. RGB value is (84,152,0). Sum of RGB (Red+Green+Blue) = 84+152+0=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 152 (59.77% from 255 or 64.41% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 152 - color contains mainly: green. Hex color #549800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549800 is #AB67FF. Grayscale: #727272. Windows color (decimal): -11233280 or 38996. OLE color: 38996.
HSL color Cylindrical-coordinate representation of color #549800: hue angle of 86.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #549800 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.40 |
| HSL | 86.84º | 1% | 0.3% | - |
| HSV(B) | 86.84º | 1% | 0.6% | - |
| XYZ | 14.88 | 24.34 | 3.91 | - |
| YUV | 114.34 | 63.47 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 0 | 0.45 | 0 | 1 | 0.40 | 86.84 | 1 | 0.3 |
| Hex | 54 | 98 | 0 | 2D | 0 | 64 | 28 | 57 | 64 | 1E |
| Octal | 124 | 230 | 0 | 55 | 0 | 144 | 50 | 127 | 144 | 36 |
| Binary | 1010100 | 10011000 | 0 | 101101 | 0 | 1100100 | 101000 | 1010111 | 1100100 | 11110 |
Color Harmonies of #549800
Complementary color
Monochromatic Colors of #549800
Black with #549800
Text Example
Text Example
White with #549800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549800; }
p { color: rgb(84,152,0); }
H1.HeaderClassName
{
color: #549800;
}
.AnyTagClassName
{
color: #549800;
}
</style>
background-color css
<style>
a { background-color: #549800; }
a { background-color: rgb(84,152,0); }
div.DivClassName
{
background-color: #549800;
}
.BgClassName
{
background-color: #549800;
}
</style>
border-color css
<style>
span { border-color: #549800; }
span { border-color: rgb(84,152,0); }
td.TdClassName
{
border-color: #549800;
}
.TagClassName
{
border-color: #549800;
}
</style>