COLOR #60E642

HEX: #60E642
RGB: (96,230,66)

Color info

#60E642 contains mainly green color. Web safe color of #60E642 is #66CC33 (or #6C3).

RGB color model

#60E642 color RGB value is (96,230,66).

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

RGB channels and saturation

R 96 of 255 = 38%
G 230 of 255 = 90%
B 66 of 255 = 26%

96
230
66

R + G + B ~ 51%. #60E642 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 230 + 66 = 392 (100%)
R 96 of 392 ~ 24.49%
G 230 of 392 ~ 58.67%
B 66 of 392 ~ 16.84%

%24.49
%58.67
%16.84

CMYK color model

#60E642 color CMYK value is (58,0,71,10).

  • cyan value is 58.26%
  • magenta value is 0.00%
  • yellow value is 71.30%
  • key color value is 9.80%
CMYK:
(58,0,71,10)
C58M0Y71K10 
(58%,0%,71%,10%)
(0.58/0.00/0.71/0.10)	

CMYK percentages

%58.26
%0
%71.3
%9.8

Codes

Color #60E642 in popluar color models

60E642
RGB9623066
HSL109°76.64%58.04%
HSB/HSV109°71.30%90.20%
CMYK58.26%0.00%71.30%
9.80%

Color #60E642 in popluar number systems.

HEX60E642
Decimal9623066
Binary1100000111001101000010
Octal140346102

Shades and tints

Shades of #60E642

#60E642
(96,230,66)
#58D23C
(88,210,60)
#50BE36
(80,190,54)
#48AA30
(72,170,48)
#40962A
(64,150,42)
#388224
(56,130,36)
#306E1E
(48,110,30)
#285A18
(40,90,24)
#204612
(32,70,18)
#18320C
(24,50,12)
#101E06
(16,30,6)
#000000
(0,0,0)

Tints of #60E642

#60E642
(96,230,66)
#6EE853
(110,232,83)
#7CEA64
(124,234,100)
#8AEC75
(138,236,117)
#98EE86
(152,238,134)
#A6F097
(166,240,151)
#B4F2A8
(180,242,168)
#C2F4B9
(194,244,185)
#D0F6CA
(208,246,202)
#DEF8DB
(222,248,219)
#ECFAEC
(236,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60E642 color. Also use rgb(96,230,66) instead hex code.

Text Font Color

.myTextColor { color: #60E642; }

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

This text font color is #60E642.


Background Color

.myBgColor { background-color: #60E642; }

<div style="background-color:#60E642">Inner text</div>

This div background color is #60E642.


Border color

.myBorderColor { border: 1px solid #60E642; }

<div style="border:3px solid #60E642">Div</div>

This div border color is #60E642.


Opacity

.myOpacity80 { color: #60E642; opacity: 0.8; }

<p style="color:#60E642;opacity:0.8;">80%</p>

Text with #60E642 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 #60E642;}

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

This text has shadow with #60E642 color.

.textShadow {text-shadow: 3px 3px 1px #60E642, 3px 3px 1px red;}

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

This text has shadow with #60E642 primary color and red secondary color.


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

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

This text has shadow with #60E642 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60E642 on black background.


Color preview on white background

This text has color #60E642 on white background.



Black color preview on #60E642 background

This text has black color on #60E642 background.


White color preview on #60E642 background

This text has white color on #60E642 background.