COLOR #02D989

HEX: #02D989
RGB: (2,217,137)

Color info

#02D989 contains mainly green color. Web safe color of #02D989 is #00CC99 (or #0C9).

RGB color model

#02D989 color RGB value is (2,217,137).

  • red value is 2;
  • green value is 217;
  • blue value is 137.
RGB:
(2,217,137)
(1%,85%,54%)

RGB channels and saturation

R 2 of 255 = 1%
G 217 of 255 = 85%
B 137 of 255 = 54%

2
217
137

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

Portions of RGB colors in percentages

R + G + B =
2 + 217 + 137 = 356 (100%)
R 2 of 356 ~ 0.56%
G 217 of 356 ~ 60.96%
B 137 of 356 ~ 38.48%

%60.96
%38.48

CMYK color model

#02D989 color CMYK value is (99,0,37,15).

  • cyan value is 99.08%
  • magenta value is 0.00%
  • yellow value is 36.87%
  • key color value is 14.90%
CMYK:
(99,0,37,15)
C99M0Y37K15 
(99%,0%,37%,15%)
(0.99/0.00/0.37/0.15)	

CMYK percentages

%99.08
%0
%36.87
%14.9

Codes

Color #02D989 in popluar color models

02D989
RGB2217137
HSL158°98.17%42.94%
HSB/HSV158°99.08%85.10%
CMYK99.08%0.00%36.87%
14.90%

Color #02D989 in popluar number systems.

HEX02D989
Decimal2217137
Binary101101100110001001
Octal2331211

Shades and tints

Shades of #02D989

#02D989
(2,217,137)
#02C67D
(2,198,125)
#02B371
(2,179,113)
#02A065
(2,160,101)
#028D59
(2,141,89)
#027A4D
(2,122,77)
#026741
(2,103,65)
#025435
(2,84,53)
#024129
(2,65,41)
#022E1D
(2,46,29)
#021B11
(2,27,17)
#000000
(0,0,0)

Tints of #02D989

#02D989
(2,217,137)
#19DC93
(25,220,147)
#30DF9D
(48,223,157)
#47E2A7
(71,226,167)
#5EE5B1
(94,229,177)
#75E8BB
(117,232,187)
#8CEBC5
(140,235,197)
#A3EECF
(163,238,207)
#BAF1D9
(186,241,217)
#D1F4E3
(209,244,227)
#E8F7ED
(232,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02D989 color. Also use rgb(2,217,137) instead hex code.

Text Font Color

.myTextColor { color: #02D989; }

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

This text font color is #02D989.


Background Color

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

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

This div background color is #02D989.


Border color

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

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

This div border color is #02D989.


Opacity

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

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

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

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

This text has shadow with #02D989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02D989 on black background.


Color preview on white background

This text has color #02D989 on white background.



Black color preview on #02D989 background

This text has black color on #02D989 background.


White color preview on #02D989 background

This text has white color on #02D989 background.