COLOR #27DC4E

HEX: #27DC4E RGB: (39,220,78)

Color info

#27DC4E contains mainly green color. Web safe color of #27DC4E is #33CC66 (or #3C6).

RGB color model

#27DC4E color RGB value is (39,220,78).

RGB: (39,220,78) (15%, 86%, 31%)

RGB channels and saturation

R 39 of 255 = 15%
G 220 of 255 = 86%
B 78 of 255 = 31%

39
220
78

R + G + B ~ 44%. #27DC4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 39 + 220 + 78 = 337 (100%)
R 39 of 337 ~ 11.57%
G 220 of 337 ~ 65.28%
B 78 of 337 ~ 23.15'%

%11.57
%65.28
%23.15

CMYK color model

#27DC4E color CMYK value is (82,0,65,14).

  • cyan value is 82.27%
  • magenta value is 0.00%
  • yellow value is 64.55%
  • key color value is 13.73%
CMYK: (82,0,65,14) C82M0Y65K14 (82%,0%,65%,14%) (0.82/0.00/0.65/0.14) 

CMYK percentages

%82.27
%0
%64.55
%13.73

Codes

Color #27DC4E in popluar color models

27 DC 4E
RGB 39 220 78
HSL 133° 72.11% 50.78%
HSB/HSV 133° 82.27% 86.27%
CMYK 82.27% 0.00% 64.55%
13.73%

Color #27DC4E in popluar number systems.

HEX 27 DC 4E
Decimal 39 220 78
Binary 100111 11011100 1001110
Octal 47 334 116

Shades and tints

Shades of #27DC4E

#27DC4E
(39,220,78)
#24C847
(36,200,71)
#21B440
(33,180,64)
#1EA039
(30,160,57)
#1B8C32
(27,140,50)
#18782B
(24,120,43)
#156424
(21,100,36)
#12501D
(18,80,29)
#0F3C16
(15,60,22)
#0C280F
(12,40,15)
#091408
(9,20,8)
#000000
(0,0,0)

Tints of #27DC4E

#27DC4E
(39,220,78)
#3ADF5E
(58,223,94)
#4DE26E
(77,226,110)
#60E57E
(96,229,126)
#73E88E
(115,232,142)
#86EB9E
(134,235,158)
#99EEAE
(153,238,174)
#ACF1BE
(172,241,190)
#BFF4CE
(191,244,206)
#D2F7DE
(210,247,222)
#E5FAEE
(229,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27DC4E color. Also use rgb(39,220,78) instead hex code.

Text Font Color

.myTextColor { color: #27DC4E; }

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

This text font color is #27DC4E.

Background Color

.myBgColor { background-color: #27DC4E; }

<div style="background-color:#27DC4E">Inner text</div>

This div background color is #27DC4E.

Border color

.myBorderColor { border: 1px solid #27DC4E; }

<div style="border:3px solid #27DC4E">Div</div>

This div border color is #27DC4E.

Opacity

.myOpacity80 { color: #27DC4E; opacity: 0.8; }

<p style="color:#27DC4E;opacity:0.8;">80%</p>

Text with #27DC4E 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 #27DC4E;}

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

This text has shadow with #27DC4E color.


.textShadow {text-shadow: 3px 3px 1px #27DC4E', 3px 3px 1px red;}

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

This text has shadow with #27DC4E primary color and red secondary color.


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

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

This text has shadow with #27DC4E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #27DC4E; -webkit-box-shadow: 1px 1px 3px 2px #27DC4E; box-shadow:1px 1px 3px 2px #27DC4E;">
Div content here
</div>

This div box has shadow with color #27DC4E.

Preview

Color preview on black background

This text has color #27DC4E on black background.


Color preview on white background

This text has color #27DC4E on white background.


Black color preview on #27DC4E background

This text has black color on #27DC4E background.


White color preview on #27DC4E background

This text has white color on #27DC4E background.


Related colors

Complementary color

Complementary color for #hex is #D823B1.


I love getcolorcode.com

Triadic colors

1 #4E27DC and #DC4E27 with #27DC4E are triadic colors.

2 #4EDC27 and #DC274E with #27DC4E are triadic colors.