COLOR #66EA3F

HEX: #66EA3F RGB: (102,234,63)

Color info

#66EA3F contains mainly green color. Web safe color of #66EA3F is #66FF33 (or #6F3).

RGB color model

#66EA3F color RGB value is (102,234,63).

RGB: (102,234,63) (40%, 92%, 25%)

RGB channels and saturation

R 102 of 255 = 40%
G 234 of 255 = 92%
B 63 of 255 = 25%

102
234
63

R + G + B ~ 52%. #66EA3F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 234 + 63 = 399 (100%)
R 102 of 399 ~ 25.56%
G 234 of 399 ~ 58.65%
B 63 of 399 ~ 15.79'%

%25.56
%58.65
%15.79

CMYK color model

#66EA3F color CMYK value is (56,0,73,8).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 73.08%
  • key color value is 8.24%

CMYK: (56,0,73,8)
C56M0Y73K8 (56%, 0%, 73%, 8%)
(0.56 / 0.00 / 0.73 / 0.08)

CMYK percentages

%56.41
%0
%73.08
%8.24

Codes

Color #66EA3F in popluar color models

66 EA 3F
RGB 102 234 63
HSL 106° 80.28% 58.24%
HSB/HSV 106° 73.08% 91.76%
CMYK 56.41% 0.00% 73.08%
8.24%

Color #66EA3F in popluar number systems.

HEX 66 EA 3F
Decimal 102 234 63
Binary 1100110 11101010 111111
Octal 146 352 77

Shades and tints

Shades of #66EA3F

#66EA3F
(102,234,63)
#5DD53A
(93,213,58)
#54C035
(84,192,53)
#4BAB30
(75,171,48)
#42962B
(66,150,43)
#398126
(57,129,38)
#306C21
(48,108,33)
#27571C
(39,87,28)
#1E4217
(30,66,23)
#152D12
(21,45,18)
#0C180D
(12,24,13)
#000000
(0,0,0)

Tints of #66EA3F

#66EA3F
(102,234,63)
#73EB50
(115,235,80)
#80EC61
(128,236,97)
#8DED72
(141,237,114)
#9AEE83
(154,238,131)
#A7EF94
(167,239,148)
#B4F0A5
(180,240,165)
#C1F1B6
(193,241,182)
#CEF2C7
(206,242,199)
#DBF3D8
(219,243,216)
#E8F4E9
(232,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66EA3F color. Also use rgb(102,234,63) instead hex code.

Text Font Color

.myTextColor { color: #66EA3F; }

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

This text font color is #66EA3F.

Background Color

.myBgColor { background-color: #66EA3F; }

<div style="background-color:#66EA3F">Inner text</div>

This div background color is #66EA3F.

Border color

.myBorderColor { border: 1px solid #66EA3F; }

<div style="border:3px solid #66EA3F">Div</div>

This div border color is #66EA3F.

Opacity

.myOpacity80 { color: #66EA3F; opacity: 0.8; }

<p style="color:#66EA3F;opacity:0.8;">80%</p>

Text with #66EA3F 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 #66EA3F;}

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

This text has shadow with #66EA3F color.


.textShadow {text-shadow: 3px 3px 1px #66EA3F', 3px 3px 1px red;}

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

This text has shadow with #66EA3F primary color and red secondary color.


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

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

This text has shadow with #66EA3F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66EA3F; -webkit-box-shadow: 1px 1px 3px 2px #66EA3F; box-shadow:1px 1px 3px 2px #66EA3F;">
Div content here
</div>

This div box has shadow with color #66EA3F.

Preview

Color preview on black background

This text has color #66EA3F on black background.


Color preview on white background

This text has color #66EA3F on white background.


Black color preview on #66EA3F background

This text has black color on #66EA3F background.


White color preview on #66EA3F background

This text has white color on #66EA3F background.


Related colors

Complementary color

Complementary color for #hex is #9915C0.


I love getcolorcode.com

Triadic colors

1 #3F66EA and #EA3F66 with #66EA3F are triadic colors.

2 #3FEA66 and #EA663F with #66EA3F are triadic colors.