COLOR #42FE38

HEX: #42FE38
RGB: (66,254,56)

Color info

#42FE38 contains mainly green color. Web safe color of #42FE38 is #33FF33 (or #3F3).

RGB color model

#42FE38 color RGB value is (66,254,56).

  • red value is 66;
  • green value is 254;
  • blue value is 56.
RGB:
(66,254,56)
(26%,100%,22%)

RGB channels and saturation

R 66 of 255 = 26%
G 254 of 255 = 100%
B 56 of 255 = 22%

66
254
56

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

Portions of RGB colors in percentages

R + G + B =
66 + 254 + 56 = 376 (100%)
R 66 of 376 ~ 17.55%
G 254 of 376 ~ 67.55%
B 56 of 376 ~ 14.89%

%17.55
%67.55
%14.89

CMYK color model

#42FE38 color CMYK value is (74,0,78,0).

  • cyan value is 74.02%
  • magenta value is 0.00%
  • yellow value is 77.95%
  • key color value is 0.39%
CMYK:
(74,0,78,0)
C74M0Y78K0 
(74%,0%,78%,0%)
(0.74/0.00/0.78/0.00)	

CMYK percentages

%74.02
%0
%77.95
%0.39

Codes

Color #42FE38 in popluar color models

42FE38
RGB6625456
HSL117°99.00%60.78%
HSB/HSV117°77.95%99.61%
CMYK74.02%0.00%77.95%
0.39%

Color #42FE38 in popluar number systems.

HEX42FE38
Decimal6625456
Binary100001011111110111000
Octal10237670

Shades and tints

Shades of #42FE38

#42FE38
(66,254,56)
#3CE733
(60,231,51)
#36D02E
(54,208,46)
#30B929
(48,185,41)
#2AA224
(42,162,36)
#248B1F
(36,139,31)
#1E741A
(30,116,26)
#185D15
(24,93,21)
#124610
(18,70,16)
#0C2F0B
(12,47,11)
#061806
(6,24,6)
#000000
(0,0,0)

Tints of #42FE38

#42FE38
(66,254,56)
#53FE4A
(83,254,74)
#64FE5C
(100,254,92)
#75FE6E
(117,254,110)
#86FE80
(134,254,128)
#97FE92
(151,254,146)
#A8FEA4
(168,254,164)
#B9FEB6
(185,254,182)
#CAFEC8
(202,254,200)
#DBFEDA
(219,254,218)
#ECFEEC
(236,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42FE38 color. Also use rgb(66,254,56) instead hex code.

Text Font Color

.myTextColor { color: #42FE38; }

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

This text font color is #42FE38.


Background Color

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

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

This div background color is #42FE38.


Border color

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

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

This div border color is #42FE38.


Opacity

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

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

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

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

This text has shadow with #42FE38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42FE38 on black background.


Color preview on white background

This text has color #42FE38 on white background.



Black color preview on #42FE38 background

This text has black color on #42FE38 background.


White color preview on #42FE38 background

This text has white color on #42FE38 background.