Shades of Limeade #549C39
Tints of Limeade #549C39
RGB
CMYK
RGB Variations
Color information
#549C39 (or 0x549C39) is known color: Limeade. HEX triplet: 54, 9C and 39. RGB value is (84,156,57). Sum of RGB (Red+Green+Blue) = 84+156+57=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #549C39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C39 is #AB63C6. Grayscale: #7B7B7B. Windows color (decimal): -11232199 or 3775572. OLE color: 3775572.
HSL color Cylindrical-coordinate representation of color #549C39: hue angle of 103.64º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #549C39 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 57 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.39 |
| HSL | 103.64º | 0.46% | 0.42% | - |
| HSV(B) | 103.64º | 0.63% | 0.61% | - |
| XYZ | 16.28 | 25.96 | 8.02 | - |
| YUV | 123.19 | 90.65 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 57 | 0.46 | 0 | 0.63 | 0.39 | 103.64 | 0.46 | 0.42 |
| Hex | 54 | 9C | 39 | 2E | 0 | 3F | 27 | 68 | 2E | 2A |
| Octal | 124 | 234 | 71 | 56 | 0 | 77 | 47 | 150 | 56 | 52 |
| Binary | 1010100 | 10011100 | 111001 | 101110 | 0 | 111111 | 100111 | 1101000 | 101110 | 101010 |
Color Harmonies of #549C39
Complementary color
Monochromatic Colors of #549C39
Black with #549C39
Text Example
Text Example
White with #549C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C39; }
p { color: rgb(84,156,57); }
H1.HeaderClassName
{
color: #549C39;
}
.AnyTagClassName
{
color: #549C39;
}
</style>
background-color css
<style>
a { background-color: #549C39; }
a { background-color: rgb(84,156,57); }
div.DivClassName
{
background-color: #549C39;
}
.BgClassName
{
background-color: #549C39;
}
</style>
border-color css
<style>
span { border-color: #549C39; }
span { border-color: rgb(84,156,57); }
td.TdClassName
{
border-color: #549C39;
}
.TagClassName
{
border-color: #549C39;
}
</style>