COLOR #42FF07

HEX: #42FF07
RGB: (66,255,7)

Color info

#42FF07 contains mainly green color. Web safe color of #42FF07 is #33FF00 (or #3F0).

RGB color model

#42FF07 color RGB value is (66,255,7).

  • red value is 66;
  • green value is 255;
  • blue value is 7.
RGB:
(66,255,7)
(26%,100%,3%)

RGB channels and saturation

R 66 of 255 = 26%
G 255 of 255 = 100%
B 7 of 255 = 3%

66
255
7

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

Portions of RGB colors in percentages

R + G + B =
66 + 255 + 7 = 328 (100%)
R 66 of 328 ~ 20.12%
G 255 of 328 ~ 77.74%
B 7 of 328 ~ 2.13%

%20.12
%77.74

CMYK color model

#42FF07 color CMYK value is (74,0,97,0).

  • cyan value is 74.12%
  • magenta value is 0.00%
  • yellow value is 97.25%
  • key color value is 0.00%
CMYK:
(74,0,97,0)
C74M0Y97K0 
(74%,0%,97%,0%)
(0.74/0.00/0.97/0.00)	

CMYK percentages

%74.12
%0
%97.25
%0

Codes

Color #42FF07 in popluar color models

42FF07
RGB662557
HSL106°100.00%51.37%
HSB/HSV106°97.25%100.00%
CMYK74.12%0.00%97.25%
0.00%

Color #42FF07 in popluar number systems.

HEX42FF07
Decimal662557
Binary100001011111111111
Octal1023777

Shades and tints

Shades of #42FF07

#42FF07
(66,255,7)
#3CE807
(60,232,7)
#36D107
(54,209,7)
#30BA07
(48,186,7)
#2AA307
(42,163,7)
#248C07
(36,140,7)
#1E7507
(30,117,7)
#185E07
(24,94,7)
#124707
(18,71,7)
#0C3007
(12,48,7)
#061907
(6,25,7)
#000000
(0,0,0)

Tints of #42FF07

#42FF07
(66,255,7)
#53FF1D
(83,255,29)
#64FF33
(100,255,51)
#75FF49
(117,255,73)
#86FF5F
(134,255,95)
#97FF75
(151,255,117)
#A8FF8B
(168,255,139)
#B9FFA1
(185,255,161)
#CAFFB7
(202,255,183)
#DBFFCD
(219,255,205)
#ECFFE3
(236,255,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42FF07 color. Also use rgb(66,255,7) instead hex code.

Text Font Color

.myTextColor { color: #42FF07; }

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

This text font color is #42FF07.


Background Color

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

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

This div background color is #42FF07.


Border color

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

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

This div border color is #42FF07.


Opacity

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

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

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

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

This text has shadow with #42FF07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42FF07 on black background.


Color preview on white background

This text has color #42FF07 on white background.



Black color preview on #42FF07 background

This text has black color on #42FF07 background.


White color preview on #42FF07 background

This text has white color on #42FF07 background.