Shades of Limeade #52942F
Tints of Limeade #52942F
RGB
CMYK
RGB Variations
Color information
#52942F (or 0x52942F) is known color: Limeade. HEX triplet: 52, 94 and 2F. RGB value is (82,148,47). Sum of RGB (Red+Green+Blue) = 82+148+47=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #52942F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52942F is #AD6BD0. Grayscale: #757575. Windows color (decimal): -11365329 or 3118162. OLE color: 3118162.
HSL color Cylindrical-coordinate representation of color #52942F: hue angle of 99.21º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52942F is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 47 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.42 |
| HSL | 99.21º | 0.52% | 0.38% | - |
| HSV(B) | 99.21º | 0.68% | 0.58% | - |
| XYZ | 14.58 | 23.18 | 6.39 | - |
| YUV | 116.75 | 88.63 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 47 | 0.45 | 0 | 0.68 | 0.42 | 99.21 | 0.52 | 0.38 |
| Hex | 52 | 94 | 2F | 2D | 0 | 44 | 2A | 63 | 34 | 26 |
| Octal | 122 | 224 | 57 | 55 | 0 | 104 | 52 | 143 | 64 | 46 |
| Binary | 1010010 | 10010100 | 101111 | 101101 | 0 | 1000100 | 101010 | 1100011 | 110100 | 100110 |
Color Harmonies of #52942F
Complementary color
Monochromatic Colors of #52942F
Black with #52942F
Text Example
Text Example
White with #52942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52942F; }
p { color: rgb(82,148,47); }
H1.HeaderClassName
{
color: #52942F;
}
.AnyTagClassName
{
color: #52942F;
}
</style>
background-color css
<style>
a { background-color: #52942F; }
a { background-color: rgb(82,148,47); }
div.DivClassName
{
background-color: #52942F;
}
.BgClassName
{
background-color: #52942F;
}
</style>
border-color css
<style>
span { border-color: #52942F; }
span { border-color: rgb(82,148,47); }
td.TdClassName
{
border-color: #52942F;
}
.TagClassName
{
border-color: #52942F;
}
</style>