COLOR #42E615

HEX: #42E615
RGB: (66,230,21)

Color info

#42E615 contains mainly green color. Web safe color of #42E615 is #33CC00 (or #3C0).

RGB color model

#42E615 color RGB value is (66,230,21).

  • red value is 66;
  • green value is 230;
  • blue value is 21.
RGB:
(66,230,21)
(26%,90%,8%)

RGB channels and saturation

R 66 of 255 = 26%
G 230 of 255 = 90%
B 21 of 255 = 8%

66
230
21

R + G + B ~ 41%. #42E615 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 230 + 21 = 317 (100%)
R 66 of 317 ~ 20.82%
G 230 of 317 ~ 72.56%
B 21 of 317 ~ 6.62%

%20.82
%72.56

CMYK color model

#42E615 color CMYK value is (71,0,91,10).

  • cyan value is 71.30%
  • magenta value is 0.00%
  • yellow value is 90.87%
  • key color value is 9.80%
CMYK:
(71,0,91,10)
C71M0Y91K10 
(71%,0%,91%,10%)
(0.71/0.00/0.91/0.10)	

CMYK percentages

%71.3
%0
%90.87
%9.8

Codes

Color #42E615 in popluar color models

42E615
RGB6623021
HSL107°83.27%49.22%
HSB/HSV107°90.87%90.20%
CMYK71.30%0.00%90.87%
9.80%

Color #42E615 in popluar number systems.

HEX42E615
Decimal6623021
Binary10000101110011010101
Octal10234625

Shades and tints

Shades of #42E615

#42E615
(66,230,21)
#3CD214
(60,210,20)
#36BE13
(54,190,19)
#30AA12
(48,170,18)
#2A9611
(42,150,17)
#248210
(36,130,16)
#1E6E0F
(30,110,15)
#185A0E
(24,90,14)
#12460D
(18,70,13)
#0C320C
(12,50,12)
#061E0B
(6,30,11)
#000000
(0,0,0)

Tints of #42E615

#42E615
(66,230,21)
#53E82A
(83,232,42)
#64EA3F
(100,234,63)
#75EC54
(117,236,84)
#86EE69
(134,238,105)
#97F07E
(151,240,126)
#A8F293
(168,242,147)
#B9F4A8
(185,244,168)
#CAF6BD
(202,246,189)
#DBF8D2
(219,248,210)
#ECFAE7
(236,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42E615 color. Also use rgb(66,230,21) instead hex code.

Text Font Color

.myTextColor { color: #42E615; }

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

This text font color is #42E615.


Background Color

.myBgColor { background-color: #42E615; }

<div style="background-color:#42E615">Inner text</div>

This div background color is #42E615.


Border color

.myBorderColor { border: 1px solid #42E615; }

<div style="border:3px solid #42E615">Div</div>

This div border color is #42E615.


Opacity

.myOpacity80 { color: #42E615; opacity: 0.8; }

<p style="color:#42E615;opacity:0.8;">80%</p>

Text with #42E615 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 #42E615;}

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

This text has shadow with #42E615 color.

.textShadow {text-shadow: 3px 3px 1px #42E615, 3px 3px 1px red;}

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

This text has shadow with #42E615 primary color and red secondary color.


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

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

This text has shadow with #42E615 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42E615 on black background.


Color preview on white background

This text has color #42E615 on white background.



Black color preview on #42E615 background

This text has black color on #42E615 background.


White color preview on #42E615 background

This text has white color on #42E615 background.