Html Css Color HEX #52A324 Limeade

📋 copy color: '#52A324'

red 82 ◦ green 163 ◦ blue 36

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

Shades of Limeade #52A324

Tints of Limeade #52A324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 29.18%
G = 58.01%
B = 12.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#52A324 (or 0x52A324) is known color: Limeade. HEX triplet: 52, A3 and 24. RGB value is (82,163,36). Sum of RGB (Red+Green+Blue) = 82+163+36=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 163 (64.06% from 255 or 58.01% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 163 - color contains mainly: green. Hex color #52A324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A324 is #AD5CDB. Grayscale: #7C7C7C. Windows color (decimal): -11361500 or 2401106. OLE color: 2401106.

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

Color convert

RGB 82 163 36 -
CMYK 0.50 0 0.78 0.36
HSL 98.27º 0.64% 0.39% -
HSV(B) 98.27º 0.78% 0.64% -
XYZ 16.9 28.12 6.21 -
YUV 124.3 78.16 97.83 -
System Red Green Blue C M Y K H S L
Decimal 82 163 36 0.50 0 0.78 0.36 98.27 0.64 0.39
Hex 52 A3 24 32 0 4E 24 62 40 27
Octal 122 243 44 62 0 116 44 142 100 47
Binary 1010010 10100011 100100 110010 0 1001110 100100 1100010 1000000 100111

Color Harmonies of #52A324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A324

Black with #52A324

Text Example


Text Example

White with #52A324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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