COLOR #C2E26E

HEX: #C2E26E
RGB: (194,226,110)

Color info

#C2E26E contains mainly red and green colors. Web safe color of #C2E26E is #CCCC66 (or #CC6).

RGB color model

#C2E26E color RGB value is (194,226,110).

  • red value is 194;
  • green value is 226;
  • blue value is 110.
RGB:
(194,226,110)
(76%,89%,43%)

RGB channels and saturation

R 194 of 255 = 76%
G 226 of 255 = 89%
B 110 of 255 = 43%

194
226
110

R + G + B ~ 69%. #C2E26E is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 226 + 110 = 530 (100%)
R 194 of 530 ~ 36.6%
G 226 of 530 ~ 42.64%
B 110 of 530 ~ 20.75%

%36.6
%42.64
%20.75

CMYK color model

#C2E26E color CMYK value is (14,0,51,11).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 51.33%
  • key color value is 11.37%
CMYK:
(14,0,51,11)
C14M0Y51K11 
(14%,0%,51%,11%)
(0.14/0.00/0.51/0.11)	

CMYK percentages

%14.16
%0
%51.33
%11.37

Codes

Color #C2E26E in popluar color models

C2E26E
RGB194226110
HSL77°66.67%65.88%
HSB/HSV77°51.33%88.63%
CMYK14.16%0.00%51.33%
11.37%

Color #C2E26E in popluar number systems.

HEXC2E26E
Decimal194226110
Binary11000010111000101101110
Octal302342156

Shades and tints

Shades of #C2E26E

#C2E26E
(194,226,110)
#B1CE64
(177,206,100)
#A0BA5A
(160,186,90)
#8FA650
(143,166,80)
#7E9246
(126,146,70)
#6D7E3C
(109,126,60)
#5C6A32
(92,106,50)
#4B5628
(75,86,40)
#3A421E
(58,66,30)
#292E14
(41,46,20)
#181A0A
(24,26,10)
#000000
(0,0,0)

Tints of #C2E26E

#C2E26E
(194,226,110)
#C7E47B
(199,228,123)
#CCE688
(204,230,136)
#D1E895
(209,232,149)
#D6EAA2
(214,234,162)
#DBECAF
(219,236,175)
#E0EEBC
(224,238,188)
#E5F0C9
(229,240,201)
#EAF2D6
(234,242,214)
#EFF4E3
(239,244,227)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E26E color. Also use rgb(194,226,110) instead hex code.

Text Font Color

.myTextColor { color: #C2E26E; }

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

This text font color is #C2E26E.


Background Color

.myBgColor { background-color: #C2E26E; }

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

This div background color is #C2E26E.


Border color

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

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

This div border color is #C2E26E.


Opacity

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

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

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

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

This text has shadow with #C2E26E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E26E on black background.


Color preview on white background

This text has color #C2E26E on white background.



Black color preview on #C2E26E background

This text has black color on #C2E26E background.


White color preview on #C2E26E background

This text has white color on #C2E26E background.