COLOR #2CE471

HEX: #2CE471
RGB: (44,228,113)

Color info

#2CE471 contains mainly green color. Web safe color of #2CE471 is #33CC66 (or #3C6).

RGB color model

#2CE471 color RGB value is (44,228,113).

  • red value is 44;
  • green value is 228;
  • blue value is 113.
RGB:
(44,228,113)
(17%,89%,44%)

RGB channels and saturation

R 44 of 255 = 17%
G 228 of 255 = 89%
B 113 of 255 = 44%

44
228
113

R + G + B ~ 50%. #2CE471 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
44 + 228 + 113 = 385 (100%)
R 44 of 385 ~ 11.43%
G 228 of 385 ~ 59.22%
B 113 of 385 ~ 29.35%

%11.43
%59.22
%29.35

CMYK color model

#2CE471 color CMYK value is (81,0,50,11).

  • cyan value is 80.70%
  • magenta value is 0.00%
  • yellow value is 50.44%
  • key color value is 10.59%
CMYK:
(81,0,50,11)
C81M0Y50K11 
(81%,0%,50%,11%)
(0.81/0.00/0.50/0.11)	

CMYK percentages

%80.7
%0
%50.44
%10.59

Codes

Color #2CE471 in popluar color models

2CE471
RGB44228113
HSL143°77.31%53.33%
HSB/HSV143°80.70%89.41%
CMYK80.70%0.00%50.44%
10.59%

Color #2CE471 in popluar number systems.

HEX2CE471
Decimal44228113
Binary101100111001001110001
Octal54344161

Shades and tints

Shades of #2CE471

#2CE471
(44,228,113)
#28D067
(40,208,103)
#24BC5D
(36,188,93)
#20A853
(32,168,83)
#1C9449
(28,148,73)
#18803F
(24,128,63)
#146C35
(20,108,53)
#10582B
(16,88,43)
#0C4421
(12,68,33)
#083017
(8,48,23)
#041C0D
(4,28,13)
#000000
(0,0,0)

Tints of #2CE471

#2CE471
(44,228,113)
#3FE67D
(63,230,125)
#52E889
(82,232,137)
#65EA95
(101,234,149)
#78ECA1
(120,236,161)
#8BEEAD
(139,238,173)
#9EF0B9
(158,240,185)
#B1F2C5
(177,242,197)
#C4F4D1
(196,244,209)
#D7F6DD
(215,246,221)
#EAF8E9
(234,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2CE471 color. Also use rgb(44,228,113) instead hex code.

Text Font Color

.myTextColor { color: #2CE471; }

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

This text font color is #2CE471.


Background Color

.myBgColor { background-color: #2CE471; }

<div style="background-color:#2CE471">Inner text</div>

This div background color is #2CE471.


Border color

.myBorderColor { border: 1px solid #2CE471; }

<div style="border:3px solid #2CE471">Div</div>

This div border color is #2CE471.


Opacity

.myOpacity80 { color: #2CE471; opacity: 0.8; }

<p style="color:#2CE471;opacity:0.8;">80%</p>

Text with #2CE471 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 #2CE471;}

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

This text has shadow with #2CE471 color.

.textShadow {text-shadow: 3px 3px 1px #2CE471, 3px 3px 1px red;}

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

This text has shadow with #2CE471 primary color and red secondary color.


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

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

This text has shadow with #2CE471 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2CE471 on black background.


Color preview on white background

This text has color #2CE471 on white background.



Black color preview on #2CE471 background

This text has black color on #2CE471 background.


White color preview on #2CE471 background

This text has white color on #2CE471 background.