COLOR #33FF66

HEX: #33FF66 RGB: (51,255,102)

Color info

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

RGB color model

#33FF66 color RGB value is (51,255,102).

RGB: (51,255,102) (20%, 100%, 40%)

RGB channels and saturation

R 51 of 255 = 20%
G 255 of 255 = 100%
B 102 of 255 = 40%

51
255
102

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

Portions of RGB colors in percentages

R + G + B = 51 + 255 + 102 = 408 (100%)
R 51 of 408 ~ 12.5%
G 255 of 408 ~ 62.5%
B 102 of 408 ~ 25'%

%12.5
%62.5
%25

CMYK color model

#33FF66 color CMYK value is (80,0,60,0).

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

CMYK: (80,0,60,0)
C80M0Y60K0 (80%, 0%, 60%, 0%)
(0.80 / 0.00 / 0.60 / 0.00)

CMYK percentages

%80
%0
%60
%0

Codes

Color #33FF66 in popluar color models

33 FF 66
RGB 51 255 102
HSL 135° 100.00% 60.00%
HSB/HSV 135° 80.00% 100.00%
CMYK 80.00% 0.00% 60.00%
0.00%

Color #33FF66 in popluar number systems.

HEX 33 FF 66
Decimal 51 255 102
Binary 110011 11111111 1100110
Octal 63 377 146

Shades and tints

Shades of #33FF66

#33FF66
(51,255,102)
#2FE85D
(47,232,93)
#2BD154
(43,209,84)
#27BA4B
(39,186,75)
#23A342
(35,163,66)
#1F8C39
(31,140,57)
#1B7530
(27,117,48)
#175E27
(23,94,39)
#13471E
(19,71,30)
#0F3015
(15,48,21)
#0B190C
(11,25,12)
#000000
(0,0,0)

Tints of #33FF66

#33FF66
(51,255,102)
#45FF73
(69,255,115)
#57FF80
(87,255,128)
#69FF8D
(105,255,141)
#7BFF9A
(123,255,154)
#8DFFA7
(141,255,167)
#9FFFB4
(159,255,180)
#B1FFC1
(177,255,193)
#C3FFCE
(195,255,206)
#D5FFDB
(213,255,219)
#E7FFE8
(231,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33FF66; }

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

This text font color is #33FF66.

Background Color

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

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

This div background color is #33FF66.

Border color

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

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

This div border color is #33FF66.

Opacity

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

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

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

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

This text has shadow with #33FF66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33FF66.

Preview

Color preview on black background

This text has color #33FF66 on black background.


Color preview on white background

This text has color #33FF66 on white background.


Black color preview on #33FF66 background

This text has black color on #33FF66 background.


White color preview on #33FF66 background

This text has white color on #33FF66 background.


Related colors

Complementary color

Complementary color for #hex is #CC0099.


I love getcolorcode.com

Triadic colors

1 #6633FF and #FF6633 with #33FF66 are triadic colors.

2 #66FF33 and #FF3366 with #33FF66 are triadic colors.