Shades of Limeade #54982F
Tints of Limeade #54982F
RGB
CMYK
RGB Variations
Color information
#54982F (or 0x54982F) is known color: Limeade. HEX triplet: 54, 98 and 2F. RGB value is (84,152,47). Sum of RGB (Red+Green+Blue) = 84+152+47=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #54982F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54982F is #AB67D0. Grayscale: #787878. Windows color (decimal): -11233233 or 3119188. OLE color: 3119188.
HSL color Cylindrical-coordinate representation of color #54982F: hue angle of 98.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54982F is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 47 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.40 |
| HSL | 98.86º | 0.53% | 0.39% | - |
| HSV(B) | 98.86º | 0.69% | 0.6% | - |
| XYZ | 15.4 | 24.55 | 6.62 | - |
| YUV | 119.7 | 86.97 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 47 | 0.45 | 0 | 0.69 | 0.40 | 98.86 | 0.53 | 0.39 |
| Hex | 54 | 98 | 2F | 2D | 0 | 45 | 28 | 63 | 35 | 27 |
| Octal | 124 | 230 | 57 | 55 | 0 | 105 | 50 | 143 | 65 | 47 |
| Binary | 1010100 | 10011000 | 101111 | 101101 | 0 | 1000101 | 101000 | 1100011 | 110101 | 100111 |
Color Harmonies of #54982F
Complementary color
Monochromatic Colors of #54982F
Black with #54982F
Text Example
Text Example
White with #54982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54982F; }
p { color: rgb(84,152,47); }
H1.HeaderClassName
{
color: #54982F;
}
.AnyTagClassName
{
color: #54982F;
}
</style>
background-color css
<style>
a { background-color: #54982F; }
a { background-color: rgb(84,152,47); }
div.DivClassName
{
background-color: #54982F;
}
.BgClassName
{
background-color: #54982F;
}
</style>
border-color css
<style>
span { border-color: #54982F; }
span { border-color: rgb(84,152,47); }
td.TdClassName
{
border-color: #54982F;
}
.TagClassName
{
border-color: #54982F;
}
</style>