COLOR #27F062

HEX: #27F062
RGB: (39,240,98)

Color info

#27F062 contains mainly green color. Web safe color of #27F062 is #33FF66 (or #3F6).

RGB color model

#27F062 color RGB value is (39,240,98).

  • red value is 39;
  • green value is 240;
  • blue value is 98.
RGB:
(39,240,98)
(15%,94%,38%)

RGB channels and saturation

R 39 of 255 = 15%
G 240 of 255 = 94%
B 98 of 255 = 38%

39
240
98

R + G + B ~ 49%. #27F062 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
39 + 240 + 98 = 377 (100%)
R 39 of 377 ~ 10.34%
G 240 of 377 ~ 63.66%
B 98 of 377 ~ 25.99%

%10.34
%63.66
%25.99

CMYK color model

#27F062 color CMYK value is (84,0,59,6).

  • cyan value is 83.75%
  • magenta value is 0.00%
  • yellow value is 59.17%
  • key color value is 5.88%
CMYK:
(84,0,59,6)
C84M0Y59K6 
(84%,0%,59%,6%)
(0.84/0.00/0.59/0.06)	

CMYK percentages

%83.75
%0
%59.17
%5.88

Codes

Color #27F062 in popluar color models

27F062
RGB3924098
HSL138°87.01%54.71%
HSB/HSV138°83.75%94.12%
CMYK83.75%0.00%59.17%
5.88%

Color #27F062 in popluar number systems.

HEX27F062
Decimal3924098
Binary100111111100001100010
Octal47360142

Shades and tints

Shades of #27F062

#27F062
(39,240,98)
#24DB5A
(36,219,90)
#21C652
(33,198,82)
#1EB14A
(30,177,74)
#1B9C42
(27,156,66)
#18873A
(24,135,58)
#157232
(21,114,50)
#125D2A
(18,93,42)
#0F4822
(15,72,34)
#0C331A
(12,51,26)
#091E12
(9,30,18)
#000000
(0,0,0)

Tints of #27F062

#27F062
(39,240,98)
#3AF170
(58,241,112)
#4DF27E
(77,242,126)
#60F38C
(96,243,140)
#73F49A
(115,244,154)
#86F5A8
(134,245,168)
#99F6B6
(153,246,182)
#ACF7C4
(172,247,196)
#BFF8D2
(191,248,210)
#D2F9E0
(210,249,224)
#E5FAEE
(229,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27F062; }

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

This text font color is #27F062.


Background Color

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

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

This div background color is #27F062.


Border color

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

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

This div border color is #27F062.


Opacity

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

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

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

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

This text has shadow with #27F062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27F062 on black background.


Color preview on white background

This text has color #27F062 on white background.



Black color preview on #27F062 background

This text has black color on #27F062 background.


White color preview on #27F062 background

This text has white color on #27F062 background.