COLOR #33D348

HEX: #33D348 RGB: (51,211,72)

Color info

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

RGB color model

#33D348 color RGB value is (51,211,72).

RGB: (51,211,72) (20%, 83%, 28%)

RGB channels and saturation

R 51 of 255 = 20%
G 211 of 255 = 83%
B 72 of 255 = 28%

51
211
72

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

Portions of RGB colors in percentages

R + G + B = 51 + 211 + 72 = 334 (100%)
R 51 of 334 ~ 15.27%
G 211 of 334 ~ 63.17%
B 72 of 334 ~ 21.56'%

%15.27
%63.17
%21.56

CMYK color model

#33D348 color CMYK value is (76,0,66,17).

  • cyan value is 75.83%
  • magenta value is 0.00%
  • yellow value is 65.88%
  • key color value is 17.25%

CMYK: (76,0,66,17)
C76M0Y66K17 (76%, 0%, 66%, 17%)
(0.76 / 0.00 / 0.66 / 0.17)

CMYK percentages

%75.83
%0
%65.88
%17.25

Codes

Color #33D348 in popluar color models

33 D3 48
RGB 51 211 72
HSL 128° 64.52% 51.37%
HSB/HSV 128° 75.83% 82.75%
CMYK 75.83% 0.00% 65.88%
17.25%

Color #33D348 in popluar number systems.

HEX 33 D3 48
Decimal 51 211 72
Binary 110011 11010011 1001000
Octal 63 323 110

Shades and tints

Shades of #33D348

#33D348
(51,211,72)
#2FC042
(47,192,66)
#2BAD3C
(43,173,60)
#279A36
(39,154,54)
#238730
(35,135,48)
#1F742A
(31,116,42)
#1B6124
(27,97,36)
#174E1E
(23,78,30)
#133B18
(19,59,24)
#0F2812
(15,40,18)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #33D348

#33D348
(51,211,72)
#45D758
(69,215,88)
#57DB68
(87,219,104)
#69DF78
(105,223,120)
#7BE388
(123,227,136)
#8DE798
(141,231,152)
#9FEBA8
(159,235,168)
#B1EFB8
(177,239,184)
#C3F3C8
(195,243,200)
#D5F7D8
(213,247,216)
#E7FBE8
(231,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33D348; }

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

This text font color is #33D348.

Background Color

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

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

This div background color is #33D348.

Border color

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

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

This div border color is #33D348.

Opacity

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

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

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

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

This text has shadow with #33D348 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33D348.

Preview

Color preview on black background

This text has color #33D348 on black background.


Color preview on white background

This text has color #33D348 on white background.


Black color preview on #33D348 background

This text has black color on #33D348 background.


White color preview on #33D348 background

This text has white color on #33D348 background.


Related colors

Complementary color

Complementary color for #33D348 is #CC2CB7.


I love getcolorcode.com

Triadic colors

1 #4833D3 and #D34833 with #33D348 are triadic colors.

2 #48D333 and #D33348 with #33D348 are triadic colors.