COLOR #33BE25

HEX: #33BE25 RGB: (51,190,37)

Color info

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

RGB color model

#33BE25 color RGB value is (51,190,37).

RGB: (51,190,37) (20%, 75%, 15%)

RGB channels and saturation

R 51 of 255 = 20%
G 190 of 255 = 75%
B 37 of 255 = 15%

51
190
37

R + G + B ~ 37%. #33BE25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 190 + 37 = 278 (100%)
R 51 of 278 ~ 18.35%
G 190 of 278 ~ 68.35%
B 37 of 278 ~ 13.31'%

%18.35
%68.35
%13.31

CMYK color model

#33BE25 color CMYK value is (73,0,81,25).

  • cyan value is 73.16%
  • magenta value is 0.00%
  • yellow value is 80.53%
  • key color value is 25.49%
CMYK: (73,0,81,25) C73M0Y81K25 (73%,0%,81%,25%) (0.73/0.00/0.81/0.25) 

CMYK percentages

%73.16
%0
%80.53
%25.49

Codes

Color #33BE25 in popluar color models

33 BE 25
RGB 51 190 37
HSL 115° 67.40% 44.51%
HSB/HSV 115° 80.53% 74.51%
CMYK 73.16% 0.00% 80.53%
25.49%

Color #33BE25 in popluar number systems.

HEX 33 BE 25
Decimal 51 190 37
Binary 110011 10111110 100101
Octal 63 276 45

Shades and tints

Shades of #33BE25

#33BE25
(51,190,37)
#2FAD22
(47,173,34)
#2B9C1F
(43,156,31)
#278B1C
(39,139,28)
#237A19
(35,122,25)
#1F6916
(31,105,22)
#1B5813
(27,88,19)
#174710
(23,71,16)
#13360D
(19,54,13)
#0F250A
(15,37,10)
#0B1407
(11,20,7)
#000000
(0,0,0)

Tints of #33BE25

#33BE25
(51,190,37)
#45C338
(69,195,56)
#57C84B
(87,200,75)
#69CD5E
(105,205,94)
#7BD271
(123,210,113)
#8DD784
(141,215,132)
#9FDC97
(159,220,151)
#B1E1AA
(177,225,170)
#C3E6BD
(195,230,189)
#D5EBD0
(213,235,208)
#E7F0E3
(231,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33BE25 color. Also use rgb(51,190,37) instead hex code.

Text Font Color

.myTextColor { color: #33BE25; }

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

This text font color is #33BE25.

Background Color

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

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

This div background color is #33BE25.

Border color

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

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

This div border color is #33BE25.

Opacity

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

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

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

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

This text has shadow with #33BE25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33BE25.

Preview

Color preview on black background

This text has color #33BE25 on black background.


Color preview on white background

This text has color #33BE25 on white background.


Black color preview on #33BE25 background

This text has black color on #33BE25 background.


White color preview on #33BE25 background

This text has white color on #33BE25 background.


Related colors

Complementary color

Complementary color for #hex is #CC41DA.


I love getcolorcode.com

Triadic colors

1 #2533BE and #BE2533 with #33BE25 are triadic colors.

2 #25BE33 and #BE3325 with #33BE25 are triadic colors.