COLOR #39E125

HEX: #39E125
RGB: (57,225,37)

Color info

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

RGB color model

#39E125 color RGB value is (57,225,37).

  • red value is 57;
  • green value is 225;
  • blue value is 37.
RGB:
(57,225,37)
(22%,88%,15%)

RGB channels and saturation

R 57 of 255 = 22%
G 225 of 255 = 88%
B 37 of 255 = 15%

57
225
37

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

Portions of RGB colors in percentages

R + G + B =
57 + 225 + 37 = 319 (100%)
R 57 of 319 ~ 17.87%
G 225 of 319 ~ 70.53%
B 37 of 319 ~ 11.6%

%17.87
%70.53
%11.6

CMYK color model

#39E125 color CMYK value is (75,0,84,12).

  • cyan value is 74.67%
  • magenta value is 0.00%
  • yellow value is 83.56%
  • key color value is 11.76%
CMYK:
(75,0,84,12)
C75M0Y84K12 
(75%,0%,84%,12%)
(0.75/0.00/0.84/0.12)	

CMYK percentages

%74.67
%0
%83.56
%11.76

Codes

Color #39E125 in popluar color models

39E125
RGB5722537
HSL114°75.81%51.37%
HSB/HSV114°83.56%88.24%
CMYK74.67%0.00%83.56%
11.76%

Color #39E125 in popluar number systems.

HEX39E125
Decimal5722537
Binary11100111100001100101
Octal7134145

Shades and tints

Shades of #39E125

#39E125
(57,225,37)
#34CD22
(52,205,34)
#2FB91F
(47,185,31)
#2AA51C
(42,165,28)
#259119
(37,145,25)
#207D16
(32,125,22)
#1B6913
(27,105,19)
#165510
(22,85,16)
#11410D
(17,65,13)
#0C2D0A
(12,45,10)
#071907
(7,25,7)
#000000
(0,0,0)

Tints of #39E125

#39E125
(57,225,37)
#4BE338
(75,227,56)
#5DE54B
(93,229,75)
#6FE75E
(111,231,94)
#81E971
(129,233,113)
#93EB84
(147,235,132)
#A5ED97
(165,237,151)
#B7EFAA
(183,239,170)
#C9F1BD
(201,241,189)
#DBF3D0
(219,243,208)
#EDF5E3
(237,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39E125 color. Also use rgb(57,225,37) instead hex code.

Text Font Color

.myTextColor { color: #39E125; }

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

This text font color is #39E125.


Background Color

.myBgColor { background-color: #39E125; }

<div style="background-color:#39E125">Inner text</div>

This div background color is #39E125.


Border color

.myBorderColor { border: 1px solid #39E125; }

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

This div border color is #39E125.


Opacity

.myOpacity80 { color: #39E125; opacity: 0.8; }

<p style="color:#39E125;opacity:0.8;">80%</p>

Text with #39E125 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 #39E125;}

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

This text has shadow with #39E125 color.

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

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

This text has shadow with #39E125 primary color and red secondary color.


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

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

This text has shadow with #39E125 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39E125 on black background.


Color preview on white background

This text has color #39E125 on white background.



Black color preview on #39E125 background

This text has black color on #39E125 background.


White color preview on #39E125 background

This text has white color on #39E125 background.