#52A037

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

Shades of Limeade #52A037

Tints of Limeade #52A037

Color information

#52A037 (or 0x52A037) is unknown color: approx Limeade. HEX triplet: 52, A0 and 37. RGB value is (82,160,55). Sum of RGB (Red+Green+Blue) = 82+160+55=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #52A037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A037 is #AD5FC8. Grayscale: #7D7D7D. Windows color (decimal): -11362249 or 3645522. OLE color: 3645522.

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

Color convert

RGB8216055-
CMYK0.4900.660.37
HSL104.57º48.84%42.16%-
HSV(B)104.57º65.62%62.75%-
XYZ16.7427.217.98-
YUV124.7188.6697.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 160 (62.89% from 255) = 53.87%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=27.61%
G=53.87%
B=18.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82160550.4900.660.37104.5748.8442.16
Hex52A037310422569312a
Octal12224067610102451516152
Binary101001010100000110111110001010000101001011101001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,160,55); }

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

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

 a { background-color: rgb(82,160,55); }

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

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

 span { border-color: rgb(82,160,55); }

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