#52A724

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

Shades of Limeade #52A724

Tints of Limeade #52A724

Color information

#52A724 (or 0x52A724) is unknown color: approx Limeade. HEX triplet: 52, A7 and 24. RGB value is (82,167,36). Sum of RGB (Red+Green+Blue) = 82+167+36=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 167 (65.62% from 255 or 58.60% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 167 - color contains mainly: green. Hex color #52A724 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A724 is #AD58DB. Grayscale: #7F7F7F. Windows color (decimal): -11360476 or 2402130. OLE color: 2402130.

HSL color Cylindrical-coordinate representation of color #52A724: hue angle of 98.93º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52A724 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB8216736-
CMYK0.5100.780.35
HSL98.93º64.53%39.8%-
HSV(B)98.93º78.44%65.49%-
XYZ17.6229.566.45-
YUV126.6576.8496.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 167 (65.62% from 255) = 58.60%
BLUE value IS 36 (14.45% from 255) = 12.63%
R=28.77%
G=58.60%
B=12.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82167360.5100.780.3598.9364.5339.8
Hex52A7243304E23634128
Octal122247446301164314310150
Binary1010010101001111001001100110100111010001111000111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,167,36); }

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

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

 a { background-color: rgb(82,167,36); }

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

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

 span { border-color: rgb(82,167,36); }

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