Shades of Limeade #549D30
Tints of Limeade #549D30
RGB
CMYK
RGB Variations
Color information
#549D30 (or 0x549D30) is known color: Limeade. HEX triplet: 54, 9D and 30. RGB value is (84,157,48). Sum of RGB (Red+Green+Blue) = 84+157+48=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #549D30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D30 is #AB62CF. Grayscale: #7B7B7B. Windows color (decimal): -11231952 or 3186004. OLE color: 3186004.
HSL color Cylindrical-coordinate representation of color #549D30: hue angle of 100.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #549D30 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 48 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.38 |
| HSL | 100.18º | 0.53% | 0.4% | - |
| HSV(B) | 100.18º | 0.69% | 0.62% | - |
| XYZ | 16.25 | 26.21 | 7 | - |
| YUV | 122.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 48 | 0.46 | 0 | 0.69 | 0.38 | 100.18 | 0.53 | 0.4 |
| Hex | 54 | 9D | 30 | 2E | 0 | 45 | 26 | 64 | 35 | 28 |
| Octal | 124 | 235 | 60 | 56 | 0 | 105 | 46 | 144 | 65 | 50 |
| Binary | 1010100 | 10011101 | 110000 | 101110 | 0 | 1000101 | 100110 | 1100100 | 110101 | 101000 |
Color Harmonies of #549D30
Complementary color
Monochromatic Colors of #549D30
Black with #549D30
Text Example
Text Example
White with #549D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D30; }
p { color: rgb(84,157,48); }
H1.HeaderClassName
{
color: #549D30;
}
.AnyTagClassName
{
color: #549D30;
}
</style>
background-color css
<style>
a { background-color: #549D30; }
a { background-color: rgb(84,157,48); }
div.DivClassName
{
background-color: #549D30;
}
.BgClassName
{
background-color: #549D30;
}
</style>
border-color css
<style>
span { border-color: #549D30; }
span { border-color: rgb(84,157,48); }
td.TdClassName
{
border-color: #549D30;
}
.TagClassName
{
border-color: #549D30;
}
</style>