Shades of Limeade #52930F
Tints of Limeade #52930F
RGB
CMYK
RGB Variations
Color information
#52930F (or 0x52930F) is known color: Limeade. HEX triplet: 52, 93 and 0F. RGB value is (82,147,15). Sum of RGB (Red+Green+Blue) = 82+147+15=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #52930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52930F is #AD6CF0. Grayscale: #707070. Windows color (decimal): -11365617 or 1020754. OLE color: 1020754.
HSL color Cylindrical-coordinate representation of color #52930F: hue angle of 89.55º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52930F is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 15 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.42 |
| HSL | 89.55º | 0.81% | 0.32% | - |
| HSV(B) | 89.55º | 0.9% | 0.58% | - |
| XYZ | 14 | 22.7 | 4.09 | - |
| YUV | 112.52 | 72.97 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 15 | 0.44 | 0 | 0.90 | 0.42 | 89.55 | 0.81 | 0.32 |
| Hex | 52 | 93 | F | 2C | 0 | 5A | 2A | 5A | 51 | 20 |
| Octal | 122 | 223 | 17 | 54 | 0 | 132 | 52 | 132 | 121 | 40 |
| Binary | 1010010 | 10010011 | 1111 | 101100 | 0 | 1011010 | 101010 | 1011010 | 1010001 | 100000 |
Color Harmonies of #52930F
Complementary color
Monochromatic Colors of #52930F
Black with #52930F
Text Example
Text Example
White with #52930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52930F; }
p { color: rgb(82,147,15); }
H1.HeaderClassName
{
color: #52930F;
}
.AnyTagClassName
{
color: #52930F;
}
</style>
background-color css
<style>
a { background-color: #52930F; }
a { background-color: rgb(82,147,15); }
div.DivClassName
{
background-color: #52930F;
}
.BgClassName
{
background-color: #52930F;
}
</style>
border-color css
<style>
span { border-color: #52930F; }
span { border-color: rgb(82,147,15); }
td.TdClassName
{
border-color: #52930F;
}
.TagClassName
{
border-color: #52930F;
}
</style>