Shades of Limeade #549A39
Tints of Limeade #549A39
RGB
CMYK
RGB Variations
Color information
#549A39 (or 0x549A39) is known color: Limeade. HEX triplet: 54, 9A and 39. RGB value is (84,154,57). Sum of RGB (Red+Green+Blue) = 84+154+57=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #549A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549A39 is #AB65C6. Grayscale: #7A7A7A. Windows color (decimal): -11232711 or 3775060. OLE color: 3775060.
HSL color Cylindrical-coordinate representation of color #549A39: hue angle of 103.3º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #549A39 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 154 | 57 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.40 |
| HSL | 103.3º | 0.46% | 0.41% | - |
| HSV(B) | 103.3º | 0.63% | 0.6% | - |
| XYZ | 15.95 | 25.29 | 7.91 | - |
| YUV | 122.01 | 91.31 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 57 | 0.45 | 0 | 0.63 | 0.40 | 103.3 | 0.46 | 0.41 |
| Hex | 54 | 9A | 39 | 2D | 0 | 3F | 28 | 67 | 2E | 29 |
| Octal | 124 | 232 | 71 | 55 | 0 | 77 | 50 | 147 | 56 | 51 |
| Binary | 1010100 | 10011010 | 111001 | 101101 | 0 | 111111 | 101000 | 1100111 | 101110 | 101001 |
Color Harmonies of #549A39
Complementary color
Monochromatic Colors of #549A39
Black with #549A39
Text Example
Text Example
White with #549A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549A39; }
p { color: rgb(84,154,57); }
H1.HeaderClassName
{
color: #549A39;
}
.AnyTagClassName
{
color: #549A39;
}
</style>
background-color css
<style>
a { background-color: #549A39; }
a { background-color: rgb(84,154,57); }
div.DivClassName
{
background-color: #549A39;
}
.BgClassName
{
background-color: #549A39;
}
</style>
border-color css
<style>
span { border-color: #549A39; }
span { border-color: rgb(84,154,57); }
td.TdClassName
{
border-color: #549A39;
}
.TagClassName
{
border-color: #549A39;
}
</style>