COLOR #27BC3F

HEX: #27BC3F
RGB: (39,188,63)

Color info

#27BC3F contains mainly green color. Web safe color of #27BC3F is #33CC33 (or #3C3).

RGB color model

#27BC3F color RGB value is (39,188,63).

  • red value is 39;
  • green value is 188;
  • blue value is 63.
RGB:
(39,188,63)
(15%,74%,25%)

RGB channels and saturation

R 39 of 255 = 15%
G 188 of 255 = 74%
B 63 of 255 = 25%

39
188
63

R + G + B ~ 38%. #27BC3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 188 + 63 = 290 (100%)
R 39 of 290 ~ 13.45%
G 188 of 290 ~ 64.83%
B 63 of 290 ~ 21.72%

%13.45
%64.83
%21.72

CMYK color model

#27BC3F color CMYK value is (79,0,66,26).

  • cyan value is 79.26%
  • magenta value is 0.00%
  • yellow value is 66.49%
  • key color value is 26.27%
CMYK:
(79,0,66,26)
C79M0Y66K26 
(79%,0%,66%,26%)
(0.79/0.00/0.66/0.26)	

CMYK percentages

%79.26
%0
%66.49
%26.27

Codes

Color #27BC3F in popluar color models

27BC3F
RGB3918863
HSL130°65.64%44.51%
HSB/HSV130°79.26%73.73%
CMYK79.26%0.00%66.49%
26.27%

Color #27BC3F in popluar number systems.

HEX27BC3F
Decimal3918863
Binary10011110111100111111
Octal4727477

Shades and tints

Shades of #27BC3F

#27BC3F
(39,188,63)
#24AB3A
(36,171,58)
#219A35
(33,154,53)
#1E8930
(30,137,48)
#1B782B
(27,120,43)
#186726
(24,103,38)
#155621
(21,86,33)
#12451C
(18,69,28)
#0F3417
(15,52,23)
#0C2312
(12,35,18)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #27BC3F

#27BC3F
(39,188,63)
#3AC250
(58,194,80)
#4DC861
(77,200,97)
#60CE72
(96,206,114)
#73D483
(115,212,131)
#86DA94
(134,218,148)
#99E0A5
(153,224,165)
#ACE6B6
(172,230,182)
#BFECC7
(191,236,199)
#D2F2D8
(210,242,216)
#E5F8E9
(229,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27BC3F color. Also use rgb(39,188,63) instead hex code.

Text Font Color

.myTextColor { color: #27BC3F; }

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

This text font color is #27BC3F.


Background Color

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

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

This div background color is #27BC3F.


Border color

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

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

This div border color is #27BC3F.


Opacity

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

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

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

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

This text has shadow with #27BC3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27BC3F on black background.


Color preview on white background

This text has color #27BC3F on white background.



Black color preview on #27BC3F background

This text has black color on #27BC3F background.


White color preview on #27BC3F background

This text has white color on #27BC3F background.