COLOR #00EE43

HEX: #00EE43
RGB: (0,238,67)

Renk bilgisi

#00EE43 contains mainly green color. #00EE43 ‘ nin web güvenlik rengi #00FF33 (ya da #0F3) dir.

RGB renk modeli

#00EE43 color RGB value is (0,238,67).

  • kırmız ton 0;
  • yeşil ton 238;
  • mavi ton 67.
RGB:
(0,238,67)
(0%,93%,26%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 238 of 255 = 93%
B 67 of 255 = 26%

0
238
67

R + G + B ~ 40%. #00EE43 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 238 + 67 = 305 (100%)
R 0 of 305 ~ 0%
G 238 of 305 ~ 78.03%
B 67 of 305 ~ 21.97%

%78.03
%21.97

CMYK RENK MODELİ

#00EE43 rengi CMYK tonu (100,0,72,7).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 71.85%
  • ana renk tonu 6.67%
CMYK:
(100,0,72,7)
C100M0Y72K7 
(100%,0%,72%,7%)
(1.00/0.00/0.72/0.07)	

CMYK yüzdeleri

%100
%0
%71.85
%6.67

Codes

Color #00EE43 in popluar color models

00EE43
RGB023867
HSL137°100.00%46.67%
HSB/HSV137°100.00%93.33%
CMYK100.00%0.00%71.85%
6.67%

Color #00EE43 in popluar number systems.

HEX00EE43
Decimal023867
Binary0111011101000011
Octal0356103

Shades and tints

Shades of #00EE43

#00EE43
(0,238,67)
#00D93D
(0,217,61)
#00C437
(0,196,55)
#00AF31
(0,175,49)
#009A2B
(0,154,43)
#008525
(0,133,37)
#00701F
(0,112,31)
#005B19
(0,91,25)
#004613
(0,70,19)
#00310D
(0,49,13)
#001C07
(0,28,7)
#000000
(0,0,0)

Tints of #00EE43

#00EE43
(0,238,67)
#17EF54
(23,239,84)
#2EF065
(46,240,101)
#45F176
(69,241,118)
#5CF287
(92,242,135)
#73F398
(115,243,152)
#8AF4A9
(138,244,169)
#A1F5BA
(161,245,186)
#B8F6CB
(184,246,203)
#CFF7DC
(207,247,220)
#E6F8ED
(230,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00EE43; }

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

This text font color is #00EE43.


Background Color

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

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

This div background color is #00EE43.


Border color

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

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

This div border color is #00EE43.


Opacity

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

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

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

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

This text has shadow with #00EE43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00EE43 on black background.


Color preview on white background

This text has color #00EE43 on white background.



Black color preview on #00EE43 background

This text has black color on #00EE43 background.


White color preview on #00EE43 background

This text has white color on #00EE43 background.