COLOR #C2E68E

HEX: #C2E68E
RGB: (194,230,142)

Color info

#C2E68E contains mainly red and green colors. Web safe color of #C2E68E is #CCCC99 (or #CC9).

RGB color model

#C2E68E color RGB value is (194,230,142).

  • red value is 194;
  • green value is 230;
  • blue value is 142.
RGB:
(194,230,142)
(76%,90%,56%)

RGB channels and saturation

R 194 of 255 = 76%
G 230 of 255 = 90%
B 142 of 255 = 56%

194
230
142

R + G + B ~ 74%. #C2E68E is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 230 + 142 = 566 (100%)
R 194 of 566 ~ 34.28%
G 230 of 566 ~ 40.64%
B 142 of 566 ~ 25.09%

%34.28
%40.64
%25.09

CMYK color model

#C2E68E color CMYK value is (16,0,38,10).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 38.26%
  • key color value is 9.80%
CMYK:
(16,0,38,10)
C16M0Y38K10 
(16%,0%,38%,10%)
(0.16/0.00/0.38/0.10)	

CMYK percentages

%15.65
%0
%38.26
%9.8

Codes

Color #C2E68E in popluar color models

C2E68E
RGB194230142
HSL85°63.77%72.94%
HSB/HSV85°38.26%90.20%
CMYK15.65%0.00%38.26%
9.80%

Color #C2E68E in popluar number systems.

HEXC2E68E
Decimal194230142
Binary110000101110011010001110
Octal302346216

Shades and tints

Shades of #C2E68E

#C2E68E
(194,230,142)
#B1D282
(177,210,130)
#A0BE76
(160,190,118)
#8FAA6A
(143,170,106)
#7E965E
(126,150,94)
#6D8252
(109,130,82)
#5C6E46
(92,110,70)
#4B5A3A
(75,90,58)
#3A462E
(58,70,46)
#293222
(41,50,34)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #C2E68E

#C2E68E
(194,230,142)
#C7E898
(199,232,152)
#CCEAA2
(204,234,162)
#D1ECAC
(209,236,172)
#D6EEB6
(214,238,182)
#DBF0C0
(219,240,192)
#E0F2CA
(224,242,202)
#E5F4D4
(229,244,212)
#EAF6DE
(234,246,222)
#EFF8E8
(239,248,232)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E68E color. Also use rgb(194,230,142) instead hex code.

Text Font Color

.myTextColor { color: #C2E68E; }

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

This text font color is #C2E68E.


Background Color

.myBgColor { background-color: #C2E68E; }

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

This div background color is #C2E68E.


Border color

.myBorderColor { border: 1px solid #C2E68E; }

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

This div border color is #C2E68E.


Opacity

.myOpacity80 { color: #C2E68E; opacity: 0.8; }

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

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

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

This text has shadow with #C2E68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E68E on black background.


Color preview on white background

This text has color #C2E68E on white background.



Black color preview on #C2E68E background

This text has black color on #C2E68E background.


White color preview on #C2E68E background

This text has white color on #C2E68E background.