#529A25

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

Shades of Limeade #529A25

Tints of Limeade #529A25

Color information

#529A25 (or 0x529A25) is unknown color: approx Limeade. HEX triplet: 52, 9A and 25. RGB value is (82,154,37). Sum of RGB (Red+Green+Blue) = 82+154+37=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 154 (60.55% from 255 or 56.41% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 154 - color contains mainly: green. Hex color #529A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529A25 is #AD65DA. Grayscale: #777777. Windows color (decimal): -11363803 or 2464338. OLE color: 2464338.

HSL color Cylindrical-coordinate representation of color #529A25: hue angle of 96.92º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #529A25 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB8215437-
CMYK0.4700.760.40
HSL96.92º61.26%37.45%-
HSV(B)96.92º75.97%60.39%-
XYZ15.3725.045.77-
YUV119.1381.65101.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 154 (60.55% from 255) = 56.41%
BLUE value IS 37 (14.84% from 255) = 13.55%
R=30.04%
G=56.41%
B=13.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82154370.4700.760.4096.9261.2637.45
Hex529A252F04C28613d25
Octal12223245570114501417545
Binary101001010011010100101101111010011001010001100001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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