#529E28

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

Shades of Limeade #529E28

Tints of Limeade #529E28

Color information

#529E28 (or 0x529E28) is unknown color: approx Limeade. HEX triplet: 52, 9E and 28. RGB value is (82,158,40). Sum of RGB (Red+Green+Blue) = 82+158+40=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 158 (62.11% from 255 or 56.43% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 158 - color contains mainly: green. Hex color #529E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E28 is #AD61D7. Grayscale: #7A7A7A. Windows color (decimal): -11362776 or 2661970. OLE color: 2661970.

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

Color convert

RGB8215840-
CMYK0.4800.750.38
HSL98.64º59.6%38.82%-
HSV(B)98.64º74.68%61.96%-
XYZ16.0926.46.26-
YUV121.8281.8299.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 158 (62.11% from 255) = 56.43%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=29.29%
G=56.43%
B=14.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158400.4800.750.3898.6459.638.82
Hex529E283004B26633c27
Octal12223650600113461437447
Binary101001010011110101000110000010010111001101100011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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