COLOR #33CD46

HEX: #33CD46
RGB: (51,205,70)

Color info

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

RGB color model

#33CD46 color RGB value is (51,205,70).

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

RGB channels and saturation

R 51 of 255 = 20%
G 205 of 255 = 80%
B 70 of 255 = 27%

51
205
70

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

Portions of RGB colors in percentages

R + G + B =
51 + 205 + 70 = 326 (100%)
R 51 of 326 ~ 15.64%
G 205 of 326 ~ 62.88%
B 70 of 326 ~ 21.47%

%15.64
%62.88
%21.47

CMYK color model

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

  • cyan value is 75.12%
  • magenta value is 0.00%
  • yellow value is 65.85%
  • key color value is 19.61%
CMYK:
(75,0,66,20)
C75M0Y66K20 
(75%,0%,66%,20%)
(0.75/0.00/0.66/0.20)	

CMYK percentages

%75.12
%0
%65.85
%19.61

Codes

Color #33CD46 in popluar color models

33CD46
RGB5120570
HSL127°60.63%50.20%
HSB/HSV127°75.12%80.39%
CMYK75.12%0.00%65.85%
19.61%

Color #33CD46 in popluar number systems.

HEX33CD46
Decimal5120570
Binary110011110011011000110
Octal63315106

Shades and tints

Shades of #33CD46

#33CD46
(51,205,70)
#2FBB40
(47,187,64)
#2BA93A
(43,169,58)
#279734
(39,151,52)
#23852E
(35,133,46)
#1F7328
(31,115,40)
#1B6122
(27,97,34)
#174F1C
(23,79,28)
#133D16
(19,61,22)
#0F2B10
(15,43,16)
#0B190A
(11,25,10)
#000000
(0,0,0)

Tints of #33CD46

#33CD46
(51,205,70)
#45D156
(69,209,86)
#57D566
(87,213,102)
#69D976
(105,217,118)
#7BDD86
(123,221,134)
#8DE196
(141,225,150)
#9FE5A6
(159,229,166)
#B1E9B6
(177,233,182)
#C3EDC6
(195,237,198)
#D5F1D6
(213,241,214)
#E7F5E6
(231,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33CD46; }

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

This text font color is #33CD46.


Background Color

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

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

This div background color is #33CD46.


Border color

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

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

This div border color is #33CD46.


Opacity

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

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

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

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

This text has shadow with #33CD46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33CD46 on black background.


Color preview on white background

This text has color #33CD46 on white background.



Black color preview on #33CD46 background

This text has black color on #33CD46 background.


White color preview on #33CD46 background

This text has white color on #33CD46 background.