COLOR #02C576

HEX: #02C576
RGB: (2,197,118)

Color info

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

RGB color model

#02C576 color RGB value is (2,197,118).

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

RGB channels and saturation

R 2 of 255 = 1%
G 197 of 255 = 77%
B 118 of 255 = 46%

2
197
118

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

Portions of RGB colors in percentages

R + G + B =
2 + 197 + 118 = 317 (100%)
R 2 of 317 ~ 0.63%
G 197 of 317 ~ 62.15%
B 118 of 317 ~ 37.22%

%62.15
%37.22

CMYK color model

#02C576 color CMYK value is (99,0,40,23).

  • cyan value is 98.98%
  • magenta value is 0.00%
  • yellow value is 40.10%
  • key color value is 22.75%
CMYK:
(99,0,40,23)
C99M0Y40K23 
(99%,0%,40%,23%)
(0.99/0.00/0.40/0.23)	

CMYK percentages

%98.98
%0
%40.1
%22.75

Codes

Color #02C576 in popluar color models

02C576
RGB2197118
HSL156°97.99%39.02%
HSB/HSV156°98.98%77.25%
CMYK98.98%0.00%40.10%
22.75%

Color #02C576 in popluar number systems.

HEX02C576
Decimal2197118
Binary10110001011110110
Octal2305166

Shades and tints

Shades of #02C576

#02C576
(2,197,118)
#02B46C
(2,180,108)
#02A362
(2,163,98)
#029258
(2,146,88)
#02814E
(2,129,78)
#027044
(2,112,68)
#025F3A
(2,95,58)
#024E30
(2,78,48)
#023D26
(2,61,38)
#022C1C
(2,44,28)
#021B12
(2,27,18)
#000000
(0,0,0)

Tints of #02C576

#02C576
(2,197,118)
#19CA82
(25,202,130)
#30CF8E
(48,207,142)
#47D49A
(71,212,154)
#5ED9A6
(94,217,166)
#75DEB2
(117,222,178)
#8CE3BE
(140,227,190)
#A3E8CA
(163,232,202)
#BAEDD6
(186,237,214)
#D1F2E2
(209,242,226)
#E8F7EE
(232,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02C576; }

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

This text font color is #02C576.


Background Color

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

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

This div background color is #02C576.


Border color

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

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

This div border color is #02C576.


Opacity

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

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

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

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

This text has shadow with #02C576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02C576 on black background.


Color preview on white background

This text has color #02C576 on white background.



Black color preview on #02C576 background

This text has black color on #02C576 background.


White color preview on #02C576 background

This text has white color on #02C576 background.