COLOR #35DA33

HEX: #35DA33 RGB: (53,218,51)

Color info

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

RGB color model

#35DA33 color RGB value is (53,218,51).

RGB: (53,218,51) (21%, 85%, 20%)

RGB channels and saturation

R 53 of 255 = 21%
G 218 of 255 = 85%
B 51 of 255 = 20%

53
218
51

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

Portions of RGB colors in percentages

R + G + B = 53 + 218 + 51 = 322 (100%)
R 53 of 322 ~ 16.46%
G 218 of 322 ~ 67.7%
B 51 of 322 ~ 15.84'%

%16.46
%67.7
%15.84

CMYK color model

#35DA33 color CMYK value is (76,0,77,15).

  • cyan value is 75.69%
  • magenta value is 0.00%
  • yellow value is 76.61%
  • key color value is 14.51%

CMYK: (76,0,77,15)
C76M0Y77K15 (76%, 0%, 77%, 15%)
(0.76 / 0.00 / 0.77 / 0.15)

CMYK percentages

%75.69
%0
%76.61
%14.51

Codes

Color #35DA33 in popluar color models

35 DA 33
RGB 53 218 51
HSL 119° 69.29% 52.75%
HSB/HSV 119° 76.61% 85.49%
CMYK 75.69% 0.00% 76.61%
14.51%

Color #35DA33 in popluar number systems.

HEX 35 DA 33
Decimal 53 218 51
Binary 110101 11011010 110011
Octal 65 332 63

Shades and tints

Shades of #35DA33

#35DA33
(53,218,51)
#31C72F
(49,199,47)
#2DB42B
(45,180,43)
#29A127
(41,161,39)
#258E23
(37,142,35)
#217B1F
(33,123,31)
#1D681B
(29,104,27)
#195517
(25,85,23)
#154213
(21,66,19)
#112F0F
(17,47,15)
#0D1C0B
(13,28,11)
#000000
(0,0,0)

Tints of #35DA33

#35DA33
(53,218,51)
#47DD45
(71,221,69)
#59E057
(89,224,87)
#6BE369
(107,227,105)
#7DE67B
(125,230,123)
#8FE98D
(143,233,141)
#A1EC9F
(161,236,159)
#B3EFB1
(179,239,177)
#C5F2C3
(197,242,195)
#D7F5D5
(215,245,213)
#E9F8E7
(233,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35DA33 color. Also use rgb(53,218,51) instead hex code.

Text Font Color

.myTextColor { color: #35DA33; }

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

This text font color is #35DA33.

Background Color

.myBgColor { background-color: #35DA33; }

<div style="background-color:#35DA33">Inner text</div>

This div background color is #35DA33.

Border color

.myBorderColor { border: 1px solid #35DA33; }

<div style="border:3px solid #35DA33">Div</div>

This div border color is #35DA33.

Opacity

.myOpacity80 { color: #35DA33; opacity: 0.8; }

<p style="color:#35DA33;opacity:0.8;">80%</p>

Text with #35DA33 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 #35DA33;}

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

This text has shadow with #35DA33 color.


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

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

This text has shadow with #35DA33 primary color and red secondary color.


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

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

This text has shadow with #35DA33 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35DA33.

Preview

Color preview on black background

This text has color #35DA33 on black background.


Color preview on white background

This text has color #35DA33 on white background.


Black color preview on #35DA33 background

This text has black color on #35DA33 background.


White color preview on #35DA33 background

This text has white color on #35DA33 background.


Related colors

Complementary color

Complementary color for #hex is #CA25CC.


I love getcolorcode.com

Triadic colors

1 #3335DA and #DA3335 with #35DA33 are triadic colors.

2 #33DA35 and #DA3533 with #35DA33 are triadic colors.