#529D24

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

Shades of Limeade #529D24

Tints of Limeade #529D24

Color information

#529D24 (or 0x529D24) is unknown color: approx Limeade. HEX triplet: 52, 9D and 24. RGB value is (82,157,36). Sum of RGB (Red+Green+Blue) = 82+157+36=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #529D24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529D24 is #AD62DB. Grayscale: #797979. Windows color (decimal): -11363036 or 2399570. OLE color: 2399570.

HSL color Cylindrical-coordinate representation of color #529D24: hue angle of 97.19º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #529D24 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB8215736-
CMYK0.4800.770.38
HSL97.19º62.69%37.84%-
HSV(B)97.19º77.07%61.57%-
XYZ15.8626.045.86-
YUV120.7880.15100.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 157 (61.72% from 255) = 57.09%
BLUE value IS 36 (14.45% from 255) = 13.09%
R=29.82%
G=57.09%
B=13.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82157360.4800.770.3897.1962.6937.84
Hex529D243004D26613f26
Octal12223544600115461417746
Binary101001010011101100100110000010011011001101100001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,157,36); }

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

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

 a { background-color: rgb(82,157,36); }

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

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

 span { border-color: rgb(82,157,36); }

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