COLOR #02C242

HEX: #02C242
RGB: (2,194,66)

Color info

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

RGB color model

#02C242 color RGB value is (2,194,66).

  • red value is 2;
  • green value is 194;
  • blue value is 66.
RGB:
(2,194,66)
(1%,76%,26%)

RGB channels and saturation

R 2 of 255 = 1%
G 194 of 255 = 76%
B 66 of 255 = 26%

2
194
66

R + G + B ~ 34%. #02C242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 194 + 66 = 262 (100%)
R 2 of 262 ~ 0.76%
G 194 of 262 ~ 74.05%
B 66 of 262 ~ 25.19%

%74.05
%25.19

CMYK color model

#02C242 color CMYK value is (99,0,66,24).

  • cyan value is 98.97%
  • magenta value is 0.00%
  • yellow value is 65.98%
  • key color value is 23.92%
CMYK:
(99,0,66,24)
C99M0Y66K24 
(99%,0%,66%,24%)
(0.99/0.00/0.66/0.24)	

CMYK percentages

%98.97
%0
%65.98
%23.92

Codes

Color #02C242 in popluar color models

02C242
RGB219466
HSL140°97.96%38.43%
HSB/HSV140°98.97%76.08%
CMYK98.97%0.00%65.98%
23.92%

Color #02C242 in popluar number systems.

HEX02C242
Decimal219466
Binary10110000101000010
Octal2302102

Shades and tints

Shades of #02C242

#02C242
(2,194,66)
#02B13C
(2,177,60)
#02A036
(2,160,54)
#028F30
(2,143,48)
#027E2A
(2,126,42)
#026D24
(2,109,36)
#025C1E
(2,92,30)
#024B18
(2,75,24)
#023A12
(2,58,18)
#02290C
(2,41,12)
#021806
(2,24,6)
#000000
(0,0,0)

Tints of #02C242

#02C242
(2,194,66)
#19C753
(25,199,83)
#30CC64
(48,204,100)
#47D175
(71,209,117)
#5ED686
(94,214,134)
#75DB97
(117,219,151)
#8CE0A8
(140,224,168)
#A3E5B9
(163,229,185)
#BAEACA
(186,234,202)
#D1EFDB
(209,239,219)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02C242 color. Also use rgb(2,194,66) instead hex code.

Text Font Color

.myTextColor { color: #02C242; }

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

This text font color is #02C242.


Background Color

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

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

This div background color is #02C242.


Border color

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

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

This div border color is #02C242.


Opacity

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

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

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

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

This text has shadow with #02C242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02C242 on black background.


Color preview on white background

This text has color #02C242 on white background.



Black color preview on #02C242 background

This text has black color on #02C242 background.


White color preview on #02C242 background

This text has white color on #02C242 background.