#529724

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

Shades of Limeade #529724

Tints of Limeade #529724

Color information

#529724 (or 0x529724) is unknown color: approx Limeade. HEX triplet: 52, 97 and 24. RGB value is (82,151,36). Sum of RGB (Red+Green+Blue) = 82+151+36=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #529724 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529724 is #AD68DB. Grayscale: #757575. Windows color (decimal): -11364572 or 2398034. OLE color: 2398034.

HSL color Cylindrical-coordinate representation of color #529724: hue angle of 96º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #529724 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB8215136-
CMYK0.4600.760.41
HSL96º61.5%36.67%-
HSV(B)96º76.16%59.22%-
XYZ14.8624.055.53-
YUV117.2682.14102.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 151 (59.38% from 255) = 56.13%
BLUE value IS 36 (14.45% from 255) = 13.38%
R=30.48%
G=56.13%
B=13.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82151360.4600.760.419661.536.67
Hex5297242E04C29603d25
Octal12222744560114511407545
Binary101001010010111100100101110010011001010011100000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529724; }

 p { color: rgb(82,151,36); }

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

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

 a { background-color: rgb(82,151,36); }

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

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

 span { border-color: rgb(82,151,36); }

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