Shades of Limeade #549F20
Tints of Limeade #549F20
RGB
CMYK
RGB Variations
Color information
#549F20 (or 0x549F20) is known color: Limeade. HEX triplet: 54, 9F and 20. RGB value is (84,159,32). Sum of RGB (Red+Green+Blue) = 84+159+32=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #549F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549F20 is #AB60DF. Grayscale: #7A7A7A. Windows color (decimal): -11231456 or 2137940. OLE color: 2137940.
HSL color Cylindrical-coordinate representation of color #549F20: hue angle of 95.43º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #549F20 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 159 | 32 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.38 |
| HSL | 95.43º | 0.66% | 0.37% | - |
| HSV(B) | 95.43º | 0.8% | 0.62% | - |
| XYZ | 16.32 | 26.79 | 5.68 | - |
| YUV | 122.1 | 77.15 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 32 | 0.47 | 0 | 0.80 | 0.38 | 95.43 | 0.66 | 0.37 |
| Hex | 54 | 9F | 20 | 2F | 0 | 50 | 26 | 5F | 42 | 25 |
| Octal | 124 | 237 | 40 | 57 | 0 | 120 | 46 | 137 | 102 | 45 |
| Binary | 1010100 | 10011111 | 100000 | 101111 | 0 | 1010000 | 100110 | 1011111 | 1000010 | 100101 |
Color Harmonies of #549F20
Complementary color
Monochromatic Colors of #549F20
Black with #549F20
Text Example
Text Example
White with #549F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549F20; }
p { color: rgb(84,159,32); }
H1.HeaderClassName
{
color: #549F20;
}
.AnyTagClassName
{
color: #549F20;
}
</style>
background-color css
<style>
a { background-color: #549F20; }
a { background-color: rgb(84,159,32); }
div.DivClassName
{
background-color: #549F20;
}
.BgClassName
{
background-color: #549F20;
}
</style>
border-color css
<style>
span { border-color: #549F20; }
span { border-color: rgb(84,159,32); }
td.TdClassName
{
border-color: #549F20;
}
.TagClassName
{
border-color: #549F20;
}
</style>