Shades of Limeade #529429
Tints of Limeade #529429
RGB
CMYK
RGB Variations
Color information
#529429 (or 0x529429) is known color: Limeade. HEX triplet: 52, 94 and 29. RGB value is (82,148,41). Sum of RGB (Red+Green+Blue) = 82+148+41=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #529429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529429 is #AD6BD6. Grayscale: #747474. Windows color (decimal): -11365335 or 2724946. OLE color: 2724946.
HSL color Cylindrical-coordinate representation of color #529429: hue angle of 97.01º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #529429 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 41 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.42 |
| HSL | 97.01º | 0.57% | 0.37% | - |
| HSV(B) | 97.01º | 0.72% | 0.58% | - |
| XYZ | 14.47 | 23.13 | 5.8 | - |
| YUV | 116.07 | 85.63 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 41 | 0.45 | 0 | 0.72 | 0.42 | 97.01 | 0.57 | 0.37 |
| Hex | 52 | 94 | 29 | 2D | 0 | 48 | 2A | 61 | 39 | 25 |
| Octal | 122 | 224 | 51 | 55 | 0 | 110 | 52 | 141 | 71 | 45 |
| Binary | 1010010 | 10010100 | 101001 | 101101 | 0 | 1001000 | 101010 | 1100001 | 111001 | 100101 |
Color Harmonies of #529429
Complementary color
Monochromatic Colors of #529429
Black with #529429
Text Example
Text Example
White with #529429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529429; }
p { color: rgb(82,148,41); }
H1.HeaderClassName
{
color: #529429;
}
.AnyTagClassName
{
color: #529429;
}
</style>
background-color css
<style>
a { background-color: #529429; }
a { background-color: rgb(82,148,41); }
div.DivClassName
{
background-color: #529429;
}
.BgClassName
{
background-color: #529429;
}
</style>
border-color css
<style>
span { border-color: #529429; }
span { border-color: rgb(82,148,41); }
td.TdClassName
{
border-color: #529429;
}
.TagClassName
{
border-color: #529429;
}
</style>