COLOR #27F20C

HEX: #27F20C
RGB: (39,242,12)

Color info

#27F20C contains mainly green color. Web safe color of #27F20C is #33FF00 (or #3F0).

RGB color model

#27F20C color RGB value is (39,242,12).

  • red value is 39;
  • green value is 242;
  • blue value is 12.
RGB:
(39,242,12)
(15%,95%,5%)

RGB channels and saturation

R 39 of 255 = 15%
G 242 of 255 = 95%
B 12 of 255 = 5%

39
242
12

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

Portions of RGB colors in percentages

R + G + B =
39 + 242 + 12 = 293 (100%)
R 39 of 293 ~ 13.31%
G 242 of 293 ~ 82.59%
B 12 of 293 ~ 4.1%

%13.31
%82.59

CMYK color model

#27F20C color CMYK value is (84,0,95,5).

  • cyan value is 83.88%
  • magenta value is 0.00%
  • yellow value is 95.04%
  • key color value is 5.10%
CMYK:
(84,0,95,5)
C84M0Y95K5 
(84%,0%,95%,5%)
(0.84/0.00/0.95/0.05)	

CMYK percentages

%83.88
%0
%95.04
%5.1

Codes

Color #27F20C in popluar color models

27F20C
RGB3924212
HSL113°90.55%49.80%
HSB/HSV113°95.04%94.90%
CMYK83.88%0.00%95.04%
5.10%

Color #27F20C in popluar number systems.

HEX27F20C
Decimal3924212
Binary100111111100101100
Octal4736214

Shades and tints

Shades of #27F20C

#27F20C
(39,242,12)
#24DC0B
(36,220,11)
#21C60A
(33,198,10)
#1EB009
(30,176,9)
#1B9A08
(27,154,8)
#188407
(24,132,7)
#156E06
(21,110,6)
#125805
(18,88,5)
#0F4204
(15,66,4)
#0C2C03
(12,44,3)
#091602
(9,22,2)
#000000
(0,0,0)

Tints of #27F20C

#27F20C
(39,242,12)
#3AF322
(58,243,34)
#4DF438
(77,244,56)
#60F54E
(96,245,78)
#73F664
(115,246,100)
#86F77A
(134,247,122)
#99F890
(153,248,144)
#ACF9A6
(172,249,166)
#BFFABC
(191,250,188)
#D2FBD2
(210,251,210)
#E5FCE8
(229,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27F20C; }

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

This text font color is #27F20C.


Background Color

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

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

This div background color is #27F20C.


Border color

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

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

This div border color is #27F20C.


Opacity

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

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

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

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

This text has shadow with #27F20C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27F20C on black background.


Color preview on white background

This text has color #27F20C on white background.



Black color preview on #27F20C background

This text has black color on #27F20C background.


White color preview on #27F20C background

This text has white color on #27F20C background.