#529B2F

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

Shades of Limeade #529B2F

Tints of Limeade #529B2F

Color information

#529B2F (or 0x529B2F) is unknown color: approx Limeade. HEX triplet: 52, 9B and 2F. RGB value is (82,155,47). Sum of RGB (Red+Green+Blue) = 82+155+47=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #529B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B2F is #AD64D0. Grayscale: #797979. Windows color (decimal): -11363537 or 3119954. OLE color: 3119954.

HSL color Cylindrical-coordinate representation of color #529B2F: hue angle of 100.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #529B2F is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB8215547-
CMYK0.4700.700.39
HSL100.56º53.47%39.61%-
HSV(B)100.56º69.68%60.78%-
XYZ15.7125.446.77-
YUV120.8686.32100.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 155 (60.94% from 255) = 54.58%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=28.87%
G=54.58%
B=16.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155470.4700.700.39100.5653.4739.61
Hex529B2F2F04627653528
Octal12223357570106471456550
Binary101001010011011101111101111010001101001111100101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,155,47); }

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

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

 a { background-color: rgb(82,155,47); }

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

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

 span { border-color: rgb(82,155,47); }

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