#529E2E

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

Shades of Limeade #529E2E

Tints of Limeade #529E2E

Color information

#529E2E (or 0x529E2E) is unknown color: approx Limeade. HEX triplet: 52, 9E and 2E. RGB value is (82,158,46). Sum of RGB (Red+Green+Blue) = 82+158+46=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 158 (62.11% from 255 or 55.24% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 158 - color contains mainly: green. Hex color #529E2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E2E is #AD61D1. Grayscale: #7A7A7A. Windows color (decimal): -11362770 or 3055186. OLE color: 3055186.

HSL color Cylindrical-coordinate representation of color #529E2E: hue angle of 100.71º 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 #529E2E is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB8215846-
CMYK0.4800.710.38
HSL100.71º54.9%40%-
HSV(B)100.71º70.89%61.96%-
XYZ16.226.446.84-
YUV122.5184.8299.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 158 (62.11% from 255) = 55.24%
BLUE value IS 46 (18.36% from 255) = 16.08%
R=28.67%
G=55.24%
B=16.08%

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
Decimal82158460.4800.710.38100.7154.940
Hex529E2E3004726653728
Octal12223656600107461456750
Binary101001010011110101110110000010001111001101100101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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