COLOR #33FF00

HEX: #33FF00
RGB: (51,255,0)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
255
0

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

Portions of RGB colors in percentages

R + G + B =
51 + 255 + 0 = 306 (100%)
R 51 of 306 ~ 16.67%
G 255 of 306 ~ 83.33%
B 0 of 306 ~ 0%

%16.67
%83.33

CMYK color model

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

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK:
(80,0,100,0)
C80M0Y100K0 
(80%,0%,100%,0%)
(0.80/0.00/1.00/0.00)	

CMYK percentages

%80
%0
%100
%0

Codes

Color #33FF00 in popluar color models

33FF00
RGB512550
HSL108°100.00%50.00%
HSB/HSV108°100.00%100.00%
CMYK80.00%0.00%100.00%
0.00%

Color #33FF00 in popluar number systems.

HEX33FF00
Decimal512550
Binary110011111111110
Octal633770

Shades and tints

Shades of #33FF00

#33FF00
(51,255,0)
#2FE800
(47,232,0)
#2BD100
(43,209,0)
#27BA00
(39,186,0)
#23A300
(35,163,0)
#1F8C00
(31,140,0)
#1B7500
(27,117,0)
#175E00
(23,94,0)
#134700
(19,71,0)
#0F3000
(15,48,0)
#0B1900
(11,25,0)
#000000
(0,0,0)

Tints of #33FF00

#33FF00
(51,255,0)
#45FF17
(69,255,23)
#57FF2E
(87,255,46)
#69FF45
(105,255,69)
#7BFF5C
(123,255,92)
#8DFF73
(141,255,115)
#9FFF8A
(159,255,138)
#B1FFA1
(177,255,161)
#C3FFB8
(195,255,184)
#D5FFCF
(213,255,207)
#E7FFE6
(231,255,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33FF00; }

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

This text font color is #33FF00.


Background Color

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

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

This div background color is #33FF00.


Border color

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

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

This div border color is #33FF00.


Opacity

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

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

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

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

This text has shadow with #33FF00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33FF00 on black background.


Color preview on white background

This text has color #33FF00 on white background.



Black color preview on #33FF00 background

This text has black color on #33FF00 background.


White color preview on #33FF00 background

This text has white color on #33FF00 background.