COLOR #C3E70F

HEX: #C3E70F
RGB: (195,231,15)

Color info

#C3E70F contains mainly red and green colors. Web safe color of #C3E70F is #CCFF00 (or #CF0).

RGB color model

#C3E70F color RGB value is (195,231,15).

  • red value is 195;
  • green value is 231;
  • blue value is 15.
RGB:
(195,231,15)
(76%,91%,6%)

RGB channels and saturation

R 195 of 255 = 76%
G 231 of 255 = 91%
B 15 of 255 = 6%

195
231
15

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

Portions of RGB colors in percentages

R + G + B =
195 + 231 + 15 = 441 (100%)
R 195 of 441 ~ 44.22%
G 231 of 441 ~ 52.38%
B 15 of 441 ~ 3.4%

%44.22
%52.38

CMYK color model

#C3E70F color CMYK value is (16,0,94,9).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 93.51%
  • key color value is 9.41%
CMYK:
(16,0,94,9)
C16M0Y94K9 
(16%,0%,94%,9%)
(0.16/0.00/0.94/0.09)	

CMYK percentages

%15.58
%0
%93.51
%9.41

Codes

Color #C3E70F in popluar color models

C3E70F
RGB19523115
HSL70°87.80%48.24%
HSB/HSV70°93.51%90.59%
CMYK15.58%0.00%93.51%
9.41%

Color #C3E70F in popluar number systems.

HEXC3E70F
Decimal19523115
Binary11000011111001111111
Octal30334717

Shades and tints

Shades of #C3E70F

#C3E70F
(195,231,15)
#B2D20E
(178,210,14)
#A1BD0D
(161,189,13)
#90A80C
(144,168,12)
#7F930B
(127,147,11)
#6E7E0A
(110,126,10)
#5D6909
(93,105,9)
#4C5408
(76,84,8)
#3B3F07
(59,63,7)
#2A2A06
(42,42,6)
#191505
(25,21,5)
#000000
(0,0,0)

Tints of #C3E70F

#C3E70F
(195,231,15)
#C8E924
(200,233,36)
#CDEB39
(205,235,57)
#D2ED4E
(210,237,78)
#D7EF63
(215,239,99)
#DCF178
(220,241,120)
#E1F38D
(225,243,141)
#E6F5A2
(230,245,162)
#EBF7B7
(235,247,183)
#F0F9CC
(240,249,204)
#F5FBE1
(245,251,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E70F color. Also use rgb(195,231,15) instead hex code.

Text Font Color

.myTextColor { color: #C3E70F; }

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

This text font color is #C3E70F.


Background Color

.myBgColor { background-color: #C3E70F; }

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

This div background color is #C3E70F.


Border color

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

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

This div border color is #C3E70F.


Opacity

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

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

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

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

This text has shadow with #C3E70F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E70F on black background.


Color preview on white background

This text has color #C3E70F on white background.



Black color preview on #C3E70F background

This text has black color on #C3E70F background.


White color preview on #C3E70F background

This text has white color on #C3E70F background.