Shades of Limeade #54993A
Tints of Limeade #54993A
RGB
CMYK
RGB Variations
Color information
#54993A (or 0x54993A) is known color: Limeade. HEX triplet: 54, 99 and 3A. RGB value is (84,153,58). Sum of RGB (Red+Green+Blue) = 84+153+58=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #54993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54993A is #AB66C5. Grayscale: #797979. Windows color (decimal): -11232966 or 3840340. OLE color: 3840340.
HSL color Cylindrical-coordinate representation of color #54993A: hue angle of 103.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54993A is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 58 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.4 |
| HSL | 103.58º | 0.45% | 0.41% | - |
| HSV(B) | 103.58º | 0.62% | 0.6% | - |
| XYZ | 15.81 | 24.97 | 7.99 | - |
| YUV | 121.54 | 92.14 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 58 | 0.45 | 0 | 0.62 | 0.4 | 103.58 | 0.45 | 0.41 |
| Hex | 54 | 99 | 3A | 2D | 0 | 3E | 28 | 68 | 2D | 29 |
| Octal | 124 | 231 | 72 | 55 | 0 | 76 | 50 | 150 | 55 | 51 |
| Binary | 1010100 | 10011001 | 111010 | 101101 | 0 | 111110 | 101000 | 1101000 | 101101 | 101001 |
Color Harmonies of #54993A
Complementary color
Monochromatic Colors of #54993A
Black with #54993A
Text Example
Text Example
White with #54993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54993A; }
p { color: rgb(84,153,58); }
H1.HeaderClassName
{
color: #54993A;
}
.AnyTagClassName
{
color: #54993A;
}
</style>
background-color css
<style>
a { background-color: #54993A; }
a { background-color: rgb(84,153,58); }
div.DivClassName
{
background-color: #54993A;
}
.BgClassName
{
background-color: #54993A;
}
</style>
border-color css
<style>
span { border-color: #54993A; }
span { border-color: rgb(84,153,58); }
td.TdClassName
{
border-color: #54993A;
}
.TagClassName
{
border-color: #54993A;
}
</style>