Color Hex Logo

#52e02b Color Hex

#52E02B
(82,224,43)
0 Favorites   0 Comments

Color spaces of #52e02b

RGB 8222443
HSL0.300.740.52
HSV107°81°88°
CMYK 0.630.000.81   0.12
XYZ30.571455.279611.3442
Yxy55.27960.31450.5687
Hunter Lab74.3503-56.717242.9988
CIE-Lab79.2020-67.773470.0317

#52e02b color RGB value is (82,224,43).

#52e02b hex color red value is 82, green value is 224 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #52e02b hue: 0.30 , saturation: 0.74 and the lightness value of 52e02b is 0.52.

The process color (four color CMYK) of #52e02b color hex is 0.63, 0.00, 0.81, 0.12. Web safe color of #52e02b is #66cc33. Color #52e02b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11100000 00101011
Octal 122 340 53
Decimal 82 224 43
Hex 52 E0 2B

RGB Percentages of Color #52e02b

%23.50
%64.18
%12.32

CMYK Percentages of Color #52e02b

%63
%0
%81
%12

Triadic Colors of #52e02b

#52e02b #2b52e0 #e02b52

Analogous Colors of #52e02b

#52e02b #2be05f #ade02b

Monochromatic Colors of #52e02b

#52e02b

Complementary Color

#52e02b #b92be0

#52e02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52e02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52e02b Color CSS Codes

.mybgcolor {background-color:#52e02b; } 
.myforecolor {color:#52e02b; }
.mybordercolor {border:3px solid #52e02b; }

#52e02b Text Font Color

<p style="color:#52e02b">Text here</p>

This sample text font color is #52e02b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#52e02b Background Color

<div style="background-color:#52e02b">
Div content here</div>

This div background color is #52e02b


#52e02b Border Color

<div style="border:3px solid #52e02b">
Div here</div>

This div border color is #52e02b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,224,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52e02b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52e02b;
  -webkit-box-shadow: 1px 1px 3px 2px #52e02b;
  box-shadow:         1px 1px 3px 2px #52e02b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,224,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #52e02b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #52e02b;
  -webkit-box-shadow: 1px 1px 3px 2px #52e02b;
  box-shadow:         1px 1px 3px 2px #52e02b;">
Div content here</div>

This div box has shadow with color #52e02b


Comments

No comments written yet.

Please login to write comment.