#52A134

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

Shades of Limeade #52A134

Tints of Limeade #52A134

Color information

#52A134 (or 0x52A134) is unknown color: approx Limeade. HEX triplet: 52, A1 and 34. RGB value is (82,161,52). Sum of RGB (Red+Green+Blue) = 82+161+52=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #52A134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A134 is #AD5ECB. Grayscale: #7D7D7D. Windows color (decimal): -11361996 or 3449170. OLE color: 3449170.

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

Color convert

RGB8216152-
CMYK0.4900.680.37
HSL103.49º51.17%41.76%-
HSV(B)103.49º67.7%63.14%-
XYZ16.8427.537.68-
YUV124.9586.8397.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 161 (63.28% from 255) = 54.58%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=27.80%
G=54.58%
B=17.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82161520.4900.680.37103.4951.1741.76
Hex52A134310442567332a
Octal12224164610104451476352
Binary101001010100001110100110001010001001001011100111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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