Shades of Limeade #529F1E
Tints of Limeade #529F1E
RGB
CMYK
RGB Variations
Color information
#529F1E (or 0x529F1E) is known color: Limeade. HEX triplet: 52, 9F and 1E. RGB value is (82,159,30). Sum of RGB (Red+Green+Blue) = 82+159+30=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 159 (62.5% from 255 or 58.67% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 159 - color contains mainly: green. Hex color #529F1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529F1E is #AD60E1. Grayscale: #797979. Windows color (decimal): -11362530 or 2006866. OLE color: 2006866.
HSL color Cylindrical-coordinate representation of color #529F1E: hue angle of 95.81º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #529F1E is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 30 | - |
| CMYK | 0.48 | 0 | 0.81 | 0.38 |
| HSL | 95.81º | 0.68% | 0.37% | - |
| HSV(B) | 95.81º | 0.81% | 0.62% | - |
| XYZ | 16.11 | 26.68 | 5.53 | - |
| YUV | 121.27 | 76.49 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 30 | 0.48 | 0 | 0.81 | 0.38 | 95.81 | 0.68 | 0.37 |
| Hex | 52 | 9F | 1E | 30 | 0 | 51 | 26 | 60 | 44 | 25 |
| Octal | 122 | 237 | 36 | 60 | 0 | 121 | 46 | 140 | 104 | 45 |
| Binary | 1010010 | 10011111 | 11110 | 110000 | 0 | 1010001 | 100110 | 1100000 | 1000100 | 100101 |
Color Harmonies of #529F1E
Complementary color
Monochromatic Colors of #529F1E
Black with #529F1E
Text Example
Text Example
White with #529F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F1E; }
p { color: rgb(82,159,30); }
H1.HeaderClassName
{
color: #529F1E;
}
.AnyTagClassName
{
color: #529F1E;
}
</style>
background-color css
<style>
a { background-color: #529F1E; }
a { background-color: rgb(82,159,30); }
div.DivClassName
{
background-color: #529F1E;
}
.BgClassName
{
background-color: #529F1E;
}
</style>
border-color css
<style>
span { border-color: #529F1E; }
span { border-color: rgb(82,159,30); }
td.TdClassName
{
border-color: #529F1E;
}
.TagClassName
{
border-color: #529F1E;
}
</style>