#52A131

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

Shades of Limeade #52A131

Tints of Limeade #52A131

Color information

#52A131 (or 0x52A131) is unknown color: approx Limeade. HEX triplet: 52, A1 and 31. RGB value is (82,161,49). Sum of RGB (Red+Green+Blue) = 82+161+49=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #52A131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A131 is #AD5ECE. Grayscale: #7C7C7C. Windows color (decimal): -11361999 or 3252562. OLE color: 3252562.

HSL color Cylindrical-coordinate representation of color #52A131: hue angle of 102.32º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52A131 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB8216149-
CMYK0.4900.700.37
HSL102.32º53.33%41.18%-
HSV(B)102.32º69.57%63.14%-
XYZ16.7827.517.33-
YUV124.6185.3397.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 161 (63.28% from 255) = 55.14%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=28.08%
G=55.14%
B=16.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82161490.4900.700.37102.3253.3341.18
Hex52A1313104625663529
Octal12224161610106451466551
Binary101001010100001110001110001010001101001011100110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,161,49); }

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

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

 a { background-color: rgb(82,161,49); }

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

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

 span { border-color: rgb(82,161,49); }

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