Html Css Color HEX #52922C Limeade

📋 copy color: '#52922C'

red 82 ◦ green 146 ◦ blue 44

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

Shades of Limeade #52922C

Tints of Limeade #52922C

RGB

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

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

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

R = 30.15%
G = 53.68%
B = 16.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#52922C (or 0x52922C) is known color: Limeade. HEX triplet: 52, 92 and 2C. RGB value is (82,146,44). Sum of RGB (Red+Green+Blue) = 82+146+44=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #52922C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52922C is #AD6DD3. Grayscale: #737373. Windows color (decimal): -11365844 or 2921042. OLE color: 2921042.

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

Color convert

RGB 82 146 44 -
CMYK 0.44 0 0.70 0.43
HSL 97.65º 0.54% 0.37% -
HSV(B) 97.65º 0.7% 0.57% -
XYZ 14.21 22.53 5.98 -
YUV 115.24 87.8 104.29 -
System Red Green Blue C M Y K H S L
Decimal 82 146 44 0.44 0 0.70 0.43 97.65 0.54 0.37
Hex 52 92 2C 2C 0 46 2B 62 36 25
Octal 122 222 54 54 0 106 53 142 66 45
Binary 1010010 10010010 101100 101100 0 1000110 101011 1100010 110110 100101

Color Harmonies of #52922C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52922C

Black with #52922C

Text Example


Text Example

White with #52922C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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