COLOR #14E51D

HEX: #14E51D
RGB: (20,229,29)

Color info

#14E51D contains mainly green color. Web safe color of #14E51D is #00CC33 (or #0C3).

RGB color model

#14E51D color RGB value is (20,229,29).

  • red value is 20;
  • green value is 229;
  • blue value is 29.
RGB:
(20,229,29)
(8%,90%,11%)

RGB channels and saturation

R 20 of 255 = 8%
G 229 of 255 = 90%
B 29 of 255 = 11%

20
229
29

R + G + B ~ 36%. #14E51D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 229 + 29 = 278 (100%)
R 20 of 278 ~ 7.19%
G 229 of 278 ~ 82.37%
B 29 of 278 ~ 10.43%

%82.37
%10.43

CMYK color model

#14E51D color CMYK value is (91,0,87,10).

  • cyan value is 91.27%
  • magenta value is 0.00%
  • yellow value is 87.34%
  • key color value is 10.20%
CMYK:
(91,0,87,10)
C91M0Y87K10 
(91%,0%,87%,10%)
(0.91/0.00/0.87/0.10)	

CMYK percentages

%91.27
%0
%87.34
%10.2

Codes

Color #14E51D in popluar color models

14E51D
RGB2022929
HSL123°83.94%48.82%
HSB/HSV123°91.27%89.80%
CMYK91.27%0.00%87.34%
10.20%

Color #14E51D in popluar number systems.

HEX14E51D
Decimal2022929
Binary101001110010111101
Octal2434535

Shades and tints

Shades of #14E51D

#14E51D
(20,229,29)
#13D11B
(19,209,27)
#12BD19
(18,189,25)
#11A917
(17,169,23)
#109515
(16,149,21)
#0F8113
(15,129,19)
#0E6D11
(14,109,17)
#0D590F
(13,89,15)
#0C450D
(12,69,13)
#0B310B
(11,49,11)
#0A1D09
(10,29,9)
#000000
(0,0,0)

Tints of #14E51D

#14E51D
(20,229,29)
#29E731
(41,231,49)
#3EE945
(62,233,69)
#53EB59
(83,235,89)
#68ED6D
(104,237,109)
#7DEF81
(125,239,129)
#92F195
(146,241,149)
#A7F3A9
(167,243,169)
#BCF5BD
(188,245,189)
#D1F7D1
(209,247,209)
#E6F9E5
(230,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14E51D color. Also use rgb(20,229,29) instead hex code.

Text Font Color

.myTextColor { color: #14E51D; }

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

This text font color is #14E51D.


Background Color

.myBgColor { background-color: #14E51D; }

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

This div background color is #14E51D.


Border color

.myBorderColor { border: 1px solid #14E51D; }

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

This div border color is #14E51D.


Opacity

.myOpacity80 { color: #14E51D; opacity: 0.8; }

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

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

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

This text has shadow with #14E51D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14E51D on black background.


Color preview on white background

This text has color #14E51D on white background.



Black color preview on #14E51D background

This text has black color on #14E51D background.


White color preview on #14E51D background

This text has white color on #14E51D background.