COLOR #52DE03

HEX: #52DE03
RGB: (82,222,3)

Color info

#52DE03 contains mainly green color. Web safe color of #52DE03 is #66CC00 (or #6C0).

RGB color model

#52DE03 color RGB value is (82,222,3).

  • red value is 82;
  • green value is 222;
  • blue value is 3.
RGB:
(82,222,3)
(32%,87%,1%)

RGB channels and saturation

R 82 of 255 = 32%
G 222 of 255 = 87%
B 3 of 255 = 1%

82
222
3

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

Portions of RGB colors in percentages

R + G + B =
82 + 222 + 3 = 307 (100%)
R 82 of 307 ~ 26.71%
G 222 of 307 ~ 72.31%
B 3 of 307 ~ 0.98%

%26.71
%72.31

CMYK color model

#52DE03 color CMYK value is (63,0,99,13).

  • cyan value is 63.06%
  • magenta value is 0.00%
  • yellow value is 98.65%
  • key color value is 12.94%
CMYK:
(63,0,99,13)
C63M0Y99K13 
(63%,0%,99%,13%)
(0.63/0.00/0.99/0.13)	

CMYK percentages

%63.06
%0
%98.65
%12.94

Codes

Color #52DE03 in popluar color models

52DE03
RGB822223
HSL98°97.33%44.12%
HSB/HSV98°98.65%87.06%
CMYK63.06%0.00%98.65%
12.94%

Color #52DE03 in popluar number systems.

HEX52DE03
Decimal822223
Binary10100101101111011
Octal1223363

Shades and tints

Shades of #52DE03

#52DE03
(82,222,3)
#4BCA03
(75,202,3)
#44B603
(68,182,3)
#3DA203
(61,162,3)
#368E03
(54,142,3)
#2F7A03
(47,122,3)
#286603
(40,102,3)
#215203
(33,82,3)
#1A3E03
(26,62,3)
#132A03
(19,42,3)
#0C1603
(12,22,3)
#000000
(0,0,0)

Tints of #52DE03

#52DE03
(82,222,3)
#61E119
(97,225,25)
#70E42F
(112,228,47)
#7FE745
(127,231,69)
#8EEA5B
(142,234,91)
#9DED71
(157,237,113)
#ACF087
(172,240,135)
#BBF39D
(187,243,157)
#CAF6B3
(202,246,179)
#D9F9C9
(217,249,201)
#E8FCDF
(232,252,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52DE03 color. Also use rgb(82,222,3) instead hex code.

Text Font Color

.myTextColor { color: #52DE03; }

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

This text font color is #52DE03.


Background Color

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

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

This div background color is #52DE03.


Border color

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

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

This div border color is #52DE03.


Opacity

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

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

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

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

This text has shadow with #52DE03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52DE03 on black background.


Color preview on white background

This text has color #52DE03 on white background.



Black color preview on #52DE03 background

This text has black color on #52DE03 background.


White color preview on #52DE03 background

This text has white color on #52DE03 background.