#52932C

Color #52932C Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #52932C

Tints of Limeade #52932C

Color information

#52932C (or 0x52932C) is unknown color: approx Limeade. HEX triplet: 52, 93 and 2C. RGB value is (82,147,44). Sum of RGB (Red+Green+Blue) = 82+147+44=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #52932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52932C is #AD6CD3. Grayscale: #747474. Windows color (decimal): -11365588 or 2921298. OLE color: 2921298.

HSL color Cylindrical-coordinate representation of color #52932C: hue angle of 97.86º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52932C is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB8214744-
CMYK0.4400.700.42
HSL97.86º53.93%37.45%-
HSV(B)97.86º70.07%57.65%-
XYZ14.3722.846.03-
YUV115.8287.47103.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 147 (57.81% from 255) = 53.85%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=30.04%
G=53.85%
B=16.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147440.4400.700.4297.8653.9337.45
Hex52932C2C0462A623625
Octal12222354540106521426645
Binary101001010010011101100101100010001101010101100010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52932C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52932C; }

 p { color: rgb(82,147,44); }

 H1.HeaderClassName
 {
   color: #52932C;
 }
 .AnyTagClassName
 {
   color: #52932C;
 }
</style>
background-color css

<style>
 a { background-color: #52932C; }

 a { background-color: rgb(82,147,44); }

 div.DivClassName
 {
   background-color: #52932C;
 }
 .BgClassName
 {
   background-color: #52932C;
 }
</style>
border-color css

<style>
 span { border-color: #52932C; }

 span { border-color: rgb(82,147,44); }

 td.TdClassName
 {
   border-color: #52932C;
 }
 .TagClassName
 {
   border-color: #52932C;
 }
</style>