#529E30

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

Shades of Limeade #529E30

Tints of Limeade #529E30

Color information

#529E30 (or 0x529E30) is unknown color: approx Limeade. HEX triplet: 52, 9E and 30. RGB value is (82,158,48). Sum of RGB (Red+Green+Blue) = 82+158+48=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 158 (62.11% from 255 or 54.86% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 158 - color contains mainly: green. Hex color #529E30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E30 is #AD61CF. Grayscale: #7B7B7B. Windows color (decimal): -11362768 or 3186258. OLE color: 3186258.

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

Color convert

RGB8215848-
CMYK0.4800.700.38
HSL101.45º53.4%40.39%-
HSV(B)101.45º69.62%61.96%-
XYZ16.2426.467.05-
YUV122.7485.8298.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 158 (62.11% from 255) = 54.86%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=28.47%
G=54.86%
B=16.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158480.4800.700.38101.4553.440.39
Hex529E303004626653528
Octal12223660600106461456550
Binary101001010011110110000110000010001101001101100101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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