Shades of Limeade #549F1D
Tints of Limeade #549F1D
RGB
CMYK
RGB Variations
Color information
#549F1D (or 0x549F1D) is known color: Limeade. HEX triplet: 54, 9F and 1D. RGB value is (84,159,29). Sum of RGB (Red+Green+Blue) = 84+159+29=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 159 (62.5% from 255 or 58.46% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 159 - color contains mainly: green. Hex color #549F1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549F1D is #AB60E2. Grayscale: #7A7A7A. Windows color (decimal): -11231459 or 1941332. OLE color: 1941332.
HSL color Cylindrical-coordinate representation of color #549F1D: hue angle of 94.62º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #549F1D is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 159 | 29 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.38 |
| HSL | 94.62º | 0.69% | 0.37% | - |
| HSV(B) | 94.62º | 0.82% | 0.62% | - |
| XYZ | 16.28 | 26.77 | 5.47 | - |
| YUV | 121.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 29 | 0.47 | 0 | 0.82 | 0.38 | 94.62 | 0.69 | 0.37 |
| Hex | 54 | 9F | 1D | 2F | 0 | 52 | 26 | 5F | 45 | 25 |
| Octal | 124 | 237 | 35 | 57 | 0 | 122 | 46 | 137 | 105 | 45 |
| Binary | 1010100 | 10011111 | 11101 | 101111 | 0 | 1010010 | 100110 | 1011111 | 1000101 | 100101 |
Color Harmonies of #549F1D
Complementary color
Monochromatic Colors of #549F1D
Black with #549F1D
Text Example
Text Example
White with #549F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549F1D; }
p { color: rgb(84,159,29); }
H1.HeaderClassName
{
color: #549F1D;
}
.AnyTagClassName
{
color: #549F1D;
}
</style>
background-color css
<style>
a { background-color: #549F1D; }
a { background-color: rgb(84,159,29); }
div.DivClassName
{
background-color: #549F1D;
}
.BgClassName
{
background-color: #549F1D;
}
</style>
border-color css
<style>
span { border-color: #549F1D; }
span { border-color: rgb(84,159,29); }
td.TdClassName
{
border-color: #549F1D;
}
.TagClassName
{
border-color: #549F1D;
}
</style>