#529002

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

Shades of Limeade #529002

Tints of Limeade #529002

Color information

#529002 (or 0x529002) is unknown color: approx Limeade. HEX triplet: 52, 90 and 02. RGB value is (82,144,2). Sum of RGB (Red+Green+Blue) = 82+144+2=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #529002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529002 is #AD6FFD. Grayscale: #6D6D6D. Windows color (decimal): -11366398 or 168018. OLE color: 168018.

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

Color convert

RGB821442-
CMYK0.4300.990.44
HSL86.2º97.26%28.63%-
HSV(B)86.2º98.61%56.47%-
XYZ13.4621.743.54-
YUV109.2767.46108.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 144 (56.64% from 255) = 63.16%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=35.96%
G=63.16%
B=0.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8214420.4300.990.4486.297.2628.63
Hex529022B0632C56611d
Octal12222025301435412614135
Binary10100101001000010101011011000111011001010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529002; }

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

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

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

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

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

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

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

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