Shades of Limeade #529C2F
Tints of Limeade #529C2F
RGB
CMYK
RGB Variations
Color information
#529C2F (or 0x529C2F) is known color: Limeade. HEX triplet: 52, 9C and 2F. RGB value is (82,156,47). Sum of RGB (Red+Green+Blue) = 82+156+47=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #529C2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C2F is #AD63D0. Grayscale: #797979. Windows color (decimal): -11363281 or 3120210. OLE color: 3120210.
HSL color Cylindrical-coordinate representation of color #529C2F: hue angle of 100.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #529C2F is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 47 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.39 |
| HSL | 100.73º | 0.54% | 0.4% | - |
| HSV(B) | 100.73º | 0.7% | 0.61% | - |
| XYZ | 15.88 | 25.78 | 6.83 | - |
| YUV | 121.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 47 | 0.47 | 0 | 0.70 | 0.39 | 100.73 | 0.54 | 0.4 |
| Hex | 52 | 9C | 2F | 2F | 0 | 46 | 27 | 65 | 36 | 28 |
| Octal | 122 | 234 | 57 | 57 | 0 | 106 | 47 | 145 | 66 | 50 |
| Binary | 1010010 | 10011100 | 101111 | 101111 | 0 | 1000110 | 100111 | 1100101 | 110110 | 101000 |
Color Harmonies of #529C2F
Complementary color
Monochromatic Colors of #529C2F
Black with #529C2F
Text Example
Text Example
White with #529C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C2F; }
p { color: rgb(82,156,47); }
H1.HeaderClassName
{
color: #529C2F;
}
.AnyTagClassName
{
color: #529C2F;
}
</style>
background-color css
<style>
a { background-color: #529C2F; }
a { background-color: rgb(82,156,47); }
div.DivClassName
{
background-color: #529C2F;
}
.BgClassName
{
background-color: #529C2F;
}
</style>
border-color css
<style>
span { border-color: #529C2F; }
span { border-color: rgb(82,156,47); }
td.TdClassName
{
border-color: #529C2F;
}
.TagClassName
{
border-color: #529C2F;
}
</style>