COLOR #00FF66

HEX: #00FF66 RGB: (0,255,102)

Color info

#00FF66 contains mainly green color. #00FF66 color is web safe color. It maybe written shortly as #0F6.

RGB color model

#00FF66 color RGB value is (0,255,102).

RGB: (0,255,102) (0%, 100%, 40%)

RGB channels and saturation

R 0 of 255 = 0%
G 255 of 255 = 100%
B 102 of 255 = 40%

0
255
102

R + G + B ~ 47%. #00FF66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 0 + 255 + 102 = 357 (100%)
R 0 of 357 ~ 0%
G 255 of 357 ~ 71.43%
B 102 of 357 ~ 28.57'%

%71.43
%28.57

CMYK color model

#00FF66 color CMYK value is (100,0,60,0).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 0.00%

CMYK: (100,0,60,0)
C100M0Y60K0 (100%, 0%, 60%, 0%)
(1.00 / 0.00 / 0.60 / 0.00)

CMYK percentages

%100
%0
%60
%0

Codes

Color #00FF66 in popluar color models

00 FF 66
RGB 0 255 102
HSL 144° 100.00% 50.00%
HSB/HSV 144° 100.00% 100.00%
CMYK 100.00% 0.00% 60.00%
0.00%

Color #00FF66 in popluar number systems.

HEX 00 FF 66
Decimal 0 255 102
Binary 0 11111111 1100110
Octal 0 377 146

Shades and tints

Shades of #00FF66

#00FF66
(0,255,102)
#00E85D
(0,232,93)
#00D154
(0,209,84)
#00BA4B
(0,186,75)
#00A342
(0,163,66)
#008C39
(0,140,57)
#007530
(0,117,48)
#005E27
(0,94,39)
#00471E
(0,71,30)
#003015
(0,48,21)
#00190C
(0,25,12)
#000000
(0,0,0)

Tints of #00FF66

#00FF66
(0,255,102)
#17FF73
(23,255,115)
#2EFF80
(46,255,128)
#45FF8D
(69,255,141)
#5CFF9A
(92,255,154)
#73FFA7
(115,255,167)
#8AFFB4
(138,255,180)
#A1FFC1
(161,255,193)
#B8FFCE
(184,255,206)
#CFFFDB
(207,255,219)
#E6FFE8
(230,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00FF66 color. Also use rgb(0,255,102) instead hex code.

Text Font Color

.myTextColor { color: #00FF66; }

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

This text font color is #00FF66.

Background Color

.myBgColor { background-color: #00FF66; }

<div style="background-color:#00FF66">Inner text</div>

This div background color is #00FF66.

Border color

.myBorderColor { border: 1px solid #00FF66; }

<div style="border:3px solid #00FF66">Div</div>

This div border color is #00FF66.

Opacity

.myOpacity80 { color: #00FF66; opacity: 0.8; }

<p style="color:#00FF66;opacity:0.8;">80%</p>

Text with #00FF66 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 #00FF66;}

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

This text has shadow with #00FF66 color.


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

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

This text has shadow with #00FF66 primary color and red secondary color.


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

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

This text has shadow with #00FF66 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00FF66.

Preview

Color preview on black background

This text has color #00FF66 on black background.


Color preview on white background

This text has color #00FF66 on white background.


Black color preview on #00FF66 background

This text has black color on #00FF66 background.


White color preview on #00FF66 background

This text has white color on #00FF66 background.


Related colors

Complementary color

Complementary color for #hex is #FF0099.


I love getcolorcode.com

Triadic colors

1 #6600FF and #FF6600 with #00FF66 are triadic colors.

2 #66FF00 and #FF0066 with #00FF66 are triadic colors.