COLOR #02C163

HEX: #02C163
RGB: (2,193,99)

Color info

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

RGB color model

#02C163 color RGB value is (2,193,99).

  • red value is 2;
  • green value is 193;
  • blue value is 99.
RGB:
(2,193,99)
(1%,76%,39%)

RGB channels and saturation

R 2 of 255 = 1%
G 193 of 255 = 76%
B 99 of 255 = 39%

2
193
99

R + G + B ~ 39%. #02C163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 193 + 99 = 294 (100%)
R 2 of 294 ~ 0.68%
G 193 of 294 ~ 65.65%
B 99 of 294 ~ 33.67%

%65.65
%33.67

CMYK color model

#02C163 color CMYK value is (99,0,49,24).

  • cyan value is 98.96%
  • magenta value is 0.00%
  • yellow value is 48.70%
  • key color value is 24.31%
CMYK:
(99,0,49,24)
C99M0Y49K24 
(99%,0%,49%,24%)
(0.99/0.00/0.49/0.24)	

CMYK percentages

%98.96
%0
%48.7
%24.31

Codes

Color #02C163 in popluar color models

02C163
RGB219399
HSL150°97.95%38.24%
HSB/HSV150°98.96%75.69%
CMYK98.96%0.00%48.70%
24.31%

Color #02C163 in popluar number systems.

HEX02C163
Decimal219399
Binary10110000011100011
Octal2301143

Shades and tints

Shades of #02C163

#02C163
(2,193,99)
#02B05A
(2,176,90)
#029F51
(2,159,81)
#028E48
(2,142,72)
#027D3F
(2,125,63)
#026C36
(2,108,54)
#025B2D
(2,91,45)
#024A24
(2,74,36)
#02391B
(2,57,27)
#022812
(2,40,18)
#021709
(2,23,9)
#000000
(0,0,0)

Tints of #02C163

#02C163
(2,193,99)
#19C671
(25,198,113)
#30CB7F
(48,203,127)
#47D08D
(71,208,141)
#5ED59B
(94,213,155)
#75DAA9
(117,218,169)
#8CDFB7
(140,223,183)
#A3E4C5
(163,228,197)
#BAE9D3
(186,233,211)
#D1EEE1
(209,238,225)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02C163 color. Also use rgb(2,193,99) instead hex code.

Text Font Color

.myTextColor { color: #02C163; }

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

This text font color is #02C163.


Background Color

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

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

This div background color is #02C163.


Border color

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

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

This div border color is #02C163.


Opacity

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

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

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

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

This text has shadow with #02C163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02C163 on black background.


Color preview on white background

This text has color #02C163 on white background.



Black color preview on #02C163 background

This text has black color on #02C163 background.


White color preview on #02C163 background

This text has white color on #02C163 background.