COLOR #27DD22

HEX: #27DD22
RGB: (39,221,34)

Color info

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

RGB color model

#27DD22 color RGB value is (39,221,34).

  • red value is 39;
  • green value is 221;
  • blue value is 34.
RGB:
(39,221,34)
(15%,87%,13%)

RGB channels and saturation

R 39 of 255 = 15%
G 221 of 255 = 87%
B 34 of 255 = 13%

39
221
34

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

Portions of RGB colors in percentages

R + G + B =
39 + 221 + 34 = 294 (100%)
R 39 of 294 ~ 13.27%
G 221 of 294 ~ 75.17%
B 34 of 294 ~ 11.56%

%13.27
%75.17
%11.56

CMYK color model

#27DD22 color CMYK value is (82,0,85,13).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 84.62%
  • key color value is 13.33%
CMYK:
(82,0,85,13)
C82M0Y85K13 
(82%,0%,85%,13%)
(0.82/0.00/0.85/0.13)	

CMYK percentages

%82.35
%0
%84.62
%13.33

Codes

Color #27DD22 in popluar color models

27DD22
RGB3922134
HSL118°73.33%50.00%
HSB/HSV118°84.62%86.67%
CMYK82.35%0.00%84.62%
13.33%

Color #27DD22 in popluar number systems.

HEX27DD22
Decimal3922134
Binary10011111011101100010
Octal4733542

Shades and tints

Shades of #27DD22

#27DD22
(39,221,34)
#24C91F
(36,201,31)
#21B51C
(33,181,28)
#1EA119
(30,161,25)
#1B8D16
(27,141,22)
#187913
(24,121,19)
#156510
(21,101,16)
#12510D
(18,81,13)
#0F3D0A
(15,61,10)
#0C2907
(12,41,7)
#091504
(9,21,4)
#000000
(0,0,0)

Tints of #27DD22

#27DD22
(39,221,34)
#3AE036
(58,224,54)
#4DE34A
(77,227,74)
#60E65E
(96,230,94)
#73E972
(115,233,114)
#86EC86
(134,236,134)
#99EF9A
(153,239,154)
#ACF2AE
(172,242,174)
#BFF5C2
(191,245,194)
#D2F8D6
(210,248,214)
#E5FBEA
(229,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27DD22; }

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

This text font color is #27DD22.


Background Color

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

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

This div background color is #27DD22.


Border color

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

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

This div border color is #27DD22.


Opacity

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

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

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

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

This text has shadow with #27DD22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27DD22 on black background.


Color preview on white background

This text has color #27DD22 on white background.



Black color preview on #27DD22 background

This text has black color on #27DD22 background.


White color preview on #27DD22 background

This text has white color on #27DD22 background.