COLOR #52D530

HEX: #52D530
RGB: (82,213,48)

Color info

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

RGB color model

#52D530 color RGB value is (82,213,48).

  • red value is 82;
  • green value is 213;
  • blue value is 48.
RGB:
(82,213,48)
(32%,84%,19%)

RGB channels and saturation

R 82 of 255 = 32%
G 213 of 255 = 84%
B 48 of 255 = 19%

82
213
48

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

Portions of RGB colors in percentages

R + G + B =
82 + 213 + 48 = 343 (100%)
R 82 of 343 ~ 23.91%
G 213 of 343 ~ 62.1%
B 48 of 343 ~ 13.99%

%23.91
%62.1
%13.99

CMYK color model

#52D530 color CMYK value is (62,0,77,16).

  • cyan value is 61.50%
  • magenta value is 0.00%
  • yellow value is 77.46%
  • key color value is 16.47%
CMYK:
(62,0,77,16)
C62M0Y77K16 
(62%,0%,77%,16%)
(0.62/0.00/0.77/0.16)	

CMYK percentages

%61.5
%0
%77.46
%16.47

Codes

Color #52D530 in popluar color models

52D530
RGB8221348
HSL108°66.27%51.18%
HSB/HSV108°77.46%83.53%
CMYK61.50%0.00%77.46%
16.47%

Color #52D530 in popluar number systems.

HEX52D530
Decimal8221348
Binary101001011010101110000
Octal12232560

Shades and tints

Shades of #52D530

#52D530
(82,213,48)
#4BC22C
(75,194,44)
#44AF28
(68,175,40)
#3D9C24
(61,156,36)
#368920
(54,137,32)
#2F761C
(47,118,28)
#286318
(40,99,24)
#215014
(33,80,20)
#1A3D10
(26,61,16)
#132A0C
(19,42,12)
#0C1708
(12,23,8)
#000000
(0,0,0)

Tints of #52D530

#52D530
(82,213,48)
#61D842
(97,216,66)
#70DB54
(112,219,84)
#7FDE66
(127,222,102)
#8EE178
(142,225,120)
#9DE48A
(157,228,138)
#ACE79C
(172,231,156)
#BBEAAE
(187,234,174)
#CAEDC0
(202,237,192)
#D9F0D2
(217,240,210)
#E8F3E4
(232,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52D530 color. Also use rgb(82,213,48) instead hex code.

Text Font Color

.myTextColor { color: #52D530; }

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

This text font color is #52D530.


Background Color

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

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

This div background color is #52D530.


Border color

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

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

This div border color is #52D530.


Opacity

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

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

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

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

This text has shadow with #52D530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52D530 on black background.


Color preview on white background

This text has color #52D530 on white background.



Black color preview on #52D530 background

This text has black color on #52D530 background.


White color preview on #52D530 background

This text has white color on #52D530 background.