#529A30

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

Shades of Limeade #529A30

Tints of Limeade #529A30

Color information

#529A30 (or 0x529A30) is unknown color: approx Limeade. HEX triplet: 52, 9A and 30. RGB value is (82,154,48). Sum of RGB (Red+Green+Blue) = 82+154+48=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #529A30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529A30 is #AD65CF. Grayscale: #787878. Windows color (decimal): -11363792 or 3185234. OLE color: 3185234.

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

Color convert

RGB8215448-
CMYK0.4700.690.40
HSL100.75º52.48%39.61%-
HSV(B)100.75º68.83%60.39%-
XYZ15.5725.126.82-
YUV120.3987.15100.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 154 (60.55% from 255) = 54.23%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=28.87%
G=54.23%
B=16.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82154480.4700.690.40100.7552.4839.61
Hex529A302F04528653428
Octal12223260570105501456450
Binary101001010011010110000101111010001011010001100101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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