Html Css Color HEX #52A626 Limeade

📋 copy color: '#52A626'

red 82 ◦ green 166 ◦ blue 38

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

Shades of Limeade #52A626

Tints of Limeade #52A626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 28.67%
G = 58.04%
B = 13.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#52A626 (or 0x52A626) is known color: Limeade. HEX triplet: 52, A6 and 26. RGB value is (82,166,38). Sum of RGB (Red+Green+Blue) = 82+166+38=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #52A626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A626 is #AD59D9. Grayscale: #7E7E7E. Windows color (decimal): -11360730 or 2532946. OLE color: 2532946.

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

Color convert

RGB 82 166 38 -
CMYK 0.51 0 0.77 0.35
HSL 99.38º 0.63% 0.4% -
HSV(B) 99.38º 0.77% 0.65% -
XYZ 17.47 29.21 6.55 -
YUV 126.29 78.17 96.41 -
System Red Green Blue C M Y K H S L
Decimal 82 166 38 0.51 0 0.77 0.35 99.38 0.63 0.4
Hex 52 A6 26 33 0 4D 23 63 3F 28
Octal 122 246 46 63 0 115 43 143 77 50
Binary 1010010 10100110 100110 110011 0 1001101 100011 1100011 111111 101000

Color Harmonies of #52A626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A626

Black with #52A626

Text Example


Text Example

White with #52A626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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