COLOR #66CE18

HEX: #66CE18
RGB: (102,206,24)

Color info

#66CE18 contains mainly green color. Web safe color of #66CE18 is #66CC00 (or #6C0).

RGB color model

#66CE18 color RGB value is (102,206,24).

  • red value is 102;
  • green value is 206;
  • blue value is 24.
RGB:
(102,206,24)
(40%,81%,9%)

RGB channels and saturation

R 102 of 255 = 40%
G 206 of 255 = 81%
B 24 of 255 = 9%

102
206
24

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

Portions of RGB colors in percentages

R + G + B =
102 + 206 + 24 = 332 (100%)
R 102 of 332 ~ 30.72%
G 206 of 332 ~ 62.05%
B 24 of 332 ~ 7.23%

%30.72
%62.05

CMYK color model

#66CE18 color CMYK value is (50,0,88,19).

  • cyan value is 50.49%
  • magenta value is 0.00%
  • yellow value is 88.35%
  • key color value is 19.22%
CMYK:
(50,0,88,19)
C50M0Y88K19 
(50%,0%,88%,19%)
(0.50/0.00/0.88/0.19)	

CMYK percentages

%50.49
%0
%88.35
%19.22

Codes

Color #66CE18 in popluar color models

66CE18
RGB10220624
HSL94°79.13%45.10%
HSB/HSV94°88.35%80.78%
CMYK50.49%0.00%88.35%
19.22%

Color #66CE18 in popluar number systems.

HEX66CE18
Decimal10220624
Binary11001101100111011000
Octal14631630

Shades and tints

Shades of #66CE18

#66CE18
(102,206,24)
#5DBC16
(93,188,22)
#54AA14
(84,170,20)
#4B9812
(75,152,18)
#428610
(66,134,16)
#39740E
(57,116,14)
#30620C
(48,98,12)
#27500A
(39,80,10)
#1E3E08
(30,62,8)
#152C06
(21,44,6)
#0C1A04
(12,26,4)
#000000
(0,0,0)

Tints of #66CE18

#66CE18
(102,206,24)
#73D22D
(115,210,45)
#80D642
(128,214,66)
#8DDA57
(141,218,87)
#9ADE6C
(154,222,108)
#A7E281
(167,226,129)
#B4E696
(180,230,150)
#C1EAAB
(193,234,171)
#CEEEC0
(206,238,192)
#DBF2D5
(219,242,213)
#E8F6EA
(232,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66CE18 color. Also use rgb(102,206,24) instead hex code.

Text Font Color

.myTextColor { color: #66CE18; }

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

This text font color is #66CE18.


Background Color

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

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

This div background color is #66CE18.


Border color

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

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

This div border color is #66CE18.


Opacity

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

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

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

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

This text has shadow with #66CE18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66CE18 on black background.


Color preview on white background

This text has color #66CE18 on white background.



Black color preview on #66CE18 background

This text has black color on #66CE18 background.


White color preview on #66CE18 background

This text has white color on #66CE18 background.