#52A433

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

Shades of Limeade #52A433

Tints of Limeade #52A433

Color information

#52A433 (or 0x52A433) is unknown color: approx Limeade. HEX triplet: 52, A4 and 33. RGB value is (82,164,51). Sum of RGB (Red+Green+Blue) = 82+164+51=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #52A433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A433 is #AD5BCC. Grayscale: #7E7E7E. Windows color (decimal): -11361229 or 3384402. OLE color: 3384402.

HSL color Cylindrical-coordinate representation of color #52A433: hue angle of 103.54º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52A433 is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB8216451-
CMYK0.500.690.36
HSL103.54º52.56%42.16%-
HSV(B)103.54º68.9%64.31%-
XYZ17.3528.587.73-
YUV126.685.3396.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 164 (64.45% from 255) = 55.22%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=27.61%
G=55.22%
B=17.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82164510.500.690.36103.5452.5642.16
Hex52A433320452468352a
Octal12224463620105441506552
Binary101001010100100110011110010010001011001001101000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,164,51); }

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

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

 a { background-color: rgb(82,164,51); }

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

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

 span { border-color: rgb(82,164,51); }

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