Shades of Limeade #52941C
Tints of Limeade #52941C
RGB
CMYK
RGB Variations
Color information
#52941C (or 0x52941C) is known color: Limeade. HEX triplet: 52, 94 and 1C. RGB value is (82,148,28). Sum of RGB (Red+Green+Blue) = 82+148+28=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #52941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52941C is #AD6BE3. Grayscale: #727272. Windows color (decimal): -11365348 or 1872978. OLE color: 1872978.
HSL color Cylindrical-coordinate representation of color #52941C: hue angle of 93º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52941C is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 28 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.42 |
| HSL | 93º | 0.68% | 0.35% | - |
| HSV(B) | 93º | 0.81% | 0.58% | - |
| XYZ | 14.28 | 23.06 | 4.8 | - |
| YUV | 114.59 | 79.13 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 28 | 0.45 | 0 | 0.81 | 0.42 | 93 | 0.68 | 0.35 |
| Hex | 52 | 94 | 1C | 2D | 0 | 51 | 2A | 5D | 44 | 23 |
| Octal | 122 | 224 | 34 | 55 | 0 | 121 | 52 | 135 | 104 | 43 |
| Binary | 1010010 | 10010100 | 11100 | 101101 | 0 | 1010001 | 101010 | 1011101 | 1000100 | 100011 |
Color Harmonies of #52941C
Complementary color
Monochromatic Colors of #52941C
Black with #52941C
Text Example
Text Example
White with #52941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52941C; }
p { color: rgb(82,148,28); }
H1.HeaderClassName
{
color: #52941C;
}
.AnyTagClassName
{
color: #52941C;
}
</style>
background-color css
<style>
a { background-color: #52941C; }
a { background-color: rgb(82,148,28); }
div.DivClassName
{
background-color: #52941C;
}
.BgClassName
{
background-color: #52941C;
}
</style>
border-color css
<style>
span { border-color: #52941C; }
span { border-color: rgb(82,148,28); }
td.TdClassName
{
border-color: #52941C;
}
.TagClassName
{
border-color: #52941C;
}
</style>