COLOR #42FEAE

HEX: #42FEAE
RGB: (66,254,174)

Color info

#42FEAE contains mainly green color. Web safe color of #42FEAE is #33FF99 (or #3F9).

RGB color model

#42FEAE color RGB value is (66,254,174).

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

RGB channels and saturation

R 66 of 255 = 26%
G 254 of 255 = 100%
B 174 of 255 = 68%

66
254
174

R + G + B ~ 65%. #42FEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
66 + 254 + 174 = 494 (100%)
R 66 of 494 ~ 13.36%
G 254 of 494 ~ 51.42%
B 174 of 494 ~ 35.22%

%13.36
%51.42
%35.22

CMYK color model

#42FEAE color CMYK value is (74,0,31,0).

  • cyan value is 74.02%
  • magenta value is 0.00%
  • yellow value is 31.50%
  • key color value is 0.39%
CMYK:
(74,0,31,0)
C74M0Y31K0 
(74%,0%,31%,0%)
(0.74/0.00/0.31/0.00)	

CMYK percentages

%74.02
%0
%31.5
%0.39

Codes

Color #42FEAE in popluar color models

42FEAE
RGB66254174
HSL154°98.95%62.75%
HSB/HSV154°74.02%99.61%
CMYK74.02%0.00%31.50%
0.39%

Color #42FEAE in popluar number systems.

HEX42FEAE
Decimal66254174
Binary10000101111111010101110
Octal102376256

Shades and tints

Shades of #42FEAE

#42FEAE
(66,254,174)
#3CE79F
(60,231,159)
#36D090
(54,208,144)
#30B981
(48,185,129)
#2AA272
(42,162,114)
#248B63
(36,139,99)
#1E7454
(30,116,84)
#185D45
(24,93,69)
#124636
(18,70,54)
#0C2F27
(12,47,39)
#061818
(6,24,24)
#000000
(0,0,0)

Tints of #42FEAE

#42FEAE
(66,254,174)
#53FEB5
(83,254,181)
#64FEBC
(100,254,188)
#75FEC3
(117,254,195)
#86FECA
(134,254,202)
#97FED1
(151,254,209)
#A8FED8
(168,254,216)
#B9FEDF
(185,254,223)
#CAFEE6
(202,254,230)
#DBFEED
(219,254,237)
#ECFEF4
(236,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42FEAE; }

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

This text font color is #42FEAE.


Background Color

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

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

This div background color is #42FEAE.


Border color

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

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

This div border color is #42FEAE.


Opacity

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

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

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

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

This text has shadow with #42FEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42FEAE on black background.


Color preview on white background

This text has color #42FEAE on white background.



Black color preview on #42FEAE background

This text has black color on #42FEAE background.


White color preview on #42FEAE background

This text has white color on #42FEAE background.