Html Css Color HEX #529304 Limeade

📋 copy color: '#529304'

red 82 ◦ green 147 ◦ blue 4

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

Shades of Limeade #529304

Tints of Limeade #529304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 35.19%
G = 63.09%
B = 1.72%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#529304 (or 0x529304) is known color: Limeade. HEX triplet: 52, 93 and 04. RGB value is (82,147,4). Sum of RGB (Red+Green+Blue) = 82+147+4=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #529304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529304 is #AD6CFB. Grayscale: #6F6F6F. Windows color (decimal): -11365628 or 299858. OLE color: 299858.

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

Color convert

RGB 82 147 4 -
CMYK 0.44 0 0.97 0.42
HSL 87.27º 0.95% 0.3% -
HSV(B) 87.27º 0.97% 0.58% -
XYZ 13.94 22.67 3.76 -
YUV 111.26 67.47 107.13 -
System Red Green Blue C M Y K H S L
Decimal 82 147 4 0.44 0 0.97 0.42 87.27 0.95 0.3
Hex 52 93 4 2C 0 61 2A 57 5F 1E
Octal 122 223 4 54 0 141 52 127 137 36
Binary 1010010 10010011 100 101100 0 1100001 101010 1010111 1011111 11110

Color Harmonies of #529304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529304

Black with #529304

Text Example


Text Example

White with #529304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529304; }

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

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

background-color css

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

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

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

border-color css

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

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

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