#529B03

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

Shades of Limeade #529B03

Tints of Limeade #529B03

Color information

#529B03 (or 0x529B03) is unknown color: approx Limeade. HEX triplet: 52, 9B and 03. RGB value is (82,155,3). Sum of RGB (Red+Green+Blue) = 82+155+3=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #529B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529B03 is #AD64FC. Grayscale: #747474. Windows color (decimal): -11363581 or 236370. OLE color: 236370.

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

Color convert

RGB821553-
CMYK0.4700.980.39
HSL88.82º96.2%30.98%-
HSV(B)88.82º98.06%60.78%-
XYZ15.2225.244.16-
YUV115.8464.32103.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 155 (60.94% from 255) = 64.58%
BLUE value IS 3 (1.56% from 255) = 1.25%
R=34.17%
G=64.58%
B=1.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8215530.4700.980.3988.8296.230.98
Hex529B32F0622759601f
Octal12223335701424713114037
Binary10100101001101111101111011000101001111011001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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