Shades of Limeade #52992C
Tints of Limeade #52992C
RGB
CMYK
RGB Variations
Color information
#52992C (or 0x52992C) is known color: Limeade. HEX triplet: 52, 99 and 2C. RGB value is (82,153,44). Sum of RGB (Red+Green+Blue) = 82+153+44=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #52992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52992C is #AD66D3. Grayscale: #777777. Windows color (decimal): -11364052 or 2922834. OLE color: 2922834.
HSL color Cylindrical-coordinate representation of color #52992C: hue angle of 99.08º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52992C is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 44 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.4 |
| HSL | 99.08º | 0.55% | 0.39% | - |
| HSV(B) | 99.08º | 0.71% | 0.6% | - |
| XYZ | 15.33 | 24.76 | 6.35 | - |
| YUV | 119.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 44 | 0.46 | 0 | 0.71 | 0.4 | 99.08 | 0.55 | 0.39 |
| Hex | 52 | 99 | 2C | 2E | 0 | 47 | 28 | 63 | 37 | 27 |
| Octal | 122 | 231 | 54 | 56 | 0 | 107 | 50 | 143 | 67 | 47 |
| Binary | 1010010 | 10011001 | 101100 | 101110 | 0 | 1000111 | 101000 | 1100011 | 110111 | 100111 |
Color Harmonies of #52992C
Complementary color
Monochromatic Colors of #52992C
Black with #52992C
Text Example
Text Example
White with #52992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52992C; }
p { color: rgb(82,153,44); }
H1.HeaderClassName
{
color: #52992C;
}
.AnyTagClassName
{
color: #52992C;
}
</style>
background-color css
<style>
a { background-color: #52992C; }
a { background-color: rgb(82,153,44); }
div.DivClassName
{
background-color: #52992C;
}
.BgClassName
{
background-color: #52992C;
}
</style>
border-color css
<style>
span { border-color: #52992C; }
span { border-color: rgb(82,153,44); }
td.TdClassName
{
border-color: #52992C;
}
.TagClassName
{
border-color: #52992C;
}
</style>