Shades of Limeade #549C31
Tints of Limeade #549C31
RGB
CMYK
RGB Variations
Color information
#549C31 (or 0x549C31) is known color: Limeade. HEX triplet: 54, 9C and 31. RGB value is (84,156,49). Sum of RGB (Red+Green+Blue) = 84+156+49=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #549C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C31 is #AB63CE. Grayscale: #7A7A7A. Windows color (decimal): -11232207 or 3251284. OLE color: 3251284.
HSL color Cylindrical-coordinate representation of color #549C31: hue angle of 100.37º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #549C31 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 49 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.39 |
| HSL | 100.37º | 0.52% | 0.4% | - |
| HSV(B) | 100.37º | 0.69% | 0.61% | - |
| XYZ | 16.1 | 25.88 | 7.05 | - |
| YUV | 122.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 49 | 0.46 | 0 | 0.69 | 0.39 | 100.37 | 0.52 | 0.4 |
| Hex | 54 | 9C | 31 | 2E | 0 | 45 | 27 | 64 | 34 | 28 |
| Octal | 124 | 234 | 61 | 56 | 0 | 105 | 47 | 144 | 64 | 50 |
| Binary | 1010100 | 10011100 | 110001 | 101110 | 0 | 1000101 | 100111 | 1100100 | 110100 | 101000 |
Color Harmonies of #549C31
Complementary color
Monochromatic Colors of #549C31
Black with #549C31
Text Example
Text Example
White with #549C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C31; }
p { color: rgb(84,156,49); }
H1.HeaderClassName
{
color: #549C31;
}
.AnyTagClassName
{
color: #549C31;
}
</style>
background-color css
<style>
a { background-color: #549C31; }
a { background-color: rgb(84,156,49); }
div.DivClassName
{
background-color: #549C31;
}
.BgClassName
{
background-color: #549C31;
}
</style>
border-color css
<style>
span { border-color: #549C31; }
span { border-color: rgb(84,156,49); }
td.TdClassName
{
border-color: #549C31;
}
.TagClassName
{
border-color: #549C31;
}
</style>