Shades of Limeade #549300
Tints of Limeade #549300
RGB
CMYK
RGB Variations
Color information
#549300 (or 0x549300) is known color: Limeade. HEX triplet: 54, 93 and 00. RGB value is (84,147,0). Sum of RGB (Red+Green+Blue) = 84+147+0=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 147 (57.81% from 255 or 63.64% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 147 - color contains mainly: green. Hex color #549300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549300 is #AB6CFF. Grayscale: #6F6F6F. Windows color (decimal): -11234560 or 37716. OLE color: 37716.
HSL color Cylindrical-coordinate representation of color #549300: hue angle of 85.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #549300 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 147 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.42 |
| HSL | 85.71º | 1% | 0.29% | - |
| HSV(B) | 85.71º | 1% | 0.58% | - |
| XYZ | 14.09 | 22.75 | 3.65 | - |
| YUV | 111.41 | 65.13 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 0 | 0.43 | 0 | 1 | 0.42 | 85.71 | 1 | 0.29 |
| Hex | 54 | 93 | 0 | 2B | 0 | 64 | 2A | 56 | 64 | 1D |
| Octal | 124 | 223 | 0 | 53 | 0 | 144 | 52 | 126 | 144 | 35 |
| Binary | 1010100 | 10010011 | 0 | 101011 | 0 | 1100100 | 101010 | 1010110 | 1100100 | 11101 |
Color Harmonies of #549300
Complementary color
Monochromatic Colors of #549300
Black with #549300
Text Example
Text Example
White with #549300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549300; }
p { color: rgb(84,147,0); }
H1.HeaderClassName
{
color: #549300;
}
.AnyTagClassName
{
color: #549300;
}
</style>
background-color css
<style>
a { background-color: #549300; }
a { background-color: rgb(84,147,0); }
div.DivClassName
{
background-color: #549300;
}
.BgClassName
{
background-color: #549300;
}
</style>
border-color css
<style>
span { border-color: #549300; }
span { border-color: rgb(84,147,0); }
td.TdClassName
{
border-color: #549300;
}
.TagClassName
{
border-color: #549300;
}
</style>