Html Css Color HEX #52A62E Limeade

📋 copy color: '#52A62E'

red 82 ◦ green 166 ◦ blue 46

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

Shades of Limeade #52A62E

Tints of Limeade #52A62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 27.89%
G = 56.46%
B = 15.65%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#52A62E (or 0x52A62E) is known color: Limeade. HEX triplet: 52, A6 and 2E. RGB value is (82,166,46). Sum of RGB (Red+Green+Blue) = 82+166+46=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #52A62E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A62E is #AD59D1. Grayscale: #7F7F7F. Windows color (decimal): -11360722 or 3057234. OLE color: 3057234.

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

Color convert

RGB 82 166 46 -
CMYK 0.51 0 0.72 0.35
HSL 102º 0.57% 0.42% -
HSV(B) 102º 0.72% 0.65% -
XYZ 17.61 29.26 7.31 -
YUV 127.2 82.17 95.76 -
System Red Green Blue C M Y K H S L
Decimal 82 166 46 0.51 0 0.72 0.35 102 0.57 0.42
Hex 52 A6 2E 33 0 48 23 66 39 2A
Octal 122 246 56 63 0 110 43 146 71 52
Binary 1010010 10100110 101110 110011 0 1001000 100011 1100110 111001 101010

Color Harmonies of #52A62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A62E

Black with #52A62E

Text Example


Text Example

White with #52A62E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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