COLOR #28D701

HEX: #28D701
RGB: (40,215,1)

Color info

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

RGB color model

#28D701 color RGB value is (40,215,1).

  • red value is 40;
  • green value is 215;
  • blue value is 1.
RGB:
(40,215,1)
(16%,84%,0%)

RGB channels and saturation

R 40 of 255 = 16%
G 215 of 255 = 84%
B 1 of 255 = 0%

40
215
1

R + G + B ~ 33%. #28D701 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 215 + 1 = 256 (100%)
R 40 of 256 ~ 15.63%
G 215 of 256 ~ 83.98%
B 1 of 256 ~ 0.39%

%15.63
%83.98

CMYK color model

#28D701 color CMYK value is (81,0,100,16).

  • cyan value is 81.40%
  • magenta value is 0.00%
  • yellow value is 99.53%
  • key color value is 15.69%
CMYK:
(81,0,100,16)
C81M0Y100K16 
(81%,0%,100%,16%)
(0.81/0.00/1.00/0.16)	

CMYK percentages

%81.4
%0
%99.53
%15.69

Codes

Color #28D701 in popluar color models

28D701
RGB402151
HSL109°99.07%42.35%
HSB/HSV109°99.53%84.31%
CMYK81.40%0.00%99.53%
15.69%

Color #28D701 in popluar number systems.

HEX28D701
Decimal402151
Binary101000110101111
Octal503271

Shades and tints

Shades of #28D701

#28D701
(40,215,1)
#25C401
(37,196,1)
#22B101
(34,177,1)
#1F9E01
(31,158,1)
#1C8B01
(28,139,1)
#197801
(25,120,1)
#166501
(22,101,1)
#135201
(19,82,1)
#103F01
(16,63,1)
#0D2C01
(13,44,1)
#0A1901
(10,25,1)
#000000
(0,0,0)

Tints of #28D701

#28D701
(40,215,1)
#3BDA18
(59,218,24)
#4EDD2F
(78,221,47)
#61E046
(97,224,70)
#74E35D
(116,227,93)
#87E674
(135,230,116)
#9AE98B
(154,233,139)
#ADECA2
(173,236,162)
#C0EFB9
(192,239,185)
#D3F2D0
(211,242,208)
#E6F5E7
(230,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28D701 color. Also use rgb(40,215,1) instead hex code.

Text Font Color

.myTextColor { color: #28D701; }

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

This text font color is #28D701.


Background Color

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

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

This div background color is #28D701.


Border color

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

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

This div border color is #28D701.


Opacity

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

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

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

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

This text has shadow with #28D701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28D701 on black background.


Color preview on white background

This text has color #28D701 on white background.



Black color preview on #28D701 background

This text has black color on #28D701 background.


White color preview on #28D701 background

This text has white color on #28D701 background.