Shades of Limeade #549F30
Tints of Limeade #549F30
RGB
CMYK
RGB Variations
Color information
#549F30 (or 0x549F30) is known color: Limeade. HEX triplet: 54, 9F and 30. RGB value is (84,159,48). Sum of RGB (Red+Green+Blue) = 84+159+48=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #549F30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549F30 is #AB60CF. Grayscale: #7C7C7C. Windows color (decimal): -11231440 or 3186516. OLE color: 3186516.
HSL color Cylindrical-coordinate representation of color #549F30: hue angle of 100.54º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #549F30 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 159 | 48 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.38 |
| HSL | 100.54º | 0.54% | 0.41% | - |
| HSV(B) | 100.54º | 0.7% | 0.62% | - |
| XYZ | 16.59 | 26.89 | 7.11 | - |
| YUV | 123.92 | 85.15 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 48 | 0.47 | 0 | 0.70 | 0.38 | 100.54 | 0.54 | 0.41 |
| Hex | 54 | 9F | 30 | 2F | 0 | 46 | 26 | 65 | 36 | 29 |
| Octal | 124 | 237 | 60 | 57 | 0 | 106 | 46 | 145 | 66 | 51 |
| Binary | 1010100 | 10011111 | 110000 | 101111 | 0 | 1000110 | 100110 | 1100101 | 110110 | 101001 |
Color Harmonies of #549F30
Complementary color
Monochromatic Colors of #549F30
Black with #549F30
Text Example
Text Example
White with #549F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549F30; }
p { color: rgb(84,159,48); }
H1.HeaderClassName
{
color: #549F30;
}
.AnyTagClassName
{
color: #549F30;
}
</style>
background-color css
<style>
a { background-color: #549F30; }
a { background-color: rgb(84,159,48); }
div.DivClassName
{
background-color: #549F30;
}
.BgClassName
{
background-color: #549F30;
}
</style>
border-color css
<style>
span { border-color: #549F30; }
span { border-color: rgb(84,159,48); }
td.TdClassName
{
border-color: #549F30;
}
.TagClassName
{
border-color: #549F30;
}
</style>