Shades of Limeade #549F31
Tints of Limeade #549F31
RGB
CMYK
RGB Variations
Color information
#549F31 (or 0x549F31) is known color: Limeade. HEX triplet: 54, 9F and 31. RGB value is (84,159,49). Sum of RGB (Red+Green+Blue) = 84+159+49=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #549F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549F31 is #AB60CE. Grayscale: #7C7C7C. Windows color (decimal): -11231439 or 3252052. OLE color: 3252052.
HSL color Cylindrical-coordinate representation of color #549F31: hue angle of 100.91º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #549F31 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 159 | 49 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.38 |
| HSL | 100.91º | 0.53% | 0.41% | - |
| HSV(B) | 100.91º | 0.69% | 0.62% | - |
| XYZ | 16.61 | 26.9 | 7.22 | - |
| YUV | 124.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 49 | 0.47 | 0 | 0.69 | 0.38 | 100.91 | 0.53 | 0.41 |
| Hex | 54 | 9F | 31 | 2F | 0 | 45 | 26 | 65 | 35 | 29 |
| Octal | 124 | 237 | 61 | 57 | 0 | 105 | 46 | 145 | 65 | 51 |
| Binary | 1010100 | 10011111 | 110001 | 101111 | 0 | 1000101 | 100110 | 1100101 | 110101 | 101001 |
Color Harmonies of #549F31
Complementary color
Monochromatic Colors of #549F31
Black with #549F31
Text Example
Text Example
White with #549F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549F31; }
p { color: rgb(84,159,49); }
H1.HeaderClassName
{
color: #549F31;
}
.AnyTagClassName
{
color: #549F31;
}
</style>
background-color css
<style>
a { background-color: #549F31; }
a { background-color: rgb(84,159,49); }
div.DivClassName
{
background-color: #549F31;
}
.BgClassName
{
background-color: #549F31;
}
</style>
border-color css
<style>
span { border-color: #549F31; }
span { border-color: rgb(84,159,49); }
td.TdClassName
{
border-color: #549F31;
}
.TagClassName
{
border-color: #549F31;
}
</style>