COLOR #35BB32

HEX: #35BB32 RGB: (53,187,50)

Color info

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

RGB color model

#35BB32 color RGB value is (53,187,50).

RGB: (53,187,50) (21%, 73%, 20%)

RGB channels and saturation

R 53 of 255 = 21%
G 187 of 255 = 73%
B 50 of 255 = 20%

53
187
50

R + G + B ~ 38%. #35BB32 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 187 + 50 = 290 (100%)
R 53 of 290 ~ 18.28%
G 187 of 290 ~ 64.48%
B 50 of 290 ~ 17.24'%

%18.28
%64.48
%17.24

CMYK color model

#35BB32 color CMYK value is (72,0,73,27).

  • cyan value is 71.66%
  • magenta value is 0.00%
  • yellow value is 73.26%
  • key color value is 26.67%
CMYK: (72,0,73,27) C72M0Y73K27 (72%,0%,73%,27%) (0.72/0.00/0.73/0.27) 

CMYK percentages

%71.66
%0
%73.26
%26.67

Codes

Color #35BB32 in popluar color models

35 BB 32
RGB 53 187 50
HSL 119° 57.81% 46.47%
HSB/HSV 119° 73.26% 73.33%
CMYK 71.66% 0.00% 73.26%
26.67%

Color #35BB32 in popluar number systems.

HEX 35 BB 32
Decimal 53 187 50
Binary 110101 10111011 110010
Octal 65 273 62

Shades and tints

Shades of #35BB32

#35BB32
(53,187,50)
#31AA2E
(49,170,46)
#2D992A
(45,153,42)
#298826
(41,136,38)
#257722
(37,119,34)
#21661E
(33,102,30)
#1D551A
(29,85,26)
#194416
(25,68,22)
#153312
(21,51,18)
#11220E
(17,34,14)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #35BB32

#35BB32
(53,187,50)
#47C144
(71,193,68)
#59C756
(89,199,86)
#6BCD68
(107,205,104)
#7DD37A
(125,211,122)
#8FD98C
(143,217,140)
#A1DF9E
(161,223,158)
#B3E5B0
(179,229,176)
#C5EBC2
(197,235,194)
#D7F1D4
(215,241,212)
#E9F7E6
(233,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35BB32 color. Also use rgb(53,187,50) instead hex code.

Text Font Color

.myTextColor { color: #35BB32; }

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

This text font color is #35BB32.

Background Color

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

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

This div background color is #35BB32.

Border color

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

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

This div border color is #35BB32.

Opacity

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

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

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

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

This text has shadow with #35BB32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35BB32.

Preview

Color preview on black background

This text has color #35BB32 on black background.


Color preview on white background

This text has color #35BB32 on white background.


Black color preview on #35BB32 background

This text has black color on #35BB32 background.


White color preview on #35BB32 background

This text has white color on #35BB32 background.


Related colors

Complementary color

Complementary color for #hex is #CA44CD.


I love getcolorcode.com

Triadic colors

1 #3235BB and #BB3235 with #35BB32 are triadic colors.

2 #32BB35 and #BB3532 with #35BB32 are triadic colors.