#52A72B

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

Shades of Limeade #52A72B

Tints of Limeade #52A72B

Color information

#52A72B (or 0x52A72B) is unknown color: approx Limeade. HEX triplet: 52, A7 and 2B. RGB value is (82,167,43). Sum of RGB (Red+Green+Blue) = 82+167+43=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 167 (65.62% from 255 or 57.19% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 167 - color contains mainly: green. Hex color #52A72B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A72B is #AD58D4. Grayscale: #7F7F7F. Windows color (decimal): -11360469 or 2860882. OLE color: 2860882.

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

Color convert

RGB8216743-
CMYK0.5100.740.35
HSL101.13º59.05%41.18%-
HSV(B)101.13º74.25%65.49%-
XYZ17.7329.617.07-
YUV127.4580.3495.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 167 (65.62% from 255) = 57.19%
BLUE value IS 43 (17.19% from 255) = 14.73%
R=28.08%
G=57.19%
B=14.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82167430.5100.740.35101.1359.0541.18
Hex52A72B3304A23653b29
Octal12224753630112431457351
Binary101001010100111101011110011010010101000111100101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A72B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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