Shades of Limeade #529C33
Tints of Limeade #529C33
RGB
CMYK
RGB Variations
Color information
#529C33 (or 0x529C33) is known color: Limeade. HEX triplet: 52, 9C and 33. RGB value is (82,156,51). Sum of RGB (Red+Green+Blue) = 82+156+51=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #529C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C33 is #AD63CC. Grayscale: #7A7A7A. Windows color (decimal): -11363277 or 3382354. OLE color: 3382354.
HSL color Cylindrical-coordinate representation of color #529C33: hue angle of 102.29º degrees, saturation: 0.51, 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 #529C33 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 51 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.39 |
| HSL | 102.29º | 0.51% | 0.41% | - |
| HSV(B) | 102.29º | 0.67% | 0.61% | - |
| XYZ | 15.97 | 25.81 | 7.27 | - |
| YUV | 121.9 | 87.98 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 51 | 0.47 | 0 | 0.67 | 0.39 | 102.29 | 0.51 | 0.41 |
| Hex | 52 | 9C | 33 | 2F | 0 | 43 | 27 | 66 | 33 | 29 |
| Octal | 122 | 234 | 63 | 57 | 0 | 103 | 47 | 146 | 63 | 51 |
| Binary | 1010010 | 10011100 | 110011 | 101111 | 0 | 1000011 | 100111 | 1100110 | 110011 | 101001 |
Color Harmonies of #529C33
Complementary color
Monochromatic Colors of #529C33
Black with #529C33
Text Example
Text Example
White with #529C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C33; }
p { color: rgb(82,156,51); }
H1.HeaderClassName
{
color: #529C33;
}
.AnyTagClassName
{
color: #529C33;
}
</style>
background-color css
<style>
a { background-color: #529C33; }
a { background-color: rgb(82,156,51); }
div.DivClassName
{
background-color: #529C33;
}
.BgClassName
{
background-color: #529C33;
}
</style>
border-color css
<style>
span { border-color: #529C33; }
span { border-color: rgb(82,156,51); }
td.TdClassName
{
border-color: #529C33;
}
.TagClassName
{
border-color: #529C33;
}
</style>