Shades of Limeade #529C34
Tints of Limeade #529C34
RGB
CMYK
RGB Variations
Color information
#529C34 (or 0x529C34) is known color: Limeade. HEX triplet: 52, 9C and 34. RGB value is (82,156,52). Sum of RGB (Red+Green+Blue) = 82+156+52=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #529C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C34 is #AD63CB. Grayscale: #7A7A7A. Windows color (decimal): -11363276 or 3447890. OLE color: 3447890.
HSL color Cylindrical-coordinate representation of color #529C34: hue angle of 102.69º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529C34 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 52 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.39 |
| HSL | 102.69º | 0.5% | 0.41% | - |
| HSV(B) | 102.69º | 0.67% | 0.61% | - |
| XYZ | 15.99 | 25.82 | 7.39 | - |
| YUV | 122.02 | 88.48 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 52 | 0.47 | 0 | 0.67 | 0.39 | 102.69 | 0.5 | 0.41 |
| Hex | 52 | 9C | 34 | 2F | 0 | 43 | 27 | 67 | 32 | 29 |
| Octal | 122 | 234 | 64 | 57 | 0 | 103 | 47 | 147 | 62 | 51 |
| Binary | 1010010 | 10011100 | 110100 | 101111 | 0 | 1000011 | 100111 | 1100111 | 110010 | 101001 |
Color Harmonies of #529C34
Complementary color
Monochromatic Colors of #529C34
Black with #529C34
Text Example
Text Example
White with #529C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C34; }
p { color: rgb(82,156,52); }
H1.HeaderClassName
{
color: #529C34;
}
.AnyTagClassName
{
color: #529C34;
}
</style>
background-color css
<style>
a { background-color: #529C34; }
a { background-color: rgb(82,156,52); }
div.DivClassName
{
background-color: #529C34;
}
.BgClassName
{
background-color: #529C34;
}
</style>
border-color css
<style>
span { border-color: #529C34; }
span { border-color: rgb(82,156,52); }
td.TdClassName
{
border-color: #529C34;
}
.TagClassName
{
border-color: #529C34;
}
</style>