COLOR #02CF78

HEX: #02CF78 RGB: (2,207,120)

Color info

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

RGB color model

#02CF78 color RGB value is (2,207,120).

RGB: (2,207,120) (1%, 81%, 47%)

RGB channels and saturation

R 2 of 255 = 1%
G 207 of 255 = 81%
B 120 of 255 = 47%

2
207
120

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

Portions of RGB colors in percentages

R + G + B = 2 + 207 + 120 = 329 (100%)
R 2 of 329 ~ 0.61%
G 207 of 329 ~ 62.92%
B 120 of 329 ~ 36.47'%

%62.92
%36.47

CMYK color model

#02CF78 color CMYK value is (99,0,42,19).

  • cyan value is 99.03%
  • magenta value is 0.00%
  • yellow value is 42.03%
  • key color value is 18.82%

CMYK: (99,0,42,19)
C99M0Y42K19 (99%, 0%, 42%, 19%)
(0.99 / 0.00 / 0.42 / 0.19)

CMYK percentages

%99.03
%0
%42.03
%18.82

Codes

Color #02CF78 in popluar color models

02 CF 78
RGB 2 207 120
HSL 155° 98.09% 40.98%
HSB/HSV 155° 99.03% 81.18%
CMYK 99.03% 0.00% 42.03%
18.82%

Color #02CF78 in popluar number systems.

HEX 02 CF 78
Decimal 2 207 120
Binary 10 11001111 1111000
Octal 2 317 170

Shades and tints

Shades of #02CF78

#02CF78
(2,207,120)
#02BD6E
(2,189,110)
#02AB64
(2,171,100)
#02995A
(2,153,90)
#028750
(2,135,80)
#027546
(2,117,70)
#02633C
(2,99,60)
#025132
(2,81,50)
#023F28
(2,63,40)
#022D1E
(2,45,30)
#021B14
(2,27,20)
#000000
(0,0,0)

Tints of #02CF78

#02CF78
(2,207,120)
#19D384
(25,211,132)
#30D790
(48,215,144)
#47DB9C
(71,219,156)
#5EDFA8
(94,223,168)
#75E3B4
(117,227,180)
#8CE7C0
(140,231,192)
#A3EBCC
(163,235,204)
#BAEFD8
(186,239,216)
#D1F3E4
(209,243,228)
#E8F7F0
(232,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02CF78 color. Also use rgb(2,207,120) instead hex code.

Text Font Color

.myTextColor { color: #02CF78; }

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

This text font color is #02CF78.

Background Color

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

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

This div background color is #02CF78.

Border color

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

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

This div border color is #02CF78.

Opacity

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

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

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

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

This text has shadow with #02CF78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02CF78.

Preview

Color preview on black background

This text has color #02CF78 on black background.


Color preview on white background

This text has color #02CF78 on white background.


Black color preview on #02CF78 background

This text has black color on #02CF78 background.


White color preview on #02CF78 background

This text has white color on #02CF78 background.


Related colors

Complementary color

Complementary color for #hex is #FD3087.


I love getcolorcode.com

Triadic colors

1 #7802CF and #CF7802 with #02CF78 are triadic colors.

2 #78CF02 and #CF0278 with #02CF78 are triadic colors.