Shades of Limeade #549D25
Tints of Limeade #549D25
RGB
CMYK
RGB Variations
Color information
#549D25 (or 0x549D25) is known color: Limeade. HEX triplet: 54, 9D and 25. RGB value is (84,157,37). Sum of RGB (Red+Green+Blue) = 84+157+37=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 157 (61.72% from 255 or 56.47% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 157 - color contains mainly: green. Hex color #549D25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D25 is #AB62DA. Grayscale: #797979. Windows color (decimal): -11231963 or 2465108. OLE color: 2465108.
HSL color Cylindrical-coordinate representation of color #549D25: hue angle of 96.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #549D25 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 37 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.38 |
| HSL | 96.5º | 0.62% | 0.38% | - |
| HSV(B) | 96.5º | 0.76% | 0.62% | - |
| XYZ | 16.05 | 26.13 | 5.95 | - |
| YUV | 121.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 37 | 0.46 | 0 | 0.76 | 0.38 | 96.5 | 0.62 | 0.38 |
| Hex | 54 | 9D | 25 | 2E | 0 | 4C | 26 | 60 | 3E | 26 |
| Octal | 124 | 235 | 45 | 56 | 0 | 114 | 46 | 140 | 76 | 46 |
| Binary | 1010100 | 10011101 | 100101 | 101110 | 0 | 1001100 | 100110 | 1100000 | 111110 | 100110 |
Color Harmonies of #549D25
Complementary color
Monochromatic Colors of #549D25
Black with #549D25
Text Example
Text Example
White with #549D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D25; }
p { color: rgb(84,157,37); }
H1.HeaderClassName
{
color: #549D25;
}
.AnyTagClassName
{
color: #549D25;
}
</style>
background-color css
<style>
a { background-color: #549D25; }
a { background-color: rgb(84,157,37); }
div.DivClassName
{
background-color: #549D25;
}
.BgClassName
{
background-color: #549D25;
}
</style>
border-color css
<style>
span { border-color: #549D25; }
span { border-color: rgb(84,157,37); }
td.TdClassName
{
border-color: #549D25;
}
.TagClassName
{
border-color: #549D25;
}
</style>