Shades of Limeade #549A00
Tints of Limeade #549A00
RGB
CMYK
RGB Variations
Color information
#549A00 (or 0x549A00) is known color: Limeade. HEX triplet: 54, 9A and 00. RGB value is (84,154,0). Sum of RGB (Red+Green+Blue) = 84+154+0=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 154 (60.55% from 255 or 64.71% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 154 - color contains mainly: green. Hex color #549A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549A00 is #AB65FF. Grayscale: #747474. Windows color (decimal): -11232768 or 39508. OLE color: 39508.
HSL color Cylindrical-coordinate representation of color #549A00: hue angle of 87.27º 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 #549A00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 154 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.40 |
| HSL | 87.27º | 1% | 0.3% | - |
| HSV(B) | 87.27º | 1% | 0.6% | - |
| XYZ | 15.21 | 25 | 4.02 | - |
| YUV | 115.51 | 62.81 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 0 | 0.45 | 0 | 1 | 0.40 | 87.27 | 1 | 0.3 |
| Hex | 54 | 9A | 0 | 2D | 0 | 64 | 28 | 57 | 64 | 1E |
| Octal | 124 | 232 | 0 | 55 | 0 | 144 | 50 | 127 | 144 | 36 |
| Binary | 1010100 | 10011010 | 0 | 101101 | 0 | 1100100 | 101000 | 1010111 | 1100100 | 11110 |
Color Harmonies of #549A00
Complementary color
Monochromatic Colors of #549A00
Black with #549A00
Text Example
Text Example
White with #549A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549A00; }
p { color: rgb(84,154,0); }
H1.HeaderClassName
{
color: #549A00;
}
.AnyTagClassName
{
color: #549A00;
}
</style>
background-color css
<style>
a { background-color: #549A00; }
a { background-color: rgb(84,154,0); }
div.DivClassName
{
background-color: #549A00;
}
.BgClassName
{
background-color: #549A00;
}
</style>
border-color css
<style>
span { border-color: #549A00; }
span { border-color: rgb(84,154,0); }
td.TdClassName
{
border-color: #549A00;
}
.TagClassName
{
border-color: #549A00;
}
</style>