Shades of Limeade #52980F
Tints of Limeade #52980F
RGB
CMYK
RGB Variations
Color information
#52980F (or 0x52980F) is known color: Limeade. HEX triplet: 52, 98 and 0F. RGB value is (82,152,15). Sum of RGB (Red+Green+Blue) = 82+152+15=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #52980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52980F is #AD67F0. Grayscale: #737373. Windows color (decimal): -11364337 or 1022034. OLE color: 1022034.
HSL color Cylindrical-coordinate representation of color #52980F: hue angle of 90.66º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52980F is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 15 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.40 |
| HSL | 90.66º | 0.82% | 0.33% | - |
| HSV(B) | 90.66º | 0.9% | 0.6% | - |
| XYZ | 14.79 | 24.28 | 4.36 | - |
| YUV | 115.45 | 71.31 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 15 | 0.46 | 0 | 0.90 | 0.40 | 90.66 | 0.82 | 0.33 |
| Hex | 52 | 98 | F | 2E | 0 | 5A | 28 | 5B | 52 | 21 |
| Octal | 122 | 230 | 17 | 56 | 0 | 132 | 50 | 133 | 122 | 41 |
| Binary | 1010010 | 10011000 | 1111 | 101110 | 0 | 1011010 | 101000 | 1011011 | 1010010 | 100001 |
Color Harmonies of #52980F
Complementary color
Monochromatic Colors of #52980F
Black with #52980F
Text Example
Text Example
White with #52980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52980F; }
p { color: rgb(82,152,15); }
H1.HeaderClassName
{
color: #52980F;
}
.AnyTagClassName
{
color: #52980F;
}
</style>
background-color css
<style>
a { background-color: #52980F; }
a { background-color: rgb(82,152,15); }
div.DivClassName
{
background-color: #52980F;
}
.BgClassName
{
background-color: #52980F;
}
</style>
border-color css
<style>
span { border-color: #52980F; }
span { border-color: rgb(82,152,15); }
td.TdClassName
{
border-color: #52980F;
}
.TagClassName
{
border-color: #52980F;
}
</style>