COLOR #C2F03C

HEX: #C2F03C
RGB: (194,240,60)

Color info

#C2F03C contains mainly red and green colors. Web safe color of #C2F03C is #CCFF33 (or #CF3).

RGB color model

#C2F03C color RGB value is (194,240,60).

  • red value is 194;
  • green value is 240;
  • blue value is 60.
RGB:
(194,240,60)
(76%,94%,24%)

RGB channels and saturation

R 194 of 255 = 76%
G 240 of 255 = 94%
B 60 of 255 = 24%

194
240
60

R + G + B ~ 65%. #C2F03C is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 240 + 60 = 494 (100%)
R 194 of 494 ~ 39.27%
G 240 of 494 ~ 48.58%
B 60 of 494 ~ 12.15%

%39.27
%48.58
%12.15

CMYK color model

#C2F03C color CMYK value is (19,0,75,6).

  • cyan value is 19.17%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 5.88%
CMYK:
(19,0,75,6)
C19M0Y75K6 
(19%,0%,75%,6%)
(0.19/0.00/0.75/0.06)	

CMYK percentages

%19.17
%0
%75
%5.88

Codes

Color #C2F03C in popluar color models

C2F03C
RGB19424060
HSL75°85.71%58.82%
HSB/HSV75°75.00%94.12%
CMYK19.17%0.00%75.00%
5.88%

Color #C2F03C in popluar number systems.

HEXC2F03C
Decimal19424060
Binary1100001011110000111100
Octal30236074

Shades and tints

Shades of #C2F03C

#C2F03C
(194,240,60)
#B1DB37
(177,219,55)
#A0C632
(160,198,50)
#8FB12D
(143,177,45)
#7E9C28
(126,156,40)
#6D8723
(109,135,35)
#5C721E
(92,114,30)
#4B5D19
(75,93,25)
#3A4814
(58,72,20)
#29330F
(41,51,15)
#181E0A
(24,30,10)
#000000
(0,0,0)

Tints of #C2F03C

#C2F03C
(194,240,60)
#C7F14D
(199,241,77)
#CCF25E
(204,242,94)
#D1F36F
(209,243,111)
#D6F480
(214,244,128)
#DBF591
(219,245,145)
#E0F6A2
(224,246,162)
#E5F7B3
(229,247,179)
#EAF8C4
(234,248,196)
#EFF9D5
(239,249,213)
#F4FAE6
(244,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F03C color. Also use rgb(194,240,60) instead hex code.

Text Font Color

.myTextColor { color: #C2F03C; }

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

This text font color is #C2F03C.


Background Color

.myBgColor { background-color: #C2F03C; }

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

This div background color is #C2F03C.


Border color

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

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

This div border color is #C2F03C.


Opacity

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

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

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

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

This text has shadow with #C2F03C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F03C on black background.


Color preview on white background

This text has color #C2F03C on white background.



Black color preview on #C2F03C background

This text has black color on #C2F03C background.


White color preview on #C2F03C background

This text has white color on #C2F03C background.