COLOR #C2E10A

HEX: #C2E10A
RGB: (194,225,10)

Color info

#C2E10A contains mainly red and green colors. Web safe color of #C2E10A is #CCCC00 (or #CC0).

RGB color model

#C2E10A color RGB value is (194,225,10).

  • red value is 194;
  • green value is 225;
  • blue value is 10.
RGB:
(194,225,10)
(76%,88%,4%)

RGB channels and saturation

R 194 of 255 = 76%
G 225 of 255 = 88%
B 10 of 255 = 4%

194
225
10

R + G + B ~ 56%. #C2E10A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 225 + 10 = 429 (100%)
R 194 of 429 ~ 45.22%
G 225 of 429 ~ 52.45%
B 10 of 429 ~ 2.33%

%45.22
%52.45

CMYK color model

#C2E10A color CMYK value is (14,0,96,12).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 95.56%
  • key color value is 11.76%
CMYK:
(14,0,96,12)
C14M0Y96K12 
(14%,0%,96%,12%)
(0.14/0.00/0.96/0.12)	

CMYK percentages

%13.78
%0
%95.56
%11.76

Codes

Color #C2E10A in popluar color models

C2E10A
RGB19422510
HSL69°91.49%46.08%
HSB/HSV69°95.56%88.24%
CMYK13.78%0.00%95.56%
11.76%

Color #C2E10A in popluar number systems.

HEXC2E10A
Decimal19422510
Binary11000010111000011010
Octal30234112

Shades and tints

Shades of #C2E10A

#C2E10A
(194,225,10)
#B1CD0A
(177,205,10)
#A0B90A
(160,185,10)
#8FA50A
(143,165,10)
#7E910A
(126,145,10)
#6D7D0A
(109,125,10)
#5C690A
(92,105,10)
#4B550A
(75,85,10)
#3A410A
(58,65,10)
#292D0A
(41,45,10)
#18190A
(24,25,10)
#000000
(0,0,0)

Tints of #C2E10A

#C2E10A
(194,225,10)
#C7E320
(199,227,32)
#CCE536
(204,229,54)
#D1E74C
(209,231,76)
#D6E962
(214,233,98)
#DBEB78
(219,235,120)
#E0ED8E
(224,237,142)
#E5EFA4
(229,239,164)
#EAF1BA
(234,241,186)
#EFF3D0
(239,243,208)
#F4F5E6
(244,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E10A color. Also use rgb(194,225,10) instead hex code.

Text Font Color

.myTextColor { color: #C2E10A; }

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

This text font color is #C2E10A.


Background Color

.myBgColor { background-color: #C2E10A; }

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

This div background color is #C2E10A.


Border color

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

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

This div border color is #C2E10A.


Opacity

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

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

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

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

This text has shadow with #C2E10A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E10A on black background.


Color preview on white background

This text has color #C2E10A on white background.



Black color preview on #C2E10A background

This text has black color on #C2E10A background.


White color preview on #C2E10A background

This text has white color on #C2E10A background.