Shades of Limeade #549C33
Tints of Limeade #549C33
RGB
CMYK
RGB Variations
Color information
#549C33 (or 0x549C33) is known color: Limeade. HEX triplet: 54, 9C and 33. RGB value is (84,156,51). Sum of RGB (Red+Green+Blue) = 84+156+51=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #549C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C33 is #AB63CC. Grayscale: #7A7A7A. Windows color (decimal): -11232205 or 3382356. OLE color: 3382356.
HSL color Cylindrical-coordinate representation of color #549C33: hue angle of 101.14º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #549C33 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 51 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.39 |
| HSL | 101.14º | 0.51% | 0.41% | - |
| HSV(B) | 101.14º | 0.67% | 0.61% | - |
| XYZ | 16.14 | 25.9 | 7.28 | - |
| YUV | 122.5 | 87.65 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 51 | 0.46 | 0 | 0.67 | 0.39 | 101.14 | 0.51 | 0.41 |
| Hex | 54 | 9C | 33 | 2E | 0 | 43 | 27 | 65 | 33 | 29 |
| Octal | 124 | 234 | 63 | 56 | 0 | 103 | 47 | 145 | 63 | 51 |
| Binary | 1010100 | 10011100 | 110011 | 101110 | 0 | 1000011 | 100111 | 1100101 | 110011 | 101001 |
Color Harmonies of #549C33
Complementary color
Monochromatic Colors of #549C33
Black with #549C33
Text Example
Text Example
White with #549C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C33; }
p { color: rgb(84,156,51); }
H1.HeaderClassName
{
color: #549C33;
}
.AnyTagClassName
{
color: #549C33;
}
</style>
background-color css
<style>
a { background-color: #549C33; }
a { background-color: rgb(84,156,51); }
div.DivClassName
{
background-color: #549C33;
}
.BgClassName
{
background-color: #549C33;
}
</style>
border-color css
<style>
span { border-color: #549C33; }
span { border-color: rgb(84,156,51); }
td.TdClassName
{
border-color: #549C33;
}
.TagClassName
{
border-color: #549C33;
}
</style>