Html Css Color HEX #52A62B Limeade

📋 copy color: '#52A62B'

red 82 ◦ green 166 ◦ blue 43

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

Shades of Limeade #52A62B

Tints of Limeade #52A62B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 57.04%

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 28.18%
G = 57.04%
B = 14.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#52A62B (or 0x52A62B) is known color: Limeade. HEX triplet: 52, A6 and 2B. RGB value is (82,166,43). Sum of RGB (Red+Green+Blue) = 82+166+43=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 166 (65.23% from 255 or 57.04% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 166 - color contains mainly: green. Hex color #52A62B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A62B is #AD59D4. Grayscale: #7F7F7F. Windows color (decimal): -11360725 or 2860626. OLE color: 2860626.

HSL color Cylindrical-coordinate representation of color #52A62B: hue angle of 100.98º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52A62B is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 166 43 -
CMYK 0.51 0 0.74 0.35
HSL 100.98º 0.59% 0.41% -
HSV(B) 100.98º 0.74% 0.65% -
XYZ 17.55 29.24 7 -
YUV 126.86 80.67 96 -
System Red Green Blue C M Y K H S L
Decimal 82 166 43 0.51 0 0.74 0.35 100.98 0.59 0.41
Hex 52 A6 2B 33 0 4A 23 65 3B 29
Octal 122 246 53 63 0 112 43 145 73 51
Binary 1010010 10100110 101011 110011 0 1001010 100011 1100101 111011 101001

Color Harmonies of #52A62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A62B

Black with #52A62B

Text Example


Text Example

White with #52A62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,166,43); }

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

background-color css

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

 a { background-color: rgb(82,166,43); }

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

border-color css

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

 span { border-color: rgb(82,166,43); }

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