Shades of Limeade #549B23
Tints of Limeade #549B23
RGB
CMYK
RGB Variations
Color information
#549B23 (or 0x549B23) is known color: Limeade. HEX triplet: 54, 9B and 23. RGB value is (84,155,35). Sum of RGB (Red+Green+Blue) = 84+155+35=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #549B23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549B23 is #AB64DC. Grayscale: #787878. Windows color (decimal): -11232477 or 2333524. OLE color: 2333524.
HSL color Cylindrical-coordinate representation of color #549B23: hue angle of 95.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #549B23 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 155 | 35 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.39 |
| HSL | 95.5º | 0.63% | 0.37% | - |
| HSV(B) | 95.5º | 0.77% | 0.61% | - |
| XYZ | 15.68 | 25.45 | 5.68 | - |
| YUV | 120.09 | 79.98 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 35 | 0.46 | 0 | 0.77 | 0.39 | 95.5 | 0.63 | 0.37 |
| Hex | 54 | 9B | 23 | 2E | 0 | 4D | 27 | 60 | 3F | 25 |
| Octal | 124 | 233 | 43 | 56 | 0 | 115 | 47 | 140 | 77 | 45 |
| Binary | 1010100 | 10011011 | 100011 | 101110 | 0 | 1001101 | 100111 | 1100000 | 111111 | 100101 |
Color Harmonies of #549B23
Complementary color
Monochromatic Colors of #549B23
Black with #549B23
Text Example
Text Example
White with #549B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549B23; }
p { color: rgb(84,155,35); }
H1.HeaderClassName
{
color: #549B23;
}
.AnyTagClassName
{
color: #549B23;
}
</style>
background-color css
<style>
a { background-color: #549B23; }
a { background-color: rgb(84,155,35); }
div.DivClassName
{
background-color: #549B23;
}
.BgClassName
{
background-color: #549B23;
}
</style>
border-color css
<style>
span { border-color: #549B23; }
span { border-color: rgb(84,155,35); }
td.TdClassName
{
border-color: #549B23;
}
.TagClassName
{
border-color: #549B23;
}
</style>