COLOR #02D728

HEX: #02D728
RGB: (2,215,40)

Color info

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

RGB color model

#02D728 color RGB value is (2,215,40).

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

RGB channels and saturation

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

2
215
40

R + G + B ~ 34%. #02D728 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 215 + 40 = 257 (100%)
R 2 of 257 ~ 0.78%
G 215 of 257 ~ 83.66%
B 40 of 257 ~ 15.56%

%83.66
%15.56

CMYK color model

#02D728 color CMYK value is (99,0,81,16).

  • cyan value is 99.07%
  • magenta value is 0.00%
  • yellow value is 81.40%
  • key color value is 15.69%
CMYK:
(99,0,81,16)
C99M0Y81K16 
(99%,0%,81%,16%)
(0.99/0.00/0.81/0.16)	

CMYK percentages

%99.07
%0
%81.4
%15.69

Codes

Color #02D728 in popluar color models

02D728
RGB221540
HSL131°98.16%42.55%
HSB/HSV131°99.07%84.31%
CMYK99.07%0.00%81.40%
15.69%

Color #02D728 in popluar number systems.

HEX02D728
Decimal221540
Binary1011010111101000
Octal232750

Shades and tints

Shades of #02D728

#02D728
(2,215,40)
#02C425
(2,196,37)
#02B122
(2,177,34)
#029E1F
(2,158,31)
#028B1C
(2,139,28)
#027819
(2,120,25)
#026516
(2,101,22)
#025213
(2,82,19)
#023F10
(2,63,16)
#022C0D
(2,44,13)
#02190A
(2,25,10)
#000000
(0,0,0)

Tints of #02D728

#02D728
(2,215,40)
#19DA3B
(25,218,59)
#30DD4E
(48,221,78)
#47E061
(71,224,97)
#5EE374
(94,227,116)
#75E687
(117,230,135)
#8CE99A
(140,233,154)
#A3ECAD
(163,236,173)
#BAEFC0
(186,239,192)
#D1F2D3
(209,242,211)
#E8F5E6
(232,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02D728 color. Also use rgb(2,215,40) instead hex code.

Text Font Color

.myTextColor { color: #02D728; }

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

This text font color is #02D728.


Background Color

.myBgColor { background-color: #02D728; }

<div style="background-color:#02D728">Inner text</div>

This div background color is #02D728.


Border color

.myBorderColor { border: 1px solid #02D728; }

<div style="border:3px solid #02D728">Div</div>

This div border color is #02D728.


Opacity

.myOpacity80 { color: #02D728; opacity: 0.8; }

<p style="color:#02D728;opacity:0.8;">80%</p>

Text with #02D728 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 #02D728;}

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

This text has shadow with #02D728 color.

.textShadow {text-shadow: 3px 3px 1px #02D728, 3px 3px 1px red;}

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

This text has shadow with #02D728 primary color and red secondary color.


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

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

This text has shadow with #02D728 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02D728 on black background.


Color preview on white background

This text has color #02D728 on white background.



Black color preview on #02D728 background

This text has black color on #02D728 background.


White color preview on #02D728 background

This text has white color on #02D728 background.