#529E34

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

Shades of Limeade #529E34

Tints of Limeade #529E34

Color information

#529E34 (or 0x529E34) is unknown color: approx Limeade. HEX triplet: 52, 9E and 34. RGB value is (82,158,52). Sum of RGB (Red+Green+Blue) = 82+158+52=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #529E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E34 is #AD61CB. Grayscale: #7B7B7B. Windows color (decimal): -11362764 or 3448402. OLE color: 3448402.

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

Color convert

RGB8215852-
CMYK0.4800.670.38
HSL103.02º50.48%41.18%-
HSV(B)103.02º67.09%61.96%-
XYZ16.3326.57.5-
YUV123.1987.8298.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 158 (62.11% from 255) = 54.11%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=28.08%
G=54.11%
B=17.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158520.4800.670.38103.0250.4841.18
Hex529E343004326673229
Octal12223664600103461476251
Binary101001010011110110100110000010000111001101100111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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