COLOR #33FF33

HEX: #33FF33 RGB: (51,255,51)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
255
51

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

Portions of RGB colors in percentages

R + G + B = 51 + 255 + 51 = 357 (100%)
R 51 of 357 ~ 14.29%
G 255 of 357 ~ 71.43%
B 51 of 357 ~ 14.29'%

%14.29
%71.43
%14.29

CMYK color model

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

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

CMYK: (80,0,80,0)
C80M0Y80K0 (80%, 0%, 80%, 0%)
(0.80 / 0.00 / 0.80 / 0.00)

CMYK percentages

%80
%0
%80
%0

Codes

Color #33FF33 in popluar color models

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

Color #33FF33 in popluar number systems.

HEX 33 FF 33
Decimal 51 255 51
Binary 110011 11111111 110011
Octal 63 377 63

Shades and tints

Shades of #33FF33

#33FF33
(51,255,51)
#2FE82F
(47,232,47)
#2BD12B
(43,209,43)
#27BA27
(39,186,39)
#23A323
(35,163,35)
#1F8C1F
(31,140,31)
#1B751B
(27,117,27)
#175E17
(23,94,23)
#134713
(19,71,19)
#0F300F
(15,48,15)
#0B190B
(11,25,11)
#000000
(0,0,0)

Tints of #33FF33

#33FF33
(51,255,51)
#45FF45
(69,255,69)
#57FF57
(87,255,87)
#69FF69
(105,255,105)
#7BFF7B
(123,255,123)
#8DFF8D
(141,255,141)
#9FFF9F
(159,255,159)
#B1FFB1
(177,255,177)
#C3FFC3
(195,255,195)
#D5FFD5
(213,255,213)
#E7FFE7
(231,255,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33FF33; }

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

This text font color is #33FF33.

Background Color

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

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

This div background color is #33FF33.

Border color

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

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

This div border color is #33FF33.

Opacity

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

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

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

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

This text has shadow with #33FF33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33FF33.

Preview

Color preview on black background

This text has color #33FF33 on black background.


Color preview on white background

This text has color #33FF33 on white background.


Black color preview on #33FF33 background

This text has black color on #33FF33 background.


White color preview on #33FF33 background

This text has white color on #33FF33 background.


Related colors

Complementary color

Complementary color for #hex is #CC00CC.


I love getcolorcode.com

Triadic colors

1 #3333FF and #FF3333 with #33FF33 are triadic colors.

2 #33FF33 and #FF3333 with #33FF33 are triadic colors.