#529E25

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

Shades of Limeade #529E25

Tints of Limeade #529E25

Color information

#529E25 (or 0x529E25) is unknown color: approx Limeade. HEX triplet: 52, 9E and 25. RGB value is (82,158,37). Sum of RGB (Red+Green+Blue) = 82+158+37=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #529E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E25 is #AD61DA. Grayscale: #797979. Windows color (decimal): -11362779 or 2465362. OLE color: 2465362.

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

Color convert

RGB8215837-
CMYK0.4800.770.38
HSL97.69º62.05%38.24%-
HSV(B)97.69º76.58%61.96%-
XYZ16.0426.386-
YUV121.4880.3299.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 158 (62.11% from 255) = 57.04%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=29.60%
G=57.04%
B=13.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158370.4800.770.3897.6962.0538.24
Hex529E253004D26623e26
Octal12223645600115461427646
Binary101001010011110100101110000010011011001101100010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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