Shades of Limeade #548F02
Tints of Limeade #548F02
RGB
CMYK
RGB Variations
Color information
#548F02 (or 0x548F02) is known color: Limeade. HEX triplet: 54, 8F and 02. RGB value is (84,143,2). Sum of RGB (Red+Green+Blue) = 84+143+2=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 143 (56.25% from 255 or 62.45% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 143 - color contains mainly: green. Hex color #548F02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548F02 is #AB70FD. Grayscale: #6D6D6D. Windows color (decimal): -11235582 or 167764. OLE color: 167764.
HSL color Cylindrical-coordinate representation of color #548F02: hue angle of 85.11º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #548F02 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 143 | 2 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.44 |
| HSL | 85.11º | 0.97% | 0.28% | - |
| HSV(B) | 85.11º | 0.99% | 0.56% | - |
| XYZ | 13.49 | 21.53 | 3.5 | - |
| YUV | 109.29 | 67.45 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 2 | 0.41 | 0 | 0.99 | 0.44 | 85.11 | 0.97 | 0.28 |
| Hex | 54 | 8F | 2 | 29 | 0 | 63 | 2C | 55 | 61 | 1C |
| Octal | 124 | 217 | 2 | 51 | 0 | 143 | 54 | 125 | 141 | 34 |
| Binary | 1010100 | 10001111 | 10 | 101001 | 0 | 1100011 | 101100 | 1010101 | 1100001 | 11100 |
Color Harmonies of #548F02
Complementary color
Monochromatic Colors of #548F02
Black with #548F02
Text Example
Text Example
White with #548F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548F02; }
p { color: rgb(84,143,2); }
H1.HeaderClassName
{
color: #548F02;
}
.AnyTagClassName
{
color: #548F02;
}
</style>
background-color css
<style>
a { background-color: #548F02; }
a { background-color: rgb(84,143,2); }
div.DivClassName
{
background-color: #548F02;
}
.BgClassName
{
background-color: #548F02;
}
</style>
border-color css
<style>
span { border-color: #548F02; }
span { border-color: rgb(84,143,2); }
td.TdClassName
{
border-color: #548F02;
}
.TagClassName
{
border-color: #548F02;
}
</style>