COLOR #33C033

HEX: #33C033 RGB: (51,192,51)

Color info

#33C033 contains mainly green color. Web safe color of #33C033 is #33CC33 (or #3C3).

RGB color model

#33C033 color RGB value is (51,192,51).

RGB: (51,192,51) (20%, 75%, 20%)

RGB channels and saturation

R 51 of 255 = 20%
G 192 of 255 = 75%
B 51 of 255 = 20%

51
192
51

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

Portions of RGB colors in percentages

R + G + B = 51 + 192 + 51 = 294 (100%)
R 51 of 294 ~ 17.35%
G 192 of 294 ~ 65.31%
B 51 of 294 ~ 17.35'%

%17.35
%65.31
%17.35

CMYK color model

#33C033 color CMYK value is (73,0,73,25).

  • cyan value is 73.44%
  • magenta value is 0.00%
  • yellow value is 73.44%
  • key color value is 24.71%

CMYK: (73,0,73,25)
C73M0Y73K25 (73%, 0%, 73%, 25%)
(0.73 / 0.00 / 0.73 / 0.25)

CMYK percentages

%73.44
%0
%73.44
%24.71

Codes

Color #33C033 in popluar color models

33 C0 33
RGB 51 192 51
HSL 120° 58.02% 47.65%
HSB/HSV 120° 73.44% 75.29%
CMYK 73.44% 0.00% 73.44%
24.71%

Color #33C033 in popluar number systems.

HEX 33 C0 33
Decimal 51 192 51
Binary 110011 11000000 110011
Octal 63 300 63

Shades and tints

Shades of #33C033

#33C033
(51,192,51)
#2FAF2F
(47,175,47)
#2B9E2B
(43,158,43)
#278D27
(39,141,39)
#237C23
(35,124,35)
#1F6B1F
(31,107,31)
#1B5A1B
(27,90,27)
#174917
(23,73,23)
#133813
(19,56,19)
#0F270F
(15,39,15)
#0B160B
(11,22,11)
#000000
(0,0,0)

Tints of #33C033

#33C033
(51,192,51)
#45C545
(69,197,69)
#57CA57
(87,202,87)
#69CF69
(105,207,105)
#7BD47B
(123,212,123)
#8DD98D
(141,217,141)
#9FDE9F
(159,222,159)
#B1E3B1
(177,227,177)
#C3E8C3
(195,232,195)
#D5EDD5
(213,237,213)
#E7F2E7
(231,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33C033; }

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

This text font color is #33C033.

Background Color

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

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

This div background color is #33C033.

Border color

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

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

This div border color is #33C033.

Opacity

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

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

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

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

This text has shadow with #33C033 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33C033.

Preview

Color preview on black background

This text has color #33C033 on black background.


Color preview on white background

This text has color #33C033 on white background.


Black color preview on #33C033 background

This text has black color on #33C033 background.


White color preview on #33C033 background

This text has white color on #33C033 background.


Related colors

Complementary color

Complementary color for #hex is #CC3FCC.


I love getcolorcode.com

Triadic colors

1 #3333C0 and #C03333 with #33C033 are triadic colors.

2 #33C033 and #C03333 with #33C033 are triadic colors.