COLOR #52CF32

HEX: #52CF32
RGB: (82,207,50)

Color info

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

RGB color model

#52CF32 color RGB value is (82,207,50).

  • red value is 82;
  • green value is 207;
  • blue value is 50.
RGB:
(82,207,50)
(32%,81%,20%)

RGB channels and saturation

R 82 of 255 = 32%
G 207 of 255 = 81%
B 50 of 255 = 20%

82
207
50

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

Portions of RGB colors in percentages

R + G + B =
82 + 207 + 50 = 339 (100%)
R 82 of 339 ~ 24.19%
G 207 of 339 ~ 61.06%
B 50 of 339 ~ 14.75%

%24.19
%61.06
%14.75

CMYK color model

#52CF32 color CMYK value is (60,0,76,19).

  • cyan value is 60.39%
  • magenta value is 0.00%
  • yellow value is 75.85%
  • key color value is 18.82%
CMYK:
(60,0,76,19)
C60M0Y76K19 
(60%,0%,76%,19%)
(0.60/0.00/0.76/0.19)	

CMYK percentages

%60.39
%0
%75.85
%18.82

Codes

Color #52CF32 in popluar color models

52CF32
RGB8220750
HSL108°62.06%50.39%
HSB/HSV108°75.85%81.18%
CMYK60.39%0.00%75.85%
18.82%

Color #52CF32 in popluar number systems.

HEX52CF32
Decimal8220750
Binary101001011001111110010
Octal12231762

Shades and tints

Shades of #52CF32

#52CF32
(82,207,50)
#4BBD2E
(75,189,46)
#44AB2A
(68,171,42)
#3D9926
(61,153,38)
#368722
(54,135,34)
#2F751E
(47,117,30)
#28631A
(40,99,26)
#215116
(33,81,22)
#1A3F12
(26,63,18)
#132D0E
(19,45,14)
#0C1B0A
(12,27,10)
#000000
(0,0,0)

Tints of #52CF32

#52CF32
(82,207,50)
#61D344
(97,211,68)
#70D756
(112,215,86)
#7FDB68
(127,219,104)
#8EDF7A
(142,223,122)
#9DE38C
(157,227,140)
#ACE79E
(172,231,158)
#BBEBB0
(187,235,176)
#CAEFC2
(202,239,194)
#D9F3D4
(217,243,212)
#E8F7E6
(232,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52CF32 color. Also use rgb(82,207,50) instead hex code.

Text Font Color

.myTextColor { color: #52CF32; }

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

This text font color is #52CF32.


Background Color

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

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

This div background color is #52CF32.


Border color

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

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

This div border color is #52CF32.


Opacity

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

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

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

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

This text has shadow with #52CF32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52CF32 on black background.


Color preview on white background

This text has color #52CF32 on white background.



Black color preview on #52CF32 background

This text has black color on #52CF32 background.


White color preview on #52CF32 background

This text has white color on #52CF32 background.