COLOR #33CC33

HEX: #33CC33
RGB: (51,204,51)

Color info

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

RGB color model

#33CC33 color RGB value is (51,204,51).

  • red value is 51;
  • green value is 204;
  • blue value is 51.
RGB:
(51,204,51)
(20%,80%,20%)

RGB channels and saturation

R 51 of 255 = 20%
G 204 of 255 = 80%
B 51 of 255 = 20%

51
204
51

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

Portions of RGB colors in percentages

R + G + B =
51 + 204 + 51 = 306 (100%)
R 51 of 306 ~ 16.67%
G 204 of 306 ~ 66.67%
B 51 of 306 ~ 16.67%

%16.67
%66.67
%16.67

CMYK color model

#33CC33 color CMYK value is (75,0,75,20).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 20.00%
CMYK:
(75,0,75,20)
C75M0Y75K20 
(75%,0%,75%,20%)
(0.75/0.00/0.75/0.20)	

CMYK percentages

%75
%0
%75
%20

Codes

Color #33CC33 in popluar color models

33CC33
RGB5120451
HSL120°60.00%50.00%
HSB/HSV120°75.00%80.00%
CMYK75.00%0.00%75.00%
20.00%

Color #33CC33 in popluar number systems.

HEX33CC33
Decimal5120451
Binary11001111001100110011
Octal6331463

Shades and tints

Shades of #33CC33

#33CC33
(51,204,51)
#2FBA2F
(47,186,47)
#2BA82B
(43,168,43)
#279627
(39,150,39)
#238423
(35,132,35)
#1F721F
(31,114,31)
#1B601B
(27,96,27)
#174E17
(23,78,23)
#133C13
(19,60,19)
#0F2A0F
(15,42,15)
#0B180B
(11,24,11)
#000000
(0,0,0)

Tints of #33CC33

#33CC33
(51,204,51)
#45D045
(69,208,69)
#57D457
(87,212,87)
#69D869
(105,216,105)
#7BDC7B
(123,220,123)
#8DE08D
(141,224,141)
#9FE49F
(159,228,159)
#B1E8B1
(177,232,177)
#C3ECC3
(195,236,195)
#D5F0D5
(213,240,213)
#E7F4E7
(231,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33CC33; }

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

This text font color is #33CC33.


Background Color

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

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

This div background color is #33CC33.


Border color

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

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

This div border color is #33CC33.


Opacity

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

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

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

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

This text has shadow with #33CC33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33CC33 on black background.


Color preview on white background

This text has color #33CC33 on white background.



Black color preview on #33CC33 background

This text has black color on #33CC33 background.


White color preview on #33CC33 background

This text has white color on #33CC33 background.