#529A33

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

Shades of Limeade #529A33

Tints of Limeade #529A33

Color information

#529A33 (or 0x529A33) is unknown color: approx Limeade. HEX triplet: 52, 9A and 33. RGB value is (82,154,51). Sum of RGB (Red+Green+Blue) = 82+154+51=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #529A33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529A33 is #AD65CC. Grayscale: #797979. Windows color (decimal): -11363789 or 3381842. OLE color: 3381842.

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

Color convert

RGB8215451-
CMYK0.4700.670.40
HSL101.94º50.24%40.2%-
HSV(B)101.94º66.88%60.39%-
XYZ15.6325.147.16-
YUV120.7388.65100.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 154 (60.55% from 255) = 53.66%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=28.57%
G=53.66%
B=17.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82154510.4700.670.40101.9450.2440.2
Hex529A332F04328663228
Octal12223263570103501466250
Binary101001010011010110011101111010000111010001100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,154,51); }

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

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

 a { background-color: rgb(82,154,51); }

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

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

 span { border-color: rgb(82,154,51); }

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