Shades of Limeade #549B34
Tints of Limeade #549B34
RGB
CMYK
RGB Variations
Color information
#549B34 (or 0x549B34) is known color: Limeade. HEX triplet: 54, 9B and 34. RGB value is (84,155,52). Sum of RGB (Red+Green+Blue) = 84+155+52=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #549B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549B34 is #AB64CB. Grayscale: #7A7A7A. Windows color (decimal): -11232460 or 3447636. OLE color: 3447636.
HSL color Cylindrical-coordinate representation of color #549B34: hue angle of 101.36º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #549B34 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 155 | 52 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.39 |
| HSL | 101.36º | 0.5% | 0.41% | - |
| HSV(B) | 101.36º | 0.66% | 0.61% | - |
| XYZ | 16 | 25.58 | 7.34 | - |
| YUV | 122.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 52 | 0.46 | 0 | 0.66 | 0.39 | 101.36 | 0.5 | 0.41 |
| Hex | 54 | 9B | 34 | 2E | 0 | 42 | 27 | 65 | 32 | 29 |
| Octal | 124 | 233 | 64 | 56 | 0 | 102 | 47 | 145 | 62 | 51 |
| Binary | 1010100 | 10011011 | 110100 | 101110 | 0 | 1000010 | 100111 | 1100101 | 110010 | 101001 |
Color Harmonies of #549B34
Complementary color
Monochromatic Colors of #549B34
Black with #549B34
Text Example
Text Example
White with #549B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549B34; }
p { color: rgb(84,155,52); }
H1.HeaderClassName
{
color: #549B34;
}
.AnyTagClassName
{
color: #549B34;
}
</style>
background-color css
<style>
a { background-color: #549B34; }
a { background-color: rgb(84,155,52); }
div.DivClassName
{
background-color: #549B34;
}
.BgClassName
{
background-color: #549B34;
}
</style>
border-color css
<style>
span { border-color: #549B34; }
span { border-color: rgb(84,155,52); }
td.TdClassName
{
border-color: #549B34;
}
.TagClassName
{
border-color: #549B34;
}
</style>