COLOR #00E100

HEX: #00E100
RGB: (0,225,0)

Renk bilgisi

#00E100 contains only green color. #00E100 ‘ nin web güvenlik rengi #00CC00 (ya da #0C0) dir.

RGB renk modeli

#00E100 color RGB value is (0,225,0).

  • kırmız ton 0;
  • yeşil ton 225;
  • mavi ton 0.
RGB:
(0,225,0)
(0%,88%,0%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 225 of 255 = 88%
B 0 of 255 = 0%

0
225
0

R + G + B ~ 29%. #00E100 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 225 + 0 = 225 (100%)
R 0 of 225 ~ 0%
G 225 of 225 ~ 100%
B 0 of 225 ~ 0%

%100

CMYK RENK MODELİ

#00E100 rengi CMYK tonu (100,0,100,12).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 11.76%
CMYK:
(100,0,100,12)
C100M0Y100K12 
(100%,0%,100%,12%)
(1.00/0.00/1.00/0.12)	

CMYK yüzdeleri

%100
%0
%100
%11.76

Codes

Color #00E100 in popluar color models

00E100
RGB02250
HSL120°100.00%44.12%
HSB/HSV120°100.00%88.24%
CMYK100.00%0.00%100.00%
11.76%

Color #00E100 in popluar number systems.

HEX00E100
Decimal02250
Binary0111000010
Octal03410

Shades and tints

Shades of #00E100

#00E100
(0,225,0)
#00CD00
(0,205,0)
#00B900
(0,185,0)
#00A500
(0,165,0)
#009100
(0,145,0)
#007D00
(0,125,0)
#006900
(0,105,0)
#005500
(0,85,0)
#004100
(0,65,0)
#002D00
(0,45,0)
#001900
(0,25,0)
#000000
(0,0,0)

Tints of #00E100

#00E100
(0,225,0)
#17E317
(23,227,23)
#2EE52E
(46,229,46)
#45E745
(69,231,69)
#5CE95C
(92,233,92)
#73EB73
(115,235,115)
#8AED8A
(138,237,138)
#A1EFA1
(161,239,161)
#B8F1B8
(184,241,184)
#CFF3CF
(207,243,207)
#E6F5E6
(230,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00E100 color. Also use rgb(0,225,0) instead hex code.

Text Font Color

.myTextColor { color: #00E100; }

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

This text font color is #00E100.


Background Color

.myBgColor { background-color: #00E100; }

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

This div background color is #00E100.


Border color

.myBorderColor { border: 1px solid #00E100; }

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

This div border color is #00E100.


Opacity

.myOpacity80 { color: #00E100; opacity: 0.8; }

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

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

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

This text has shadow with #00E100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E100 on black background.


Color preview on white background

This text has color #00E100 on white background.



Black color preview on #00E100 background

This text has black color on #00E100 background.


White color preview on #00E100 background

This text has white color on #00E100 background.