COLOR #C2E634

HEX: #C2E634
RGB: (194,230,52)

Color info

#C2E634 contains mainly red and green colors. Web safe color of #C2E634 is #CCCC33 (or #CC3).

RGB color model

#C2E634 color RGB value is (194,230,52).

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

RGB channels and saturation

R 194 of 255 = 76%
G 230 of 255 = 90%
B 52 of 255 = 20%

194
230
52

R + G + B ~ 62%. #C2E634 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 230 + 52 = 476 (100%)
R 194 of 476 ~ 40.76%
G 230 of 476 ~ 48.32%
B 52 of 476 ~ 10.92%

%40.76
%48.32
%10.92

CMYK color model

#C2E634 color CMYK value is (16,0,77,10).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 77.39%
  • key color value is 9.80%
CMYK:
(16,0,77,10)
C16M0Y77K10 
(16%,0%,77%,10%)
(0.16/0.00/0.77/0.10)	

CMYK percentages

%15.65
%0
%77.39
%9.8

Codes

Color #C2E634 in popluar color models

C2E634
RGB19423052
HSL72°78.07%55.29%
HSB/HSV72°77.39%90.20%
CMYK15.65%0.00%77.39%
9.80%

Color #C2E634 in popluar number systems.

HEXC2E634
Decimal19423052
Binary1100001011100110110100
Octal30234664

Shades and tints

Shades of #C2E634

#C2E634
(194,230,52)
#B1D230
(177,210,48)
#A0BE2C
(160,190,44)
#8FAA28
(143,170,40)
#7E9624
(126,150,36)
#6D8220
(109,130,32)
#5C6E1C
(92,110,28)
#4B5A18
(75,90,24)
#3A4614
(58,70,20)
#293210
(41,50,16)
#181E0C
(24,30,12)
#000000
(0,0,0)

Tints of #C2E634

#C2E634
(194,230,52)
#C7E846
(199,232,70)
#CCEA58
(204,234,88)
#D1EC6A
(209,236,106)
#D6EE7C
(214,238,124)
#DBF08E
(219,240,142)
#E0F2A0
(224,242,160)
#E5F4B2
(229,244,178)
#EAF6C4
(234,246,196)
#EFF8D6
(239,248,214)
#F4FAE8
(244,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E634; }

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

This text font color is #C2E634.


Background Color

.myBgColor { background-color: #C2E634; }

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

This div background color is #C2E634.


Border color

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

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

This div border color is #C2E634.


Opacity

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

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

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

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

This text has shadow with #C2E634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E634 on black background.


Color preview on white background

This text has color #C2E634 on white background.



Black color preview on #C2E634 background

This text has black color on #C2E634 background.


White color preview on #C2E634 background

This text has white color on #C2E634 background.