#529E36

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

Shades of Limeade #529E36

Tints of Limeade #529E36

Color information

#529E36 (or 0x529E36) is unknown color: approx Limeade. HEX triplet: 52, 9E and 36. RGB value is (82,158,54). Sum of RGB (Red+Green+Blue) = 82+158+54=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #529E36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E36 is #AD61C9. Grayscale: #7B7B7B. Windows color (decimal): -11362762 or 3579474. OLE color: 3579474.

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

Color convert

RGB8215854-
CMYK0.4800.660.38
HSL103.85º49.06%41.57%-
HSV(B)103.85º65.82%61.96%-
XYZ16.3726.517.74-
YUV123.4288.8298.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 158 (62.11% from 255) = 53.74%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=27.89%
G=53.74%
B=18.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158540.4800.660.38103.8549.0641.57
Hex529E36300422668312a
Octal12223666600102461506152
Binary101001010011110110110110000010000101001101101000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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