Shades of Limeade #529C30
Tints of Limeade #529C30
RGB
CMYK
RGB Variations
Color information
#529C30 (or 0x529C30) is known color: Limeade. HEX triplet: 52, 9C and 30. RGB value is (82,156,48). Sum of RGB (Red+Green+Blue) = 82+156+48=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #529C30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C30 is #AD63CF. Grayscale: #797979. Windows color (decimal): -11363280 or 3185746. OLE color: 3185746.
HSL color Cylindrical-coordinate representation of color #529C30: hue angle of 101.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #529C30 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 48 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.39 |
| HSL | 101.11º | 0.53% | 0.4% | - |
| HSV(B) | 101.11º | 0.69% | 0.61% | - |
| XYZ | 15.9 | 25.78 | 6.94 | - |
| YUV | 121.56 | 86.48 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 48 | 0.47 | 0 | 0.69 | 0.39 | 101.11 | 0.53 | 0.4 |
| Hex | 52 | 9C | 30 | 2F | 0 | 45 | 27 | 65 | 35 | 28 |
| Octal | 122 | 234 | 60 | 57 | 0 | 105 | 47 | 145 | 65 | 50 |
| Binary | 1010010 | 10011100 | 110000 | 101111 | 0 | 1000101 | 100111 | 1100101 | 110101 | 101000 |
Color Harmonies of #529C30
Complementary color
Monochromatic Colors of #529C30
Black with #529C30
Text Example
Text Example
White with #529C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C30; }
p { color: rgb(82,156,48); }
H1.HeaderClassName
{
color: #529C30;
}
.AnyTagClassName
{
color: #529C30;
}
</style>
background-color css
<style>
a { background-color: #529C30; }
a { background-color: rgb(82,156,48); }
div.DivClassName
{
background-color: #529C30;
}
.BgClassName
{
background-color: #529C30;
}
</style>
border-color css
<style>
span { border-color: #529C30; }
span { border-color: rgb(82,156,48); }
td.TdClassName
{
border-color: #529C30;
}
.TagClassName
{
border-color: #529C30;
}
</style>