Html Css Color HEX #52A329 Limeade

📋 copy color: '#52A329'

red 82 ◦ green 163 ◦ blue 41

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

Shades of Limeade #52A329

Tints of Limeade #52A329

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.99%

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 28.67%
G = 56.99%
B = 14.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#52A329 (or 0x52A329) is known color: Limeade. HEX triplet: 52, A3 and 29. RGB value is (82,163,41). Sum of RGB (Red+Green+Blue) = 82+163+41=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #52A329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A329 is #AD5CD6. Grayscale: #7D7D7D. Windows color (decimal): -11361495 or 2728786. OLE color: 2728786.

HSL color Cylindrical-coordinate representation of color #52A329: hue angle of 99.84º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52A329 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 41 -
CMYK 0.50 0 0.75 0.36
HSL 99.84º 0.6% 0.4% -
HSV(B) 99.84º 0.75% 0.64% -
XYZ 16.98 28.15 6.64 -
YUV 124.87 80.66 97.42 -
System Red Green Blue C M Y K H S L
Decimal 82 163 41 0.50 0 0.75 0.36 99.84 0.6 0.4
Hex 52 A3 29 32 0 4B 24 64 3C 28
Octal 122 243 51 62 0 113 44 144 74 50
Binary 1010010 10100011 101001 110010 0 1001011 100100 1100100 111100 101000

Color Harmonies of #52A329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A329

Black with #52A329

Text Example


Text Example

White with #52A329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A329; }

 p { color: rgb(82,163,41); }

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

background-color css

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

 a { background-color: rgb(82,163,41); }

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

border-color css

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

 span { border-color: rgb(82,163,41); }

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