COLOR #27D61B

HEX: #27D61B
RGB: (39,214,27)

Color info

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

RGB color model

#27D61B color RGB value is (39,214,27).

  • red value is 39;
  • green value is 214;
  • blue value is 27.
RGB:
(39,214,27)
(15%,84%,11%)

RGB channels and saturation

R 39 of 255 = 15%
G 214 of 255 = 84%
B 27 of 255 = 11%

39
214
27

R + G + B ~ 37%. #27D61B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 214 + 27 = 280 (100%)
R 39 of 280 ~ 13.93%
G 214 of 280 ~ 76.43%
B 27 of 280 ~ 9.64%

%13.93
%76.43
%9.64

CMYK color model

#27D61B color CMYK value is (82,0,87,16).

  • cyan value is 81.78%
  • magenta value is 0.00%
  • yellow value is 87.38%
  • key color value is 16.08%
CMYK:
(82,0,87,16)
C82M0Y87K16 
(82%,0%,87%,16%)
(0.82/0.00/0.87/0.16)	

CMYK percentages

%81.78
%0
%87.38
%16.08

Codes

Color #27D61B in popluar color models

27D61B
RGB3921427
HSL116°77.59%47.25%
HSB/HSV116°87.38%83.92%
CMYK81.78%0.00%87.38%
16.08%

Color #27D61B in popluar number systems.

HEX27D61B
Decimal3921427
Binary1001111101011011011
Octal4732633

Shades and tints

Shades of #27D61B

#27D61B
(39,214,27)
#24C319
(36,195,25)
#21B017
(33,176,23)
#1E9D15
(30,157,21)
#1B8A13
(27,138,19)
#187711
(24,119,17)
#15640F
(21,100,15)
#12510D
(18,81,13)
#0F3E0B
(15,62,11)
#0C2B09
(12,43,9)
#091807
(9,24,7)
#000000
(0,0,0)

Tints of #27D61B

#27D61B
(39,214,27)
#3AD92F
(58,217,47)
#4DDC43
(77,220,67)
#60DF57
(96,223,87)
#73E26B
(115,226,107)
#86E57F
(134,229,127)
#99E893
(153,232,147)
#ACEBA7
(172,235,167)
#BFEEBB
(191,238,187)
#D2F1CF
(210,241,207)
#E5F4E3
(229,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27D61B; }

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

This text font color is #27D61B.


Background Color

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

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

This div background color is #27D61B.


Border color

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

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

This div border color is #27D61B.


Opacity

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

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

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

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

This text has shadow with #27D61B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27D61B on black background.


Color preview on white background

This text has color #27D61B on white background.



Black color preview on #27D61B background

This text has black color on #27D61B background.


White color preview on #27D61B background

This text has white color on #27D61B background.