Html Css Color HEX #529302 Limeade

📋 copy color: '#529302'

red 82 ◦ green 147 ◦ blue 2

#529302
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #529302

Tints of Limeade #529302

RGB

 RED value IS 82 (32.42% from 255) = 35.5%

 GREEN value IS 147 (57.81% from 255) = 63.64%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 35.5%
G = 63.64%
B = 0.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#529302 (or 0x529302) is known color: Limeade. HEX triplet: 52, 93 and 02. RGB value is (82,147,2). Sum of RGB (Red+Green+Blue) = 82+147+2=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 147 (57.81% from 255 or 63.64% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 147 - color contains mainly: green. Hex color #529302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529302 is #AD6CFD. Grayscale: #6F6F6F. Windows color (decimal): -11365630 or 168786. OLE color: 168786.

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

Color convert

RGB 82 147 2 -
CMYK 0.44 0 0.99 0.42
HSL 86.9º 0.97% 0.29% -
HSV(B) 86.9º 0.99% 0.58% -
XYZ 13.92 22.67 3.7 -
YUV 111.04 66.47 107.29 -
System Red Green Blue C M Y K H S L
Decimal 82 147 2 0.44 0 0.99 0.42 86.9 0.97 0.29
Hex 52 93 2 2C 0 63 2A 57 61 1D
Octal 122 223 2 54 0 143 52 127 141 35
Binary 1010010 10010011 10 101100 0 1100011 101010 1010111 1100001 11101

Color Harmonies of #529302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529302

Black with #529302

Text Example


Text Example

White with #529302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529302; }

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

 H1.HeaderClassName
 {
   color: #529302;
 }
 .AnyTagClassName
 {
   color: #529302;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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