COLOR #33CC00

HEX: #33CC00
RGB: (51,204,0)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
204
0

R + G + B ~ 33%. #33CC00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 204 + 0 = 255 (100%)
R 51 of 255 ~ 20%
G 204 of 255 ~ 80%
B 0 of 255 ~ 0%

%20
%80

CMYK color model

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

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

CMYK percentages

%75
%0
%100
%20

Codes

Color #33CC00 in popluar color models

33CC00
RGB512040
HSL105°100.00%40.00%
HSB/HSV105°100.00%80.00%
CMYK75.00%0.00%100.00%
20.00%

Color #33CC00 in popluar number systems.

HEX33CC00
Decimal512040
Binary110011110011000
Octal633140

Shades and tints

Shades of #33CC00

#33CC00
(51,204,0)
#2FBA00
(47,186,0)
#2BA800
(43,168,0)
#279600
(39,150,0)
#238400
(35,132,0)
#1F7200
(31,114,0)
#1B6000
(27,96,0)
#174E00
(23,78,0)
#133C00
(19,60,0)
#0F2A00
(15,42,0)
#0B1800
(11,24,0)
#000000
(0,0,0)

Tints of #33CC00

#33CC00
(51,204,0)
#45D017
(69,208,23)
#57D42E
(87,212,46)
#69D845
(105,216,69)
#7BDC5C
(123,220,92)
#8DE073
(141,224,115)
#9FE48A
(159,228,138)
#B1E8A1
(177,232,161)
#C3ECB8
(195,236,184)
#D5F0CF
(213,240,207)
#E7F4E6
(231,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33CC00; }

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

This text font color is #33CC00.


Background Color

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

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

This div background color is #33CC00.


Border color

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

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

This div border color is #33CC00.


Opacity

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

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

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

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

This text has shadow with #33CC00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33CC00 on black background.


Color preview on white background

This text has color #33CC00 on white background.



Black color preview on #33CC00 background

This text has black color on #33CC00 background.


White color preview on #33CC00 background

This text has white color on #33CC00 background.