COLOR #52C131

HEX: #52C131 RGB: (82,193,49)

Color info

#52C131 contains mainly green color. Web safe color of #52C131 is #66CC33 (or #6C3).

RGB color model

#52C131 color RGB value is (82,193,49).

RGB: (82,193,49) (32%, 76%, 19%)

RGB channels and saturation

R 82 of 255 = 32%
G 193 of 255 = 76%
B 49 of 255 = 19%

82
193
49

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

Portions of RGB colors in percentages

R + G + B = 82 + 193 + 49 = 324 (100%)
R 82 of 324 ~ 25.31%
G 193 of 324 ~ 59.57%
B 49 of 324 ~ 15.12'%

%25.31
%59.57
%15.12

CMYK color model

#52C131 color CMYK value is (58,0,75,24).

  • cyan value is 57.51%
  • magenta value is 0.00%
  • yellow value is 74.61%
  • key color value is 24.31%

CMYK: (58,0,75,24)
C58M0Y75K24 (58%, 0%, 75%, 24%)
(0.58 / 0.00 / 0.75 / 0.24)

CMYK percentages

%57.51
%0
%74.61
%24.31

Codes

Color #52C131 in popluar color models

52 C1 31
RGB 82 193 49
HSL 106° 59.50% 47.45%
HSB/HSV 106° 74.61% 75.69%
CMYK 57.51% 0.00% 74.61%
24.31%

Color #52C131 in popluar number systems.

HEX 52 C1 31
Decimal 82 193 49
Binary 1010010 11000001 110001
Octal 122 301 61

Shades and tints

Shades of #52C131

#52C131
(82,193,49)
#4BB02D
(75,176,45)
#449F29
(68,159,41)
#3D8E25
(61,142,37)
#367D21
(54,125,33)
#2F6C1D
(47,108,29)
#285B19
(40,91,25)
#214A15
(33,74,21)
#1A3911
(26,57,17)
#13280D
(19,40,13)
#0C1709
(12,23,9)
#000000
(0,0,0)

Tints of #52C131

#52C131
(82,193,49)
#61C643
(97,198,67)
#70CB55
(112,203,85)
#7FD067
(127,208,103)
#8ED579
(142,213,121)
#9DDA8B
(157,218,139)
#ACDF9D
(172,223,157)
#BBE4AF
(187,228,175)
#CAE9C1
(202,233,193)
#D9EED3
(217,238,211)
#E8F3E5
(232,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52C131 color. Also use rgb(82,193,49) instead hex code.

Text Font Color

.myTextColor { color: #52C131; }

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

This text font color is #52C131.

Background Color

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

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

This div background color is #52C131.

Border color

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

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

This div border color is #52C131.

Opacity

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

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

Text with #52C131 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 #52C131;}

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

This text has shadow with #52C131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52C131.

Preview

Color preview on black background

This text has color #52C131 on black background.


Color preview on white background

This text has color #52C131 on white background.


Black color preview on #52C131 background

This text has black color on #52C131 background.


White color preview on #52C131 background

This text has white color on #52C131 background.


Related colors

Complementary color

Complementary color for #hex is #AD3ECE.


I love getcolorcode.com

Triadic colors

1 #3152C1 and #C13152 with #52C131 are triadic colors.

2 #31C152 and #C15231 with #52C131 are triadic colors.