Shades of Limeade #529C29
Tints of Limeade #529C29
RGB
CMYK
RGB Variations
Color information
#529C29 (or 0x529C29) is known color: Limeade. HEX triplet: 52, 9C and 29. RGB value is (82,156,41). Sum of RGB (Red+Green+Blue) = 82+156+41=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #529C29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C29 is #AD63D6. Grayscale: #797979. Windows color (decimal): -11363287 or 2726994. OLE color: 2726994.
HSL color Cylindrical-coordinate representation of color #529C29: hue angle of 98.61º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #529C29 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 41 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.39 |
| HSL | 98.61º | 0.58% | 0.39% | - |
| HSV(B) | 98.61º | 0.74% | 0.61% | - |
| XYZ | 15.77 | 25.73 | 6.23 | - |
| YUV | 120.76 | 82.98 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 41 | 0.47 | 0 | 0.74 | 0.39 | 98.61 | 0.58 | 0.39 |
| Hex | 52 | 9C | 29 | 2F | 0 | 4A | 27 | 63 | 3A | 27 |
| Octal | 122 | 234 | 51 | 57 | 0 | 112 | 47 | 143 | 72 | 47 |
| Binary | 1010010 | 10011100 | 101001 | 101111 | 0 | 1001010 | 100111 | 1100011 | 111010 | 100111 |
Color Harmonies of #529C29
Complementary color
Monochromatic Colors of #529C29
Black with #529C29
Text Example
Text Example
White with #529C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C29; }
p { color: rgb(82,156,41); }
H1.HeaderClassName
{
color: #529C29;
}
.AnyTagClassName
{
color: #529C29;
}
</style>
background-color css
<style>
a { background-color: #529C29; }
a { background-color: rgb(82,156,41); }
div.DivClassName
{
background-color: #529C29;
}
.BgClassName
{
background-color: #529C29;
}
</style>
border-color css
<style>
span { border-color: #529C29; }
span { border-color: rgb(82,156,41); }
td.TdClassName
{
border-color: #529C29;
}
.TagClassName
{
border-color: #529C29;
}
</style>