Html Css Color HEX #529224 Limeade

📋 copy color: '#529224'

red 82 ◦ green 146 ◦ blue 36

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

Shades of Limeade #529224

Tints of Limeade #529224

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.3%

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

R = 31.06%
G = 55.3%
B = 13.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#529224 (or 0x529224) is known color: Limeade. HEX triplet: 52, 92 and 24. RGB value is (82,146,36). Sum of RGB (Red+Green+Blue) = 82+146+36=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #529224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529224 is #AD6DDB. Grayscale: #727272. Windows color (decimal): -11365852 or 2396754. OLE color: 2396754.

HSL color Cylindrical-coordinate representation of color #529224: hue angle of 94.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #529224 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 36 -
CMYK 0.44 0 0.75 0.43
HSL 94.91º 0.6% 0.36% -
HSV(B) 94.91º 0.75% 0.57% -
XYZ 14.08 22.48 5.27 -
YUV 114.32 83.8 104.94 -
System Red Green Blue C M Y K H S L
Decimal 82 146 36 0.44 0 0.75 0.43 94.91 0.6 0.36
Hex 52 92 24 2C 0 4B 2B 5F 3C 24
Octal 122 222 44 54 0 113 53 137 74 44
Binary 1010010 10010010 100100 101100 0 1001011 101011 1011111 111100 100100

Color Harmonies of #529224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529224

Black with #529224

Text Example


Text Example

White with #529224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529224; }

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

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

background-color css

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

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

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

border-color css

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

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

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