#529F2B

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

Shades of Limeade #529F2B

Tints of Limeade #529F2B

Color information

#529F2B (or 0x529F2B) is unknown color: approx Limeade. HEX triplet: 52, 9F and 2B. RGB value is (82,159,43). Sum of RGB (Red+Green+Blue) = 82+159+43=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 159 (62.5% from 255 or 55.99% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 159 - color contains mainly: green. Hex color #529F2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529F2B is #AD60D4. Grayscale: #7B7B7B. Windows color (decimal): -11362517 or 2858834. OLE color: 2858834.

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

Color convert

RGB8215943-
CMYK0.4800.730.38
HSL99.83º57.43%39.61%-
HSV(B)99.83º72.96%62.35%-
XYZ16.3126.766.59-
YUV122.7582.9998.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 159 (62.5% from 255) = 55.99%
BLUE value IS 43 (17.19% from 255) = 15.14%
R=28.87%
G=55.99%
B=15.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82159430.4800.730.3899.8357.4339.61
Hex529F2B3004926643928
Octal12223753600111461447150
Binary101001010011111101011110000010010011001101100100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,159,43); }

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

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

 a { background-color: rgb(82,159,43); }

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

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

 span { border-color: rgb(82,159,43); }

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