COLOR #52E067

HEX: #52E067 RGB: (82,224,103)

Color info

#52E067 contains mainly green color. Web safe color of #52E067 is #66CC66 (or #6C6).

RGB color model

#52E067 color RGB value is (82,224,103).

RGB: (82,224,103) (32%, 88%, 40%)

RGB channels and saturation

R 82 of 255 = 32%
G 224 of 255 = 88%
B 103 of 255 = 40%

82
224
103

R + G + B ~ 53%. #52E067 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 224 + 103 = 409 (100%)
R 82 of 409 ~ 20.05%
G 224 of 409 ~ 54.77%
B 103 of 409 ~ 25.18'%

%20.05
%54.77
%25.18

CMYK color model

#52E067 color CMYK value is (63,0,54,12).

  • cyan value is 63.39%
  • magenta value is 0.00%
  • yellow value is 54.02%
  • key color value is 12.16%

CMYK: (63,0,54,12)
C63M0Y54K12 (63%, 0%, 54%, 12%)
(0.63 / 0.00 / 0.54 / 0.12)

CMYK percentages

%63.39
%0
%54.02
%12.16

Codes

Color #52E067 in popluar color models

52 E0 67
RGB 82 224 103
HSL 129° 69.61% 60.00%
HSB/HSV 129° 63.39% 87.84%
CMYK 63.39% 0.00% 54.02%
12.16%

Color #52E067 in popluar number systems.

HEX 52 E0 67
Decimal 82 224 103
Binary 1010010 11100000 1100111
Octal 122 340 147

Shades and tints

Shades of #52E067

#52E067
(82,224,103)
#4BCC5E
(75,204,94)
#44B855
(68,184,85)
#3DA44C
(61,164,76)
#369043
(54,144,67)
#2F7C3A
(47,124,58)
#286831
(40,104,49)
#215428
(33,84,40)
#1A401F
(26,64,31)
#132C16
(19,44,22)
#0C180D
(12,24,13)
#000000
(0,0,0)

Tints of #52E067

#52E067
(82,224,103)
#61E274
(97,226,116)
#70E481
(112,228,129)
#7FE68E
(127,230,142)
#8EE89B
(142,232,155)
#9DEAA8
(157,234,168)
#ACECB5
(172,236,181)
#BBEEC2
(187,238,194)
#CAF0CF
(202,240,207)
#D9F2DC
(217,242,220)
#E8F4E9
(232,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52E067 color. Also use rgb(82,224,103) instead hex code.

Text Font Color

.myTextColor { color: #52E067; }

<p style="color:#52E067">This sample text font color is #52E067.</p>

This text font color is #52E067.

Background Color

.myBgColor { background-color: #52E067; }

<div style="background-color:#52E067">Inner text</div>

This div background color is #52E067.

Border color

.myBorderColor { border: 1px solid #52E067; }

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

This div border color is #52E067.

Opacity

.myOpacity80 { color: #52E067; opacity: 0.8; }

<p style="color:#52E067;opacity:0.8;">80%</p>

Text with #52E067 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #52E067;}

<p style="text-shadow: 3px 3px 1px #52E067">Text here.</p>

This text has shadow with #52E067 color.


.textShadow {text-shadow: 3px 3px 1px #52E067', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #52E067, 5px 5px 20px red">Text here.</p>

This text has shadow with #52E067 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52E067, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#52E067, Direction=45, Strength=4)">Text</p>

This text has shadow with #52E067 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52E067;
-webkit-box-shadow: 1px 1px 3px 2px #52E067;
box-shadow: 1px 1px 3px 2px #52E067;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52E067; -webkit-box-shadow: 1px 1px 3px 2px #52E067; box-shadow:1px 1px 3px 2px #52E067;">
Div content here
</div>

This div box has shadow with color #52E067.

Preview

Color preview on black background

This text has color #52E067 on black background.


Color preview on white background

This text has color #52E067 on white background.


Black color preview on #52E067 background

This text has black color on #52E067 background.


White color preview on #52E067 background

This text has white color on #52E067 background.


Related colors

Complementary color

Complementary color for #52E067 is #AD1F98.


I love getcolorcode.com

Triadic colors

1 #6752E0 and #E06752 with #52E067 are triadic colors.

2 #67E052 and #E05267 with #52E067 are triadic colors.