#529F2E

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

Shades of Limeade #529F2E

Tints of Limeade #529F2E

Color information

#529F2E (or 0x529F2E) is unknown color: approx Limeade. HEX triplet: 52, 9F and 2E. RGB value is (82,159,46). Sum of RGB (Red+Green+Blue) = 82+159+46=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #529F2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529F2E is #AD60D1. Grayscale: #7B7B7B. Windows color (decimal): -11362514 or 3055442. OLE color: 3055442.

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

Color convert

RGB8215946-
CMYK0.4800.710.38
HSL100.88º55.12%40.2%-
HSV(B)100.88º71.07%62.35%-
XYZ16.3726.796.89-
YUV123.184.4998.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 159 (62.5% from 255) = 55.40%
BLUE value IS 46 (18.36% from 255) = 16.03%
R=28.57%
G=55.40%
B=16.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82159460.4800.710.38100.8855.1240.2
Hex529F2E3004726653728
Octal12223756600107461456750
Binary101001010011111101110110000010001111001101100101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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