COLOR #00FF33

HEX: #00FF33
RGB: (0,255,51)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
255
51

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

Portions of RGB colors in percentages

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

%83.33
%16.67

CMYK color model

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

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

CMYK percentages

%100
%0
%80
%0

Codes

Color #00FF33 in popluar color models

00FF33
RGB025551
HSL132°100.00%50.00%
HSB/HSV132°100.00%100.00%
CMYK100.00%0.00%80.00%
0.00%

Color #00FF33 in popluar number systems.

HEX00FF33
Decimal025551
Binary011111111110011
Octal037763

Shades and tints

Shades of #00FF33

#00FF33
(0,255,51)
#00E82F
(0,232,47)
#00D12B
(0,209,43)
#00BA27
(0,186,39)
#00A323
(0,163,35)
#008C1F
(0,140,31)
#00751B
(0,117,27)
#005E17
(0,94,23)
#004713
(0,71,19)
#00300F
(0,48,15)
#00190B
(0,25,11)
#000000
(0,0,0)

Tints of #00FF33

#00FF33
(0,255,51)
#17FF45
(23,255,69)
#2EFF57
(46,255,87)
#45FF69
(69,255,105)
#5CFF7B
(92,255,123)
#73FF8D
(115,255,141)
#8AFF9F
(138,255,159)
#A1FFB1
(161,255,177)
#B8FFC3
(184,255,195)
#CFFFD5
(207,255,213)
#E6FFE7
(230,255,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00FF33; }

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

This text font color is #00FF33.


Background Color

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

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

This div background color is #00FF33.


Border color

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

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

This div border color is #00FF33.


Opacity

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

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

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

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

This text has shadow with #00FF33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FF33 on black background.


Color preview on white background

This text has color #00FF33 on white background.



Black color preview on #00FF33 background

This text has black color on #00FF33 background.


White color preview on #00FF33 background

This text has white color on #00FF33 background.