COLOR #28E514

HEX: #28E514
RGB: (40,229,20)

Color info

#28E514 contains mainly green color. Web safe color of #28E514 is #33CC00 (or #3C0).

RGB color model

#28E514 color RGB value is (40,229,20).

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

RGB channels and saturation

R 40 of 255 = 16%
G 229 of 255 = 90%
B 20 of 255 = 8%

40
229
20

R + G + B ~ 38%. #28E514 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 229 + 20 = 289 (100%)
R 40 of 289 ~ 13.84%
G 229 of 289 ~ 79.24%
B 20 of 289 ~ 6.92%

%13.84
%79.24

CMYK color model

#28E514 color CMYK value is (83,0,91,10).

  • cyan value is 82.53%
  • magenta value is 0.00%
  • yellow value is 91.27%
  • key color value is 10.20%
CMYK:
(83,0,91,10)
C83M0Y91K10 
(83%,0%,91%,10%)
(0.83/0.00/0.91/0.10)	

CMYK percentages

%82.53
%0
%91.27
%10.2

Codes

Color #28E514 in popluar color models

28E514
RGB4022920
HSL114°83.94%48.82%
HSB/HSV114°91.27%89.80%
CMYK82.53%0.00%91.27%
10.20%

Color #28E514 in popluar number systems.

HEX28E514
Decimal4022920
Binary1010001110010110100
Octal5034524

Shades and tints

Shades of #28E514

#28E514
(40,229,20)
#25D113
(37,209,19)
#22BD12
(34,189,18)
#1FA911
(31,169,17)
#1C9510
(28,149,16)
#19810F
(25,129,15)
#166D0E
(22,109,14)
#13590D
(19,89,13)
#10450C
(16,69,12)
#0D310B
(13,49,11)
#0A1D0A
(10,29,10)
#000000
(0,0,0)

Tints of #28E514

#28E514
(40,229,20)
#3BE729
(59,231,41)
#4EE93E
(78,233,62)
#61EB53
(97,235,83)
#74ED68
(116,237,104)
#87EF7D
(135,239,125)
#9AF192
(154,241,146)
#ADF3A7
(173,243,167)
#C0F5BC
(192,245,188)
#D3F7D1
(211,247,209)
#E6F9E6
(230,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28E514 color. Also use rgb(40,229,20) instead hex code.

Text Font Color

.myTextColor { color: #28E514; }

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

This text font color is #28E514.


Background Color

.myBgColor { background-color: #28E514; }

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

This div background color is #28E514.


Border color

.myBorderColor { border: 1px solid #28E514; }

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

This div border color is #28E514.


Opacity

.myOpacity80 { color: #28E514; opacity: 0.8; }

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

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

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

This text has shadow with #28E514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28E514 on black background.


Color preview on white background

This text has color #28E514 on white background.



Black color preview on #28E514 background

This text has black color on #28E514 background.


White color preview on #28E514 background

This text has white color on #28E514 background.