#529C34

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

Shades of Limeade #529C34

Tints of Limeade #529C34

Color information

#529C34 (or 0x529C34) is unknown color: approx Limeade. HEX triplet: 52, 9C and 34. RGB value is (82,156,52). Sum of RGB (Red+Green+Blue) = 82+156+52=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #529C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C34 is #AD63CB. Grayscale: #7A7A7A. Windows color (decimal): -11363276 or 3447890. OLE color: 3447890.

HSL color Cylindrical-coordinate representation of color #529C34: hue angle of 102.69º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529C34 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB8215652-
CMYK0.4700.670.39
HSL102.69º50%40.78%-
HSV(B)102.69º66.67%61.18%-
XYZ15.9925.827.39-
YUV122.0288.4899.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 156 (61.33% from 255) = 53.79%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=28.28%
G=53.79%
B=17.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82156520.4700.670.39102.695040.78
Hex529C342F04327673229
Octal12223464570103471476251
Binary101001010011100110100101111010000111001111100111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529C34; }

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

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

<style>
 a { background-color: #529C34; }

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

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

<style>
 span { border-color: #529C34; }

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

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