#52A82C

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

Shades of Limeade #52A82C

Tints of Limeade #52A82C

Color information

#52A82C (or 0x52A82C) is unknown color: approx Limeade. HEX triplet: 52, A8 and 2C. RGB value is (82,168,44). Sum of RGB (Red+Green+Blue) = 82+168+44=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 168 (66.02% from 255 or 57.14% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 168 - color contains mainly: green. Hex color #52A82C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A82C is #AD57D3. Grayscale: #808080. Windows color (decimal): -11360212 or 2926674. OLE color: 2926674.

HSL color Cylindrical-coordinate representation of color #52A82C: hue angle of 101.61º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52A82C is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB8216844-
CMYK0.5100.740.34
HSL101.61º58.49%41.57%-
HSV(B)101.61º73.81%65.88%-
XYZ17.9429.987.22-
YUV128.1580.5195.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 168 (66.02% from 255) = 57.14%
BLUE value IS 44 (17.58% from 255) = 14.97%
R=27.89%
G=57.14%
B=14.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal82168440.5100.740.34101.6158.4941.57
Hex52A82C3304A22663a2a
Octal12225054630112421467252
Binary101001010101000101100110011010010101000101100110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A82C; }

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

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

<style>
 a { background-color: #52A82C; }

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

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

<style>
 span { border-color: #52A82C; }

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

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