#52A126

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

Shades of Limeade #52A126

Tints of Limeade #52A126

Color information

#52A126 (or 0x52A126) is unknown color: approx Limeade. HEX triplet: 52, A1 and 26. RGB value is (82,161,38). Sum of RGB (Red+Green+Blue) = 82+161+38=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #52A126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A126 is #AD5ED9. Grayscale: #7B7B7B. Windows color (decimal): -11362010 or 2531666. OLE color: 2531666.

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

Color convert

RGB8216138-
CMYK0.4900.760.37
HSL98.54º61.81%39.02%-
HSV(B)98.54º76.4%63.14%-
XYZ16.5727.426.25-
YUV123.3679.8398.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 161 (63.28% from 255) = 57.30%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=29.18%
G=57.30%
B=13.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82161380.4900.760.3798.5461.8139.02
Hex52A1263104C25633e27
Octal12224146610114451437647
Binary101001010100001100110110001010011001001011100011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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