COLOR #33CE31

HEX: #33CE31 RGB: (51,206,49)

Color info

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

RGB color model

#33CE31 color RGB value is (51,206,49).

RGB: (51,206,49) (20%, 81%, 19%)

RGB channels and saturation

R 51 of 255 = 20%
G 206 of 255 = 81%
B 49 of 255 = 19%

51
206
49

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

Portions of RGB colors in percentages

R + G + B = 51 + 206 + 49 = 306 (100%)
R 51 of 306 ~ 16.67%
G 206 of 306 ~ 67.32%
B 49 of 306 ~ 16.01'%

%16.67
%67.32
%16.01

CMYK color model

#33CE31 color CMYK value is (75,0,76,19).

  • cyan value is 75.24%
  • magenta value is 0.00%
  • yellow value is 76.21%
  • key color value is 19.22%
CMYK: (75,0,76,19) C75M0Y76K19 (75%,0%,76%,19%) (0.75/0.00/0.76/0.19) 

CMYK percentages

%75.24
%0
%76.21
%19.22

Codes

Color #33CE31 in popluar color models

33 CE 31
RGB 51 206 49
HSL 119° 61.57% 50.00%
HSB/HSV 119° 76.21% 80.78%
CMYK 75.24% 0.00% 76.21%
19.22%

Color #33CE31 in popluar number systems.

HEX 33 CE 31
Decimal 51 206 49
Binary 110011 11001110 110001
Octal 63 316 61

Shades and tints

Shades of #33CE31

#33CE31
(51,206,49)
#2FBC2D
(47,188,45)
#2BAA29
(43,170,41)
#279825
(39,152,37)
#238621
(35,134,33)
#1F741D
(31,116,29)
#1B6219
(27,98,25)
#175015
(23,80,21)
#133E11
(19,62,17)
#0F2C0D
(15,44,13)
#0B1A09
(11,26,9)
#000000
(0,0,0)

Tints of #33CE31

#33CE31
(51,206,49)
#45D243
(69,210,67)
#57D655
(87,214,85)
#69DA67
(105,218,103)
#7BDE79
(123,222,121)
#8DE28B
(141,226,139)
#9FE69D
(159,230,157)
#B1EAAF
(177,234,175)
#C3EEC1
(195,238,193)
#D5F2D3
(213,242,211)
#E7F6E5
(231,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33CE31; }

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

This text font color is #33CE31.

Background Color

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

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

This div background color is #33CE31.

Border color

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

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

This div border color is #33CE31.

Opacity

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

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

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

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

This text has shadow with #33CE31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33CE31.

Preview

Color preview on black background

This text has color #33CE31 on black background.


Color preview on white background

This text has color #33CE31 on white background.


Black color preview on #33CE31 background

This text has black color on #33CE31 background.


White color preview on #33CE31 background

This text has white color on #33CE31 background.


Related colors

Complementary color

Complementary color for #hex is #CC31CE.


I love getcolorcode.com

Triadic colors

1 #3133CE and #CE3133 with #33CE31 are triadic colors.

2 #31CE33 and #CE3331 with #33CE31 are triadic colors.