COLOR #02D940

HEX: #02D940
RGB: (2,217,64)

Color info

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

RGB color model

#02D940 color RGB value is (2,217,64).

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

RGB channels and saturation

R 2 of 255 = 1%
G 217 of 255 = 85%
B 64 of 255 = 25%

2
217
64

R + G + B ~ 37%. #02D940 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 217 + 64 = 283 (100%)
R 2 of 283 ~ 0.71%
G 217 of 283 ~ 76.68%
B 64 of 283 ~ 22.61%

%76.68
%22.61

CMYK color model

#02D940 color CMYK value is (99,0,71,15).

  • cyan value is 99.08%
  • magenta value is 0.00%
  • yellow value is 70.51%
  • key color value is 14.90%
CMYK:
(99,0,71,15)
C99M0Y71K15 
(99%,0%,71%,15%)
(0.99/0.00/0.71/0.15)	

CMYK percentages

%99.08
%0
%70.51
%14.9

Codes

Color #02D940 in popluar color models

02D940
RGB221764
HSL137°98.17%42.94%
HSB/HSV137°99.08%85.10%
CMYK99.08%0.00%70.51%
14.90%

Color #02D940 in popluar number systems.

HEX02D940
Decimal221764
Binary10110110011000000
Octal2331100

Shades and tints

Shades of #02D940

#02D940
(2,217,64)
#02C63B
(2,198,59)
#02B336
(2,179,54)
#02A031
(2,160,49)
#028D2C
(2,141,44)
#027A27
(2,122,39)
#026722
(2,103,34)
#02541D
(2,84,29)
#024118
(2,65,24)
#022E13
(2,46,19)
#021B0E
(2,27,14)
#000000
(0,0,0)

Tints of #02D940

#02D940
(2,217,64)
#19DC51
(25,220,81)
#30DF62
(48,223,98)
#47E273
(71,226,115)
#5EE584
(94,229,132)
#75E895
(117,232,149)
#8CEBA6
(140,235,166)
#A3EEB7
(163,238,183)
#BAF1C8
(186,241,200)
#D1F4D9
(209,244,217)
#E8F7EA
(232,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02D940; }

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

This text font color is #02D940.


Background Color

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

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

This div background color is #02D940.


Border color

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

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

This div border color is #02D940.


Opacity

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

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

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

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

This text has shadow with #02D940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02D940 on black background.


Color preview on white background

This text has color #02D940 on white background.



Black color preview on #02D940 background

This text has black color on #02D940 background.


White color preview on #02D940 background

This text has white color on #02D940 background.