COLOR #52EA33

HEX: #52EA33
RGB: (82,234,51)

Color info

#52EA33 contains mainly green color. Web safe color of #52EA33 is #66FF33 (or #6F3).

RGB color model

#52EA33 color RGB value is (82,234,51).

  • red value is 82;
  • green value is 234;
  • blue value is 51.
RGB:
(82,234,51)
(32%,92%,20%)

RGB channels and saturation

R 82 of 255 = 32%
G 234 of 255 = 92%
B 51 of 255 = 20%

82
234
51

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

Portions of RGB colors in percentages

R + G + B =
82 + 234 + 51 = 367 (100%)
R 82 of 367 ~ 22.34%
G 234 of 367 ~ 63.76%
B 51 of 367 ~ 13.9%

%22.34
%63.76
%13.9

CMYK color model

#52EA33 color CMYK value is (65,0,78,8).

  • cyan value is 64.96%
  • magenta value is 0.00%
  • yellow value is 78.21%
  • key color value is 8.24%
CMYK:
(65,0,78,8)
C65M0Y78K8 
(65%,0%,78%,8%)
(0.65/0.00/0.78/0.08)	

CMYK percentages

%64.96
%0
%78.21
%8.24

Codes

Color #52EA33 in popluar color models

52EA33
RGB8223451
HSL110°81.33%55.88%
HSB/HSV110°78.21%91.76%
CMYK64.96%0.00%78.21%
8.24%

Color #52EA33 in popluar number systems.

HEX52EA33
Decimal8223451
Binary101001011101010110011
Octal12235263

Shades and tints

Shades of #52EA33

#52EA33
(82,234,51)
#4BD52F
(75,213,47)
#44C02B
(68,192,43)
#3DAB27
(61,171,39)
#369623
(54,150,35)
#2F811F
(47,129,31)
#286C1B
(40,108,27)
#215717
(33,87,23)
#1A4213
(26,66,19)
#132D0F
(19,45,15)
#0C180B
(12,24,11)
#000000
(0,0,0)

Tints of #52EA33

#52EA33
(82,234,51)
#61EB45
(97,235,69)
#70EC57
(112,236,87)
#7FED69
(127,237,105)
#8EEE7B
(142,238,123)
#9DEF8D
(157,239,141)
#ACF09F
(172,240,159)
#BBF1B1
(187,241,177)
#CAF2C3
(202,242,195)
#D9F3D5
(217,243,213)
#E8F4E7
(232,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52EA33 color. Also use rgb(82,234,51) instead hex code.

Text Font Color

.myTextColor { color: #52EA33; }

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

This text font color is #52EA33.


Background Color

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

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

This div background color is #52EA33.


Border color

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

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

This div border color is #52EA33.


Opacity

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

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

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

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

This text has shadow with #52EA33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52EA33 on black background.


Color preview on white background

This text has color #52EA33 on white background.



Black color preview on #52EA33 background

This text has black color on #52EA33 background.


White color preview on #52EA33 background

This text has white color on #52EA33 background.