Shades of Limeade #529403
Tints of Limeade #529403
RGB
CMYK
RGB Variations
Color information
#529403 (or 0x529403) is known color: Limeade. HEX triplet: 52, 94 and 03. RGB value is (82,148,3). Sum of RGB (Red+Green+Blue) = 82+148+3=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #529403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529403 is #AD6BFC. Grayscale: #707070. Windows color (decimal): -11365373 or 234578. OLE color: 234578.
HSL color Cylindrical-coordinate representation of color #529403: hue angle of 87.31º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #529403 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 3 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.42 |
| HSL | 87.31º | 0.96% | 0.3% | - |
| HSV(B) | 87.31º | 0.98% | 0.58% | - |
| XYZ | 14.09 | 22.98 | 3.78 | - |
| YUV | 111.74 | 66.63 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 3 | 0.45 | 0 | 0.98 | 0.42 | 87.31 | 0.96 | 0.3 |
| Hex | 52 | 94 | 3 | 2D | 0 | 62 | 2A | 57 | 60 | 1E |
| Octal | 122 | 224 | 3 | 55 | 0 | 142 | 52 | 127 | 140 | 36 |
| Binary | 1010010 | 10010100 | 11 | 101101 | 0 | 1100010 | 101010 | 1010111 | 1100000 | 11110 |
Color Harmonies of #529403
Complementary color
Monochromatic Colors of #529403
Black with #529403
Text Example
Text Example
White with #529403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529403; }
p { color: rgb(82,148,3); }
H1.HeaderClassName
{
color: #529403;
}
.AnyTagClassName
{
color: #529403;
}
</style>
background-color css
<style>
a { background-color: #529403; }
a { background-color: rgb(82,148,3); }
div.DivClassName
{
background-color: #529403;
}
.BgClassName
{
background-color: #529403;
}
</style>
border-color css
<style>
span { border-color: #529403; }
span { border-color: rgb(82,148,3); }
td.TdClassName
{
border-color: #529403;
}
.TagClassName
{
border-color: #529403;
}
</style>