Html Css Color HEX #52952C Limeade

📋 copy color: '#52952C'

red 82 ◦ green 149 ◦ blue 44

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

Shades of Limeade #52952C

Tints of Limeade #52952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.18%

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

R = 29.82%
G = 54.18%
B = 16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#52952C (or 0x52952C) is known color: Limeade. HEX triplet: 52, 95 and 2C. RGB value is (82,149,44). Sum of RGB (Red+Green+Blue) = 82+149+44=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #52952C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52952C is #AD6AD3. Grayscale: #757575. Windows color (decimal): -11365076 or 2921810. OLE color: 2921810.

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

Color convert

RGB 82 149 44 -
CMYK 0.45 0 0.70 0.42
HSL 98.29º 0.54% 0.38% -
HSV(B) 98.29º 0.7% 0.58% -
XYZ 14.68 23.47 6.14 -
YUV 117 86.8 103.04 -
System Red Green Blue C M Y K H S L
Decimal 82 149 44 0.45 0 0.70 0.42 98.29 0.54 0.38
Hex 52 95 2C 2D 0 46 2A 62 36 26
Octal 122 225 54 55 0 106 52 142 66 46
Binary 1010010 10010101 101100 101101 0 1000110 101010 1100010 110110 100110

Color Harmonies of #52952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52952C

Black with #52952C

Text Example


Text Example

White with #52952C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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