Html Css Color HEX #529624 Limeade

📋 copy color: '#529624'

red 82 ◦ green 150 ◦ blue 36

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

Shades of Limeade #529624

Tints of Limeade #529624

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.97%

 BLUE value IS 36 (14.45% from 255) = 13.43%

R = 30.6%
G = 55.97%
B = 13.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#529624 (or 0x529624) is known color: Limeade. HEX triplet: 52, 96 and 24. RGB value is (82,150,36). Sum of RGB (Red+Green+Blue) = 82+150+36=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #529624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529624 is #AD69DB. Grayscale: #757575. Windows color (decimal): -11364828 or 2397778. OLE color: 2397778.

HSL color Cylindrical-coordinate representation of color #529624: hue angle of 95.79º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #529624 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 36 -
CMYK 0.45 0 0.76 0.41
HSL 95.79º 0.61% 0.36% -
HSV(B) 95.79º 0.76% 0.59% -
XYZ 14.7 23.73 5.48 -
YUV 116.67 82.47 103.27 -
System Red Green Blue C M Y K H S L
Decimal 82 150 36 0.45 0 0.76 0.41 95.79 0.61 0.36
Hex 52 96 24 2D 0 4C 29 60 3D 24
Octal 122 226 44 55 0 114 51 140 75 44
Binary 1010010 10010110 100100 101101 0 1001100 101001 1100000 111101 100100

Color Harmonies of #529624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529624

Black with #529624

Text Example


Text Example

White with #529624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529624; }

 p { color: rgb(82,150,36); }

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

background-color css

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

 a { background-color: rgb(82,150,36); }

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

border-color css

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

 span { border-color: rgb(82,150,36); }

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