COLOR #52FB2C

HEX: #52FB2C
RGB: (82,251,44)

Color info

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

RGB color model

#52FB2C color RGB value is (82,251,44).

  • red value is 82;
  • green value is 251;
  • blue value is 44.
RGB:
(82,251,44)
(32%,98%,17%)

RGB channels and saturation

R 82 of 255 = 32%
G 251 of 255 = 98%
B 44 of 255 = 17%

82
251
44

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

Portions of RGB colors in percentages

R + G + B =
82 + 251 + 44 = 377 (100%)
R 82 of 377 ~ 21.75%
G 251 of 377 ~ 66.58%
B 44 of 377 ~ 11.67%

%21.75
%66.58
%11.67

CMYK color model

#52FB2C color CMYK value is (67,0,82,2).

  • cyan value is 67.33%
  • magenta value is 0.00%
  • yellow value is 82.47%
  • key color value is 1.57%
CMYK:
(67,0,82,2)
C67M0Y82K2 
(67%,0%,82%,2%)
(0.67/0.00/0.82/0.02)	

CMYK percentages

%67.33
%0
%82.47
%1.57

Codes

Color #52FB2C in popluar color models

52FB2C
RGB8225144
HSL109°96.28%57.84%
HSB/HSV109°82.47%98.43%
CMYK67.33%0.00%82.47%
1.57%

Color #52FB2C in popluar number systems.

HEX52FB2C
Decimal8225144
Binary101001011111011101100
Octal12237354

Shades and tints

Shades of #52FB2C

#52FB2C
(82,251,44)
#4BE528
(75,229,40)
#44CF24
(68,207,36)
#3DB920
(61,185,32)
#36A31C
(54,163,28)
#2F8D18
(47,141,24)
#287714
(40,119,20)
#216110
(33,97,16)
#1A4B0C
(26,75,12)
#133508
(19,53,8)
#0C1F04
(12,31,4)
#000000
(0,0,0)

Tints of #52FB2C

#52FB2C
(82,251,44)
#61FB3F
(97,251,63)
#70FB52
(112,251,82)
#7FFB65
(127,251,101)
#8EFB78
(142,251,120)
#9DFB8B
(157,251,139)
#ACFB9E
(172,251,158)
#BBFBB1
(187,251,177)
#CAFBC4
(202,251,196)
#D9FBD7
(217,251,215)
#E8FBEA
(232,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52FB2C color. Also use rgb(82,251,44) instead hex code.

Text Font Color

.myTextColor { color: #52FB2C; }

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

This text font color is #52FB2C.


Background Color

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

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

This div background color is #52FB2C.


Border color

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

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

This div border color is #52FB2C.


Opacity

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

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

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

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

This text has shadow with #52FB2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52FB2C on black background.


Color preview on white background

This text has color #52FB2C on white background.



Black color preview on #52FB2C background

This text has black color on #52FB2C background.


White color preview on #52FB2C background

This text has white color on #52FB2C background.