Shades of Limeade #529B23
Tints of Limeade #529B23
RGB
CMYK
RGB Variations
Color information
#529B23 (or 0x529B23) is known color: Limeade. HEX triplet: 52, 9B and 23. RGB value is (82,155,35). Sum of RGB (Red+Green+Blue) = 82+155+35=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #529B23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B23 is #AD64DC. Grayscale: #777777. Windows color (decimal): -11363549 or 2333522. OLE color: 2333522.
HSL color Cylindrical-coordinate representation of color #529B23: hue angle of 96.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #529B23 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 155 | 35 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.39 |
| HSL | 96.5º | 0.63% | 0.37% | - |
| HSV(B) | 96.5º | 0.77% | 0.61% | - |
| XYZ | 15.5 | 25.36 | 5.67 | - |
| YUV | 119.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 35 | 0.47 | 0 | 0.77 | 0.39 | 96.5 | 0.63 | 0.37 |
| Hex | 52 | 9B | 23 | 2F | 0 | 4D | 27 | 60 | 3F | 25 |
| Octal | 122 | 233 | 43 | 57 | 0 | 115 | 47 | 140 | 77 | 45 |
| Binary | 1010010 | 10011011 | 100011 | 101111 | 0 | 1001101 | 100111 | 1100000 | 111111 | 100101 |
Color Harmonies of #529B23
Complementary color
Monochromatic Colors of #529B23
Black with #529B23
Text Example
Text Example
White with #529B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529B23; }
p { color: rgb(82,155,35); }
H1.HeaderClassName
{
color: #529B23;
}
.AnyTagClassName
{
color: #529B23;
}
</style>
background-color css
<style>
a { background-color: #529B23; }
a { background-color: rgb(82,155,35); }
div.DivClassName
{
background-color: #529B23;
}
.BgClassName
{
background-color: #529B23;
}
</style>
border-color css
<style>
span { border-color: #529B23; }
span { border-color: rgb(82,155,35); }
td.TdClassName
{
border-color: #529B23;
}
.TagClassName
{
border-color: #529B23;
}
</style>