#529302

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

Shades of Limeade #529302

Tints of Limeade #529302

Color information

#529302 (or 0x529302) is unknown color: approx Limeade. HEX triplet: 52, 93 and 02. RGB value is (82,147,2). Sum of RGB (Red+Green+Blue) = 82+147+2=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 147 (57.81% from 255 or 63.64% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 147 - color contains mainly: green. Hex color #529302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529302 is #AD6CFD. Grayscale: #6F6F6F. Windows color (decimal): -11365630 or 168786. OLE color: 168786.

HSL color Cylindrical-coordinate representation of color #529302: hue angle of 86.9º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #529302 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB821472-
CMYK0.4400.990.42
HSL86.9º97.32%29.22%-
HSV(B)86.9º98.64%57.65%-
XYZ13.9222.673.7-
YUV111.0466.47107.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 147 (57.81% from 255) = 63.64%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=35.50%
G=63.64%
B=0.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8214720.4400.990.4286.997.3229.22
Hex529322C0632A57611d
Octal12222325401435212714135
Binary10100101001001110101100011000111010101010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529302; }

 p { color: rgb(82,147,2); }

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

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

 a { background-color: rgb(82,147,2); }

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

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

 span { border-color: rgb(82,147,2); }

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