Html Css Color HEX #52932C Limeade

📋 copy color: '#52932C'

red 82 ◦ green 147 ◦ blue 44

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

Shades of Limeade #52932C

Tints of Limeade #52932C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 30.04%
G = 53.85%
B = 16.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#52932C (or 0x52932C) is known color: Limeade. HEX triplet: 52, 93 and 2C. RGB value is (82,147,44). Sum of RGB (Red+Green+Blue) = 82+147+44=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #52932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52932C is #AD6CD3. Grayscale: #747474. Windows color (decimal): -11365588 or 2921298. OLE color: 2921298.

HSL color Cylindrical-coordinate representation of color #52932C: hue angle of 97.86º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52932C is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 44 -
CMYK 0.44 0 0.70 0.42
HSL 97.86º 0.54% 0.37% -
HSV(B) 97.86º 0.7% 0.58% -
XYZ 14.37 22.84 6.03 -
YUV 115.82 87.47 103.88 -
System Red Green Blue C M Y K H S L
Decimal 82 147 44 0.44 0 0.70 0.42 97.86 0.54 0.37
Hex 52 93 2C 2C 0 46 2A 62 36 25
Octal 122 223 54 54 0 106 52 142 66 45
Binary 1010010 10010011 101100 101100 0 1000110 101010 1100010 110110 100101

Color Harmonies of #52932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52932C

Black with #52932C

Text Example


Text Example

White with #52932C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52932C; }

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

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

background-color css

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

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

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

border-color css

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

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

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