COLOR #0EE71B

HEX: #0EE71B
RGB: (14,231,27)

Renk bilgisi

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

RGB renk modeli

#0EE71B color RGB value is (14,231,27).

  • kırmız ton 14;
  • yeşil ton 231;
  • mavi ton 27.
RGB:
(14,231,27)
(5%,91%,11%)

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 231 of 255 = 91%
B 27 of 255 = 11%

14
231
27

R + G + B ~ 36%. #0EE71B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 231 + 27 = 272 (100%)
R 14 of 272 ~ 5.15%
G 231 of 272 ~ 84.93%
B 27 of 272 ~ 9.93%

%84.93
%9.93

CMYK RENK MODELİ

#0EE71B rengi CMYK tonu (94,0,88,9).

  • camgöbeği tonu 93.94%
  • eflatun tonu 0.00%
  • sarı tonu 88.31%
  • ana renk tonu 9.41%
CMYK:
(94,0,88,9)
C94M0Y88K9 
(94%,0%,88%,9%)
(0.94/0.00/0.88/0.09)	

CMYK yüzdeleri

%93.94
%0
%88.31
%9.41

Codes

Color #0EE71B in popluar color models

0EE71B
RGB1423127
HSL124°88.57%48.04%
HSB/HSV124°93.94%90.59%
CMYK93.94%0.00%88.31%
9.41%

Color #0EE71B in popluar number systems.

HEX0EE71B
Decimal1423127
Binary11101110011111011
Octal1634733

Shades and tints

Shades of #0EE71B

#0EE71B
(14,231,27)
#0DD219
(13,210,25)
#0CBD17
(12,189,23)
#0BA815
(11,168,21)
#0A9313
(10,147,19)
#097E11
(9,126,17)
#08690F
(8,105,15)
#07540D
(7,84,13)
#063F0B
(6,63,11)
#052A09
(5,42,9)
#041507
(4,21,7)
#000000
(0,0,0)

Tints of #0EE71B

#0EE71B
(14,231,27)
#23E92F
(35,233,47)
#38EB43
(56,235,67)
#4DED57
(77,237,87)
#62EF6B
(98,239,107)
#77F17F
(119,241,127)
#8CF393
(140,243,147)
#A1F5A7
(161,245,167)
#B6F7BB
(182,247,187)
#CBF9CF
(203,249,207)
#E0FBE3
(224,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EE71B color. Also use rgb(14,231,27) instead hex code.

Text Font Color

.myTextColor { color: #0EE71B; }

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

This text font color is #0EE71B.


Background Color

.myBgColor { background-color: #0EE71B; }

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

This div background color is #0EE71B.


Border color

.myBorderColor { border: 1px solid #0EE71B; }

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

This div border color is #0EE71B.


Opacity

.myOpacity80 { color: #0EE71B; opacity: 0.8; }

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

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

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

This text has shadow with #0EE71B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EE71B on black background.


Color preview on white background

This text has color #0EE71B on white background.



Black color preview on #0EE71B background

This text has black color on #0EE71B background.


White color preview on #0EE71B background

This text has white color on #0EE71B background.