COLOR #27BA27

HEX: #27BA27
RGB: (39,186,39)

Color info

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

RGB color model

#27BA27 color RGB value is (39,186,39).

  • red value is 39;
  • green value is 186;
  • blue value is 39.
RGB:
(39,186,39)
(15%,73%,15%)

RGB channels and saturation

R 39 of 255 = 15%
G 186 of 255 = 73%
B 39 of 255 = 15%

39
186
39

R + G + B ~ 34%. #27BA27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 186 + 39 = 264 (100%)
R 39 of 264 ~ 14.77%
G 186 of 264 ~ 70.45%
B 39 of 264 ~ 14.77%

%14.77
%70.45
%14.77

CMYK color model

#27BA27 color CMYK value is (79,0,79,27).

  • cyan value is 79.03%
  • magenta value is 0.00%
  • yellow value is 79.03%
  • key color value is 27.06%
CMYK:
(79,0,79,27)
C79M0Y79K27 
(79%,0%,79%,27%)
(0.79/0.00/0.79/0.27)	

CMYK percentages

%79.03
%0
%79.03
%27.06

Codes

Color #27BA27 in popluar color models

27BA27
RGB3918639
HSL120°65.33%44.12%
HSB/HSV120°79.03%72.94%
CMYK79.03%0.00%79.03%
27.06%

Color #27BA27 in popluar number systems.

HEX27BA27
Decimal3918639
Binary10011110111010100111
Octal4727247

Shades and tints

Shades of #27BA27

#27BA27
(39,186,39)
#24AA24
(36,170,36)
#219A21
(33,154,33)
#1E8A1E
(30,138,30)
#1B7A1B
(27,122,27)
#186A18
(24,106,24)
#155A15
(21,90,21)
#124A12
(18,74,18)
#0F3A0F
(15,58,15)
#0C2A0C
(12,42,12)
#091A09
(9,26,9)
#000000
(0,0,0)

Tints of #27BA27

#27BA27
(39,186,39)
#3AC03A
(58,192,58)
#4DC64D
(77,198,77)
#60CC60
(96,204,96)
#73D273
(115,210,115)
#86D886
(134,216,134)
#99DE99
(153,222,153)
#ACE4AC
(172,228,172)
#BFEABF
(191,234,191)
#D2F0D2
(210,240,210)
#E5F6E5
(229,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27BA27; }

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

This text font color is #27BA27.


Background Color

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

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

This div background color is #27BA27.


Border color

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

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

This div border color is #27BA27.


Opacity

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

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

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

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

This text has shadow with #27BA27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27BA27 on black background.


Color preview on white background

This text has color #27BA27 on white background.



Black color preview on #27BA27 background

This text has black color on #27BA27 background.


White color preview on #27BA27 background

This text has white color on #27BA27 background.