Shades of Limeade #529301
Tints of Limeade #529301
RGB
CMYK
RGB Variations
Color information
#529301 (or 0x529301) is known color: Limeade. HEX triplet: 52, 93 and 01. RGB value is (82,147,1). Sum of RGB (Red+Green+Blue) = 82+147+1=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 147 (57.81% from 255 or 63.91% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 147 - color contains mainly: green. Hex color #529301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529301 is #AD6CFE. Grayscale: #6F6F6F. Windows color (decimal): -11365631 or 103250. OLE color: 103250.
HSL color Cylindrical-coordinate representation of color #529301: hue angle of 86.71º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #529301 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.42 |
| HSL | 86.71º | 0.99% | 0.29% | - |
| HSV(B) | 86.71º | 0.99% | 0.58% | - |
| XYZ | 13.92 | 22.66 | 3.67 | - |
| YUV | 110.92 | 65.97 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 1 | 0.44 | 0 | 0.99 | 0.42 | 86.71 | 0.99 | 0.29 |
| Hex | 52 | 93 | 1 | 2C | 0 | 63 | 2A | 57 | 63 | 1D |
| Octal | 122 | 223 | 1 | 54 | 0 | 143 | 52 | 127 | 143 | 35 |
| Binary | 1010010 | 10010011 | 1 | 101100 | 0 | 1100011 | 101010 | 1010111 | 1100011 | 11101 |
Color Harmonies of #529301
Complementary color
Monochromatic Colors of #529301
Black with #529301
Text Example
Text Example
White with #529301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529301; }
p { color: rgb(82,147,1); }
H1.HeaderClassName
{
color: #529301;
}
.AnyTagClassName
{
color: #529301;
}
</style>
background-color css
<style>
a { background-color: #529301; }
a { background-color: rgb(82,147,1); }
div.DivClassName
{
background-color: #529301;
}
.BgClassName
{
background-color: #529301;
}
</style>
border-color css
<style>
span { border-color: #529301; }
span { border-color: rgb(82,147,1); }
td.TdClassName
{
border-color: #529301;
}
.TagClassName
{
border-color: #529301;
}
</style>