#52A52A

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

Shades of Limeade #52A52A

Tints of Limeade #52A52A

Color information

#52A52A (or 0x52A52A) is unknown color: approx Limeade. HEX triplet: 52, A5 and 2A. RGB value is (82,165,42). Sum of RGB (Red+Green+Blue) = 82+165+42=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #52A52A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A52A is #AD5AD5. Grayscale: #7E7E7E. Windows color (decimal): -11360982 or 2794834. OLE color: 2794834.

HSL color Cylindrical-coordinate representation of color #52A52A: hue angle of 100.49º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52A52A is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB8216542-
CMYK0.5000.750.35
HSL100.49º59.42%40.59%-
HSV(B)100.49º74.55%64.71%-
XYZ17.3528.876.85-
YUV126.1680.596.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 165 (64.84% from 255) = 57.09%
BLUE value IS 42 (16.80% from 255) = 14.53%
R=28.37%
G=57.09%
B=14.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82165420.5000.750.35100.4959.4240.59
Hex52A52A3204B23643b29
Octal12224552620113431447351
Binary101001010100101101010110010010010111000111100100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,165,42); }

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

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

 a { background-color: rgb(82,165,42); }

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

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

 span { border-color: rgb(82,165,42); }

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