#52A729

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

Shades of Limeade #52A729

Tints of Limeade #52A729

Color information

#52A729 (or 0x52A729) is unknown color: approx Limeade. HEX triplet: 52, A7 and 29. RGB value is (82,167,41). Sum of RGB (Red+Green+Blue) = 82+167+41=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 167 (65.62% from 255 or 57.59% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 167 - color contains mainly: green. Hex color #52A729 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A729 is #AD58D6. Grayscale: #7F7F7F. Windows color (decimal): -11360471 or 2729810. OLE color: 2729810.

HSL color Cylindrical-coordinate representation of color #52A729: hue angle of 100.48º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52A729 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB8216741-
CMYK0.5100.750.35
HSL100.48º60.58%40.78%-
HSV(B)100.48º75.45%65.49%-
XYZ17.729.596.88-
YUV127.2279.3495.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 167 (65.62% from 255) = 57.59%
BLUE value IS 41 (16.41% from 255) = 14.14%
R=28.28%
G=57.59%
B=14.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82167410.5100.750.35100.4860.5840.78
Hex52A7293304B23643d29
Octal12224751630113431447551
Binary101001010100111101001110011010010111000111100100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,167,41); }

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

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

 a { background-color: rgb(82,167,41); }

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

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

 span { border-color: rgb(82,167,41); }

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