COLOR #C2EE78

HEX: #C2EE78
RGB: (194,238,120)

Color info

#C2EE78 contains mainly red and green colors. Web safe color of #C2EE78 is #CCFF66 (or #CF6).

RGB color model

#C2EE78 color RGB value is (194,238,120).

  • red value is 194;
  • green value is 238;
  • blue value is 120.
RGB:
(194,238,120)
(76%,93%,47%)

RGB channels and saturation

R 194 of 255 = 76%
G 238 of 255 = 93%
B 120 of 255 = 47%

194
238
120

R + G + B ~ 72%. #C2EE78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 238 + 120 = 552 (100%)
R 194 of 552 ~ 35.14%
G 238 of 552 ~ 43.12%
B 120 of 552 ~ 21.74%

%35.14
%43.12
%21.74

CMYK color model

#C2EE78 color CMYK value is (18,0,50,7).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 49.58%
  • key color value is 6.67%
CMYK:
(18,0,50,7)
C18M0Y50K7 
(18%,0%,50%,7%)
(0.18/0.00/0.50/0.07)	

CMYK percentages

%18.49
%0
%49.58
%6.67

Codes

Color #C2EE78 in popluar color models

C2EE78
RGB194238120
HSL82°77.63%70.20%
HSB/HSV82°49.58%93.33%
CMYK18.49%0.00%49.58%
6.67%

Color #C2EE78 in popluar number systems.

HEXC2EE78
Decimal194238120
Binary11000010111011101111000
Octal302356170

Shades and tints

Shades of #C2EE78

#C2EE78
(194,238,120)
#B1D96E
(177,217,110)
#A0C464
(160,196,100)
#8FAF5A
(143,175,90)
#7E9A50
(126,154,80)
#6D8546
(109,133,70)
#5C703C
(92,112,60)
#4B5B32
(75,91,50)
#3A4628
(58,70,40)
#29311E
(41,49,30)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #C2EE78

#C2EE78
(194,238,120)
#C7EF84
(199,239,132)
#CCF090
(204,240,144)
#D1F19C
(209,241,156)
#D6F2A8
(214,242,168)
#DBF3B4
(219,243,180)
#E0F4C0
(224,244,192)
#E5F5CC
(229,245,204)
#EAF6D8
(234,246,216)
#EFF7E4
(239,247,228)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EE78 color. Also use rgb(194,238,120) instead hex code.

Text Font Color

.myTextColor { color: #C2EE78; }

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

This text font color is #C2EE78.


Background Color

.myBgColor { background-color: #C2EE78; }

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

This div background color is #C2EE78.


Border color

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

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

This div border color is #C2EE78.


Opacity

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

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

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

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

This text has shadow with #C2EE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EE78 on black background.


Color preview on white background

This text has color #C2EE78 on white background.



Black color preview on #C2EE78 background

This text has black color on #C2EE78 background.


White color preview on #C2EE78 background

This text has white color on #C2EE78 background.