Shades of Limeade #54982B
Tints of Limeade #54982B
RGB
CMYK
RGB Variations
Color information
#54982B (or 0x54982B) is known color: Limeade. HEX triplet: 54, 98 and 2B. RGB value is (84,152,43). Sum of RGB (Red+Green+Blue) = 84+152+43=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #54982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54982B is #AB67D4. Grayscale: #777777. Windows color (decimal): -11233237 or 2857044. OLE color: 2857044.
HSL color Cylindrical-coordinate representation of color #54982B: hue angle of 97.43º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54982B is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 43 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.40 |
| HSL | 97.43º | 0.56% | 0.38% | - |
| HSV(B) | 97.43º | 0.72% | 0.6% | - |
| XYZ | 15.32 | 24.52 | 6.21 | - |
| YUV | 119.24 | 84.97 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 43 | 0.45 | 0 | 0.72 | 0.40 | 97.43 | 0.56 | 0.38 |
| Hex | 54 | 98 | 2B | 2D | 0 | 48 | 28 | 61 | 38 | 26 |
| Octal | 124 | 230 | 53 | 55 | 0 | 110 | 50 | 141 | 70 | 46 |
| Binary | 1010100 | 10011000 | 101011 | 101101 | 0 | 1001000 | 101000 | 1100001 | 111000 | 100110 |
Color Harmonies of #54982B
Complementary color
Monochromatic Colors of #54982B
Black with #54982B
Text Example
Text Example
White with #54982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54982B; }
p { color: rgb(84,152,43); }
H1.HeaderClassName
{
color: #54982B;
}
.AnyTagClassName
{
color: #54982B;
}
</style>
background-color css
<style>
a { background-color: #54982B; }
a { background-color: rgb(84,152,43); }
div.DivClassName
{
background-color: #54982B;
}
.BgClassName
{
background-color: #54982B;
}
</style>
border-color css
<style>
span { border-color: #54982B; }
span { border-color: rgb(84,152,43); }
td.TdClassName
{
border-color: #54982B;
}
.TagClassName
{
border-color: #54982B;
}
</style>