Shades of Limeade #549902
Tints of Limeade #549902
RGB
CMYK
RGB Variations
Color information
#549902 (or 0x549902) is known color: Limeade. HEX triplet: 54, 99 and 02. RGB value is (84,153,2). Sum of RGB (Red+Green+Blue) = 84+153+2=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 153 (60.16% from 255 or 64.02% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 153 - color contains mainly: green. Hex color #549902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549902 is #AB66FD. Grayscale: #737373. Windows color (decimal): -11233022 or 170324. OLE color: 170324.
HSL color Cylindrical-coordinate representation of color #549902: hue angle of 87.42º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #549902 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.4 |
| HSL | 87.42º | 0.97% | 0.3% | - |
| HSV(B) | 87.42º | 0.99% | 0.6% | - |
| XYZ | 15.06 | 24.67 | 4.03 | - |
| YUV | 115.16 | 64.14 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 2 | 0.45 | 0 | 0.99 | 0.4 | 87.42 | 0.97 | 0.3 |
| Hex | 54 | 99 | 2 | 2D | 0 | 63 | 28 | 57 | 61 | 1E |
| Octal | 124 | 231 | 2 | 55 | 0 | 143 | 50 | 127 | 141 | 36 |
| Binary | 1010100 | 10011001 | 10 | 101101 | 0 | 1100011 | 101000 | 1010111 | 1100001 | 11110 |
Color Harmonies of #549902
Complementary color
Monochromatic Colors of #549902
Black with #549902
Text Example
Text Example
White with #549902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549902; }
p { color: rgb(84,153,2); }
H1.HeaderClassName
{
color: #549902;
}
.AnyTagClassName
{
color: #549902;
}
</style>
background-color css
<style>
a { background-color: #549902; }
a { background-color: rgb(84,153,2); }
div.DivClassName
{
background-color: #549902;
}
.BgClassName
{
background-color: #549902;
}
</style>
border-color css
<style>
span { border-color: #549902; }
span { border-color: rgb(84,153,2); }
td.TdClassName
{
border-color: #549902;
}
.TagClassName
{
border-color: #549902;
}
</style>