Html Css Color HEX #52A434 Limeade

📋 copy color: '#52A434'

red 82 ◦ green 164 ◦ blue 52

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

Shades of Limeade #52A434

Tints of Limeade #52A434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.03%

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 27.52%
G = 55.03%
B = 17.45%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#52A434 (or 0x52A434) is known color: Limeade. HEX triplet: 52, A4 and 34. RGB value is (82,164,52). Sum of RGB (Red+Green+Blue) = 82+164+52=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 164 (64.45% from 255 or 55.03% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 164 - color contains mainly: green. Hex color #52A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A434 is #AD5BCB. Grayscale: #7F7F7F. Windows color (decimal): -11361228 or 3449938. OLE color: 3449938.

HSL color Cylindrical-coordinate representation of color #52A434: hue angle of 103.93º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52A434 is Cyan = 0.5, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 164 52 -
CMYK 0.5 0 0.68 0.36
HSL 103.93º 0.52% 0.42% -
HSV(B) 103.93º 0.68% 0.64% -
XYZ 17.37 28.59 7.85 -
YUV 126.71 85.83 96.11 -
System Red Green Blue C M Y K H S L
Decimal 82 164 52 0.5 0 0.68 0.36 103.93 0.52 0.42
Hex 52 A4 34 32 0 44 24 68 34 2A
Octal 122 244 64 62 0 104 44 150 64 52
Binary 1010010 10100100 110100 110010 0 1000100 100100 1101000 110100 101010

Color Harmonies of #52A434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A434

Black with #52A434

Text Example


Text Example

White with #52A434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,164,52); }

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

background-color css

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

 a { background-color: rgb(82,164,52); }

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

border-color css

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

 span { border-color: rgb(82,164,52); }

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