Shades of Limeade #549923
Tints of Limeade #549923
RGB
CMYK
RGB Variations
Color information
#549923 (or 0x549923) is known color: Limeade. HEX triplet: 54, 99 and 23. RGB value is (84,153,35). Sum of RGB (Red+Green+Blue) = 84+153+35=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #549923 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549923 is #AB66DC. Grayscale: #777777. Windows color (decimal): -11232989 or 2333012. OLE color: 2333012.
HSL color Cylindrical-coordinate representation of color #549923: hue angle of 95.08º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #549923 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 35 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.4 |
| HSL | 95.08º | 0.63% | 0.37% | - |
| HSV(B) | 95.08º | 0.77% | 0.6% | - |
| XYZ | 15.35 | 24.79 | 5.57 | - |
| YUV | 118.92 | 80.64 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 35 | 0.45 | 0 | 0.77 | 0.4 | 95.08 | 0.63 | 0.37 |
| Hex | 54 | 99 | 23 | 2D | 0 | 4D | 28 | 5F | 3F | 25 |
| Octal | 124 | 231 | 43 | 55 | 0 | 115 | 50 | 137 | 77 | 45 |
| Binary | 1010100 | 10011001 | 100011 | 101101 | 0 | 1001101 | 101000 | 1011111 | 111111 | 100101 |
Color Harmonies of #549923
Complementary color
Monochromatic Colors of #549923
Black with #549923
Text Example
Text Example
White with #549923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549923; }
p { color: rgb(84,153,35); }
H1.HeaderClassName
{
color: #549923;
}
.AnyTagClassName
{
color: #549923;
}
</style>
background-color css
<style>
a { background-color: #549923; }
a { background-color: rgb(84,153,35); }
div.DivClassName
{
background-color: #549923;
}
.BgClassName
{
background-color: #549923;
}
</style>
border-color css
<style>
span { border-color: #549923; }
span { border-color: rgb(84,153,35); }
td.TdClassName
{
border-color: #549923;
}
.TagClassName
{
border-color: #549923;
}
</style>