COLOR #52F413

HEX: #52F413
RGB: (82,244,19)

Color info

#52F413 contains mainly green color. Web safe color of #52F413 is #66FF00 (or #6F0).

RGB color model

#52F413 color RGB value is (82,244,19).

  • red value is 82;
  • green value is 244;
  • blue value is 19.
RGB:
(82,244,19)
(32%,96%,7%)

RGB channels and saturation

R 82 of 255 = 32%
G 244 of 255 = 96%
B 19 of 255 = 7%

82
244
19

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

Portions of RGB colors in percentages

R + G + B =
82 + 244 + 19 = 345 (100%)
R 82 of 345 ~ 23.77%
G 244 of 345 ~ 70.72%
B 19 of 345 ~ 5.51%

%23.77
%70.72

CMYK color model

#52F413 color CMYK value is (66,0,92,4).

  • cyan value is 66.39%
  • magenta value is 0.00%
  • yellow value is 92.21%
  • key color value is 4.31%
CMYK:
(66,0,92,4)
C66M0Y92K4 
(66%,0%,92%,4%)
(0.66/0.00/0.92/0.04)	

CMYK percentages

%66.39
%0
%92.21
%4.31

Codes

Color #52F413 in popluar color models

52F413
RGB8224419
HSL103°91.09%51.57%
HSB/HSV103°92.21%95.69%
CMYK66.39%0.00%92.21%
4.31%

Color #52F413 in popluar number systems.

HEX52F413
Decimal8224419
Binary10100101111010010011
Octal12236423

Shades and tints

Shades of #52F413

#52F413
(82,244,19)
#4BDE12
(75,222,18)
#44C811
(68,200,17)
#3DB210
(61,178,16)
#369C0F
(54,156,15)
#2F860E
(47,134,14)
#28700D
(40,112,13)
#215A0C
(33,90,12)
#1A440B
(26,68,11)
#132E0A
(19,46,10)
#0C1809
(12,24,9)
#000000
(0,0,0)

Tints of #52F413

#52F413
(82,244,19)
#61F528
(97,245,40)
#70F63D
(112,246,61)
#7FF752
(127,247,82)
#8EF867
(142,248,103)
#9DF97C
(157,249,124)
#ACFA91
(172,250,145)
#BBFBA6
(187,251,166)
#CAFCBB
(202,252,187)
#D9FDD0
(217,253,208)
#E8FEE5
(232,254,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52F413 color. Also use rgb(82,244,19) instead hex code.

Text Font Color

.myTextColor { color: #52F413; }

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

This text font color is #52F413.


Background Color

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

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

This div background color is #52F413.


Border color

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

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

This div border color is #52F413.


Opacity

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

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

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

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

This text has shadow with #52F413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52F413 on black background.


Color preview on white background

This text has color #52F413 on white background.



Black color preview on #52F413 background

This text has black color on #52F413 background.


White color preview on #52F413 background

This text has white color on #52F413 background.