COLOR #27E618

HEX: #27E618
RGB: (39,230,24)

Color info

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

RGB color model

#27E618 color RGB value is (39,230,24).

  • red value is 39;
  • green value is 230;
  • blue value is 24.
RGB:
(39,230,24)
(15%,90%,9%)

RGB channels and saturation

R 39 of 255 = 15%
G 230 of 255 = 90%
B 24 of 255 = 9%

39
230
24

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

Portions of RGB colors in percentages

R + G + B =
39 + 230 + 24 = 293 (100%)
R 39 of 293 ~ 13.31%
G 230 of 293 ~ 78.5%
B 24 of 293 ~ 8.19%

%13.31
%78.5

CMYK color model

#27E618 color CMYK value is (83,0,90,10).

  • cyan value is 83.04%
  • magenta value is 0.00%
  • yellow value is 89.57%
  • key color value is 9.80%
CMYK:
(83,0,90,10)
C83M0Y90K10 
(83%,0%,90%,10%)
(0.83/0.00/0.90/0.10)	

CMYK percentages

%83.04
%0
%89.57
%9.8

Codes

Color #27E618 in popluar color models

27E618
RGB3923024
HSL116°81.10%49.80%
HSB/HSV116°89.57%90.20%
CMYK83.04%0.00%89.57%
9.80%

Color #27E618 in popluar number systems.

HEX27E618
Decimal3923024
Binary1001111110011011000
Octal4734630

Shades and tints

Shades of #27E618

#27E618
(39,230,24)
#24D216
(36,210,22)
#21BE14
(33,190,20)
#1EAA12
(30,170,18)
#1B9610
(27,150,16)
#18820E
(24,130,14)
#156E0C
(21,110,12)
#125A0A
(18,90,10)
#0F4608
(15,70,8)
#0C3206
(12,50,6)
#091E04
(9,30,4)
#000000
(0,0,0)

Tints of #27E618

#27E618
(39,230,24)
#3AE82D
(58,232,45)
#4DEA42
(77,234,66)
#60EC57
(96,236,87)
#73EE6C
(115,238,108)
#86F081
(134,240,129)
#99F296
(153,242,150)
#ACF4AB
(172,244,171)
#BFF6C0
(191,246,192)
#D2F8D5
(210,248,213)
#E5FAEA
(229,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27E618; }

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

This text font color is #27E618.


Background Color

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

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

This div background color is #27E618.


Border color

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

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

This div border color is #27E618.


Opacity

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

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

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

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

This text has shadow with #27E618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27E618 on black background.


Color preview on white background

This text has color #27E618 on white background.



Black color preview on #27E618 background

This text has black color on #27E618 background.


White color preview on #27E618 background

This text has white color on #27E618 background.