COLOR #02D576

HEX: #02D576
RGB: (2,213,118)

Color info

#02D576 contains mainly green color. Web safe color of #02D576 is #00CC66 (or #0C6).

RGB color model

#02D576 color RGB value is (2,213,118).

  • red value is 2;
  • green value is 213;
  • blue value is 118.
RGB:
(2,213,118)
(1%,84%,46%)

RGB channels and saturation

R 2 of 255 = 1%
G 213 of 255 = 84%
B 118 of 255 = 46%

2
213
118

R + G + B ~ 44%. #02D576 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
2 + 213 + 118 = 333 (100%)
R 2 of 333 ~ 0.6%
G 213 of 333 ~ 63.96%
B 118 of 333 ~ 35.44%

%63.96
%35.44

CMYK color model

#02D576 color CMYK value is (99,0,45,16).

  • cyan value is 99.06%
  • magenta value is 0.00%
  • yellow value is 44.60%
  • key color value is 16.47%
CMYK:
(99,0,45,16)
C99M0Y45K16 
(99%,0%,45%,16%)
(0.99/0.00/0.45/0.16)	

CMYK percentages

%99.06
%0
%44.6
%16.47

Codes

Color #02D576 in popluar color models

02D576
RGB2213118
HSL153°98.14%42.16%
HSB/HSV153°99.06%83.53%
CMYK99.06%0.00%44.60%
16.47%

Color #02D576 in popluar number systems.

HEX02D576
Decimal2213118
Binary10110101011110110
Octal2325166

Shades and tints

Shades of #02D576

#02D576
(2,213,118)
#02C26C
(2,194,108)
#02AF62
(2,175,98)
#029C58
(2,156,88)
#02894E
(2,137,78)
#027644
(2,118,68)
#02633A
(2,99,58)
#025030
(2,80,48)
#023D26
(2,61,38)
#022A1C
(2,42,28)
#021712
(2,23,18)
#000000
(0,0,0)

Tints of #02D576

#02D576
(2,213,118)
#19D882
(25,216,130)
#30DB8E
(48,219,142)
#47DE9A
(71,222,154)
#5EE1A6
(94,225,166)
#75E4B2
(117,228,178)
#8CE7BE
(140,231,190)
#A3EACA
(163,234,202)
#BAEDD6
(186,237,214)
#D1F0E2
(209,240,226)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02D576 color. Also use rgb(2,213,118) instead hex code.

Text Font Color

.myTextColor { color: #02D576; }

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

This text font color is #02D576.


Background Color

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

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

This div background color is #02D576.


Border color

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

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

This div border color is #02D576.


Opacity

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

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

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

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

This text has shadow with #02D576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02D576 on black background.


Color preview on white background

This text has color #02D576 on white background.



Black color preview on #02D576 background

This text has black color on #02D576 background.


White color preview on #02D576 background

This text has white color on #02D576 background.