Html Css Color HEX #52A32D Limeade

📋 copy color: '#52A32D'

red 82 ◦ green 163 ◦ blue 45

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

Shades of Limeade #52A32D

Tints of Limeade #52A32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 28.28%
G = 56.21%
B = 15.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#52A32D (or 0x52A32D) is known color: Limeade. HEX triplet: 52, A3 and 2D. RGB value is (82,163,45). Sum of RGB (Red+Green+Blue) = 82+163+45=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #52A32D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A32D is #AD5CD2. Grayscale: #7D7D7D. Windows color (decimal): -11361491 or 2990930. OLE color: 2990930.

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

Color convert

RGB 82 163 45 -
CMYK 0.50 0 0.72 0.36
HSL 101.19º 0.57% 0.41% -
HSV(B) 101.19º 0.72% 0.64% -
XYZ 17.05 28.18 7.02 -
YUV 125.33 82.66 97.09 -
System Red Green Blue C M Y K H S L
Decimal 82 163 45 0.50 0 0.72 0.36 101.19 0.57 0.41
Hex 52 A3 2D 32 0 48 24 65 39 29
Octal 122 243 55 62 0 110 44 145 71 51
Binary 1010010 10100011 101101 110010 0 1001000 100100 1100101 111001 101001

Color Harmonies of #52A32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A32D

Black with #52A32D

Text Example


Text Example

White with #52A32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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