#52A32F

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

Shades of Limeade #52A32F

Tints of Limeade #52A32F

Color information

#52A32F (or 0x52A32F) is unknown color: approx Limeade. HEX triplet: 52, A3 and 2F. RGB value is (82,163,47). Sum of RGB (Red+Green+Blue) = 82+163+47=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #52A32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A32F is #AD5CD0. Grayscale: #7D7D7D. Windows color (decimal): -11361489 or 3122002. OLE color: 3122002.

HSL color Cylindrical-coordinate representation of color #52A32F: hue angle of 101.9º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52A32F is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB8216347-
CMYK0.5000.710.36
HSL101.9º55.24%41.18%-
HSV(B)101.9º71.17%63.92%-
XYZ17.0928.197.23-
YUV125.5683.6696.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 163 (64.06% from 255) = 55.82%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=28.08%
G=55.82%
B=16.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82163470.5000.710.36101.955.2441.18
Hex52A32F3204724663729
Octal12224357620107441466751
Binary101001010100011101111110010010001111001001100110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,163,47); }

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

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

 a { background-color: rgb(82,163,47); }

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

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

 span { border-color: rgb(82,163,47); }

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