Shades of Limeade #529303
Tints of Limeade #529303
RGB
CMYK
RGB Variations
Color information
#529303 (or 0x529303) is known color: Limeade. HEX triplet: 52, 93 and 03. RGB value is (82,147,3). Sum of RGB (Red+Green+Blue) = 82+147+3=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #529303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529303 is #AD6CFC. Grayscale: #6F6F6F. Windows color (decimal): -11365629 or 234322. OLE color: 234322.
HSL color Cylindrical-coordinate representation of color #529303: hue angle of 87.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #529303 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 3 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.42 |
| HSL | 87.08º | 0.96% | 0.29% | - |
| HSV(B) | 87.08º | 0.98% | 0.58% | - |
| XYZ | 13.93 | 22.67 | 3.73 | - |
| YUV | 111.15 | 66.97 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 3 | 0.44 | 0 | 0.98 | 0.42 | 87.08 | 0.96 | 0.29 |
| Hex | 52 | 93 | 3 | 2C | 0 | 62 | 2A | 57 | 60 | 1D |
| Octal | 122 | 223 | 3 | 54 | 0 | 142 | 52 | 127 | 140 | 35 |
| Binary | 1010010 | 10010011 | 11 | 101100 | 0 | 1100010 | 101010 | 1010111 | 1100000 | 11101 |
Color Harmonies of #529303
Complementary color
Monochromatic Colors of #529303
Black with #529303
Text Example
Text Example
White with #529303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529303; }
p { color: rgb(82,147,3); }
H1.HeaderClassName
{
color: #529303;
}
.AnyTagClassName
{
color: #529303;
}
</style>
background-color css
<style>
a { background-color: #529303; }
a { background-color: rgb(82,147,3); }
div.DivClassName
{
background-color: #529303;
}
.BgClassName
{
background-color: #529303;
}
</style>
border-color css
<style>
span { border-color: #529303; }
span { border-color: rgb(82,147,3); }
td.TdClassName
{
border-color: #529303;
}
.TagClassName
{
border-color: #529303;
}
</style>