COLOR #52F280

HEX: #52F280
RGB: (82,242,128)

Color info

#52F280 contains mainly green color. Web safe color of #52F280 is #66FF66 (or #6F6).

RGB color model

#52F280 color RGB value is (82,242,128).

  • red value is 82;
  • green value is 242;
  • blue value is 128.
RGB:
(82,242,128)
(32%,95%,50%)

RGB channels and saturation

R 82 of 255 = 32%
G 242 of 255 = 95%
B 128 of 255 = 50%

82
242
128

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

Portions of RGB colors in percentages

R + G + B =
82 + 242 + 128 = 452 (100%)
R 82 of 452 ~ 18.14%
G 242 of 452 ~ 53.54%
B 128 of 452 ~ 28.32%

%18.14
%53.54
%28.32

CMYK color model

#52F280 color CMYK value is (66,0,47,5).

  • cyan value is 66.12%
  • magenta value is 0.00%
  • yellow value is 47.11%
  • key color value is 5.10%
CMYK:
(66,0,47,5)
C66M0Y47K5 
(66%,0%,47%,5%)
(0.66/0.00/0.47/0.05)	

CMYK percentages

%66.12
%0
%47.11
%5.1

Codes

Color #52F280 in popluar color models

52F280
RGB82242128
HSL137°86.02%63.53%
HSB/HSV137°66.12%94.90%
CMYK66.12%0.00%47.11%
5.10%

Color #52F280 in popluar number systems.

HEX52F280
Decimal82242128
Binary10100101111001010000000
Octal122362200

Shades and tints

Shades of #52F280

#52F280
(82,242,128)
#4BDC75
(75,220,117)
#44C66A
(68,198,106)
#3DB05F
(61,176,95)
#369A54
(54,154,84)
#2F8449
(47,132,73)
#286E3E
(40,110,62)
#215833
(33,88,51)
#1A4228
(26,66,40)
#132C1D
(19,44,29)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #52F280

#52F280
(82,242,128)
#61F38B
(97,243,139)
#70F496
(112,244,150)
#7FF5A1
(127,245,161)
#8EF6AC
(142,246,172)
#9DF7B7
(157,247,183)
#ACF8C2
(172,248,194)
#BBF9CD
(187,249,205)
#CAFAD8
(202,250,216)
#D9FBE3
(217,251,227)
#E8FCEE
(232,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52F280 color. Also use rgb(82,242,128) instead hex code.

Text Font Color

.myTextColor { color: #52F280; }

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

This text font color is #52F280.


Background Color

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

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

This div background color is #52F280.


Border color

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

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

This div border color is #52F280.


Opacity

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

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

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

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

This text has shadow with #52F280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52F280 on black background.


Color preview on white background

This text has color #52F280 on white background.



Black color preview on #52F280 background

This text has black color on #52F280 background.


White color preview on #52F280 background

This text has white color on #52F280 background.