#529B2C

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

Shades of Limeade #529B2C

Tints of Limeade #529B2C

Color information

#529B2C (or 0x529B2C) is unknown color: approx Limeade. HEX triplet: 52, 9B and 2C. RGB value is (82,155,44). Sum of RGB (Red+Green+Blue) = 82+155+44=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #529B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B2C is #AD64D3. Grayscale: #787878. Windows color (decimal): -11363540 or 2923346. OLE color: 2923346.

HSL color Cylindrical-coordinate representation of color #529B2C: hue angle of 99.46º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #529B2C is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB8215544-
CMYK0.4700.720.39
HSL99.46º55.78%39.02%-
HSV(B)99.46º71.61%60.78%-
XYZ15.6625.426.46-
YUV120.5284.82100.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 155 (60.94% from 255) = 55.16%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=29.18%
G=55.16%
B=15.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155440.4700.720.3999.4655.7839.02
Hex529B2C2F04827633827
Octal12223354570110471437047
Binary101001010011011101100101111010010001001111100011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,155,44); }

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

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

 a { background-color: rgb(82,155,44); }

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

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

 span { border-color: rgb(82,155,44); }

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