#52A41E

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

Shades of Limeade #52A41E

Tints of Limeade #52A41E

Color information

#52A41E (or 0x52A41E) is unknown color: approx Limeade. HEX triplet: 52, A4 and 1E. RGB value is (82,164,30). Sum of RGB (Red+Green+Blue) = 82+164+30=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #52A41E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A41E is #AD5BE1. Grayscale: #7C7C7C. Windows color (decimal): -11361250 or 2008146. OLE color: 2008146.

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

Color convert

RGB8216430-
CMYK0.500.820.36
HSL96.72º69.07%38.04%-
HSV(B)96.72º81.71%64.31%-
XYZ16.9928.445.82-
YUV124.2174.8397.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 164 (64.45% from 255) = 59.42%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=29.71%
G=59.42%
B=10.87%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82164300.500.820.3696.7269.0738.04
Hex52A41E3205224614526
Octal122244366201224414110546
Binary101001010100100111101100100101001010010011000011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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