COLOR #C2E440

HEX: #C2E440
RGB: (194,228,64)

Renk bilgisi

#C2E440 contains mainly red and green colors. #C2E440 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#C2E440 color RGB value is (194,228,64).

  • kırmız ton 194;
  • yeşil ton 228;
  • mavi ton 64.
RGB:
(194,228,64)
(76%,89%,25%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 228 of 255 = 89%
B 64 of 255 = 25%

194
228
64

R + G + B ~ 63%. #C2E440 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 228 + 64 = 486 (100%)
R 194 of 486 ~ 39.92%
G 228 of 486 ~ 46.91%
B 64 of 486 ~ 13.17%

%39.92
%46.91
%13.17

CMYK RENK MODELİ

#C2E440 rengi CMYK tonu (15,0,72,11).

  • camgöbeği tonu 14.91%
  • eflatun tonu 0.00%
  • sarı tonu 71.93%
  • ana renk tonu 10.59%
CMYK:
(15,0,72,11)
C15M0Y72K11 
(15%,0%,72%,11%)
(0.15/0.00/0.72/0.11)	

CMYK yüzdeleri

%14.91
%0
%71.93
%10.59

Codes

Color #C2E440 in popluar color models

C2E440
RGB19422864
HSL72°75.23%57.25%
HSB/HSV72°71.93%89.41%
CMYK14.91%0.00%71.93%
10.59%

Color #C2E440 in popluar number systems.

HEXC2E440
Decimal19422864
Binary11000010111001001000000
Octal302344100

Shades and tints

Shades of #C2E440

#C2E440
(194,228,64)
#B1D03B
(177,208,59)
#A0BC36
(160,188,54)
#8FA831
(143,168,49)
#7E942C
(126,148,44)
#6D8027
(109,128,39)
#5C6C22
(92,108,34)
#4B581D
(75,88,29)
#3A4418
(58,68,24)
#293013
(41,48,19)
#181C0E
(24,28,14)
#000000
(0,0,0)

Tints of #C2E440

#C2E440
(194,228,64)
#C7E651
(199,230,81)
#CCE862
(204,232,98)
#D1EA73
(209,234,115)
#D6EC84
(214,236,132)
#DBEE95
(219,238,149)
#E0F0A6
(224,240,166)
#E5F2B7
(229,242,183)
#EAF4C8
(234,244,200)
#EFF6D9
(239,246,217)
#F4F8EA
(244,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E440 color. Also use rgb(194,228,64) instead hex code.

Text Font Color

.myTextColor { color: #C2E440; }

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

This text font color is #C2E440.


Background Color

.myBgColor { background-color: #C2E440; }

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

This div background color is #C2E440.


Border color

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

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

This div border color is #C2E440.


Opacity

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

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

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

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

This text has shadow with #C2E440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E440 on black background.


Color preview on white background

This text has color #C2E440 on white background.



Black color preview on #C2E440 background

This text has black color on #C2E440 background.


White color preview on #C2E440 background

This text has white color on #C2E440 background.