COLOR #27CB06

HEX: #27CB06
RGB: (39,203,6)

Color info

#27CB06 contains mainly green color. Web safe color of #27CB06 is #33CC00 (or #3C0).

RGB color model

#27CB06 color RGB value is (39,203,6).

  • red value is 39;
  • green value is 203;
  • blue value is 6.
RGB:
(39,203,6)
(15%,80%,2%)

RGB channels and saturation

R 39 of 255 = 15%
G 203 of 255 = 80%
B 6 of 255 = 2%

39
203
6

R + G + B ~ 32%. #27CB06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 203 + 6 = 248 (100%)
R 39 of 248 ~ 15.73%
G 203 of 248 ~ 81.85%
B 6 of 248 ~ 2.42%

%15.73
%81.85

CMYK color model

#27CB06 color CMYK value is (81,0,97,20).

  • cyan value is 80.79%
  • magenta value is 0.00%
  • yellow value is 97.04%
  • key color value is 20.39%
CMYK:
(81,0,97,20)
C81M0Y97K20 
(81%,0%,97%,20%)
(0.81/0.00/0.97/0.20)	

CMYK percentages

%80.79
%0
%97.04
%20.39

Codes

Color #27CB06 in popluar color models

27CB06
RGB392036
HSL110°94.26%40.98%
HSB/HSV110°97.04%79.61%
CMYK80.79%0.00%97.04%
20.39%

Color #27CB06 in popluar number systems.

HEX27CB06
Decimal392036
Binary10011111001011110
Octal473136

Shades and tints

Shades of #27CB06

#27CB06
(39,203,6)
#24B906
(36,185,6)
#21A706
(33,167,6)
#1E9506
(30,149,6)
#1B8306
(27,131,6)
#187106
(24,113,6)
#155F06
(21,95,6)
#124D06
(18,77,6)
#0F3B06
(15,59,6)
#0C2906
(12,41,6)
#091706
(9,23,6)
#000000
(0,0,0)

Tints of #27CB06

#27CB06
(39,203,6)
#3ACF1C
(58,207,28)
#4DD332
(77,211,50)
#60D748
(96,215,72)
#73DB5E
(115,219,94)
#86DF74
(134,223,116)
#99E38A
(153,227,138)
#ACE7A0
(172,231,160)
#BFEBB6
(191,235,182)
#D2EFCC
(210,239,204)
#E5F3E2
(229,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27CB06; }

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

This text font color is #27CB06.


Background Color

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

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

This div background color is #27CB06.


Border color

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

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

This div border color is #27CB06.


Opacity

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

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

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

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

This text has shadow with #27CB06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27CB06 on black background.


Color preview on white background

This text has color #27CB06 on white background.



Black color preview on #27CB06 background

This text has black color on #27CB06 background.


White color preview on #27CB06 background

This text has white color on #27CB06 background.