COLOR #3BEF00

HEX: #3BEF00
RGB: (59,239,0)

Color info

#3BEF00 contains mainly green color. Web safe color of #3BEF00 is #33FF00 (or #3F0).

RGB color model

#3BEF00 color RGB value is (59,239,0).

  • red value is 59;
  • green value is 239;
  • blue value is 0.
RGB:
(59,239,0)
(23%,94%,0%)

RGB channels and saturation

R 59 of 255 = 23%
G 239 of 255 = 94%
B 0 of 255 = 0%

59
239
0

R + G + B ~ 39%. #3BEF00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 239 + 0 = 298 (100%)
R 59 of 298 ~ 19.8%
G 239 of 298 ~ 80.2%
B 0 of 298 ~ 0%

%19.8
%80.2

CMYK color model

#3BEF00 color CMYK value is (75,0,100,6).

  • cyan value is 75.31%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 6.27%
CMYK:
(75,0,100,6)
C75M0Y100K6 
(75%,0%,100%,6%)
(0.75/0.00/1.00/0.06)	

CMYK percentages

%75.31
%0
%100
%6.27

Codes

Color #3BEF00 in popluar color models

3BEF00
RGB592390
HSL105°100.00%46.86%
HSB/HSV105°100.00%93.73%
CMYK75.31%0.00%100.00%
6.27%

Color #3BEF00 in popluar number systems.

HEX3BEF00
Decimal592390
Binary111011111011110
Octal733570

Shades and tints

Shades of #3BEF00

#3BEF00
(59,239,0)
#36DA00
(54,218,0)
#31C500
(49,197,0)
#2CB000
(44,176,0)
#279B00
(39,155,0)
#228600
(34,134,0)
#1D7100
(29,113,0)
#185C00
(24,92,0)
#134700
(19,71,0)
#0E3200
(14,50,0)
#091D00
(9,29,0)
#000000
(0,0,0)

Tints of #3BEF00

#3BEF00
(59,239,0)
#4CF017
(76,240,23)
#5DF12E
(93,241,46)
#6EF245
(110,242,69)
#7FF35C
(127,243,92)
#90F473
(144,244,115)
#A1F58A
(161,245,138)
#B2F6A1
(178,246,161)
#C3F7B8
(195,247,184)
#D4F8CF
(212,248,207)
#E5F9E6
(229,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BEF00 color. Also use rgb(59,239,0) instead hex code.

Text Font Color

.myTextColor { color: #3BEF00; }

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

This text font color is #3BEF00.


Background Color

.myBgColor { background-color: #3BEF00; }

<div style="background-color:#3BEF00">Inner text</div>

This div background color is #3BEF00.


Border color

.myBorderColor { border: 1px solid #3BEF00; }

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

This div border color is #3BEF00.


Opacity

.myOpacity80 { color: #3BEF00; opacity: 0.8; }

<p style="color:#3BEF00;opacity:0.8;">80%</p>

Text with #3BEF00 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 #3BEF00;}

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

This text has shadow with #3BEF00 color.

.textShadow {text-shadow: 3px 3px 1px #3BEF00, 3px 3px 1px red;}

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

This text has shadow with #3BEF00 primary color and red secondary color.


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

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

This text has shadow with #3BEF00 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3BEF00;
-webkit-box-shadow: 1px 1px 3px 2px #3BEF00;
box-shadow:1px 1px 3px 2px #3BEF00;">
Div content here</div>
This div box has shadow with color #3BEF00.

Preview

Color preview on black background

This text has color #3BEF00 on black background.


Color preview on white background

This text has color #3BEF00 on white background.



Black color preview on #3BEF00 background

This text has black color on #3BEF00 background.


White color preview on #3BEF00 background

This text has white color on #3BEF00 background.