COLOR #03E124

HEX: #03E124
RGB: (3,225,36)

Color info

#03E124 contains mainly green color. Web safe color of #03E124 is #00CC33 (or #0C3).

RGB color model

#03E124 color RGB value is (3,225,36).

  • red value is 3;
  • green value is 225;
  • blue value is 36.
RGB:
(3,225,36)
(1%,88%,14%)

RGB channels and saturation

R 3 of 255 = 1%
G 225 of 255 = 88%
B 36 of 255 = 14%

3
225
36

R + G + B ~ 34%. #03E124 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 225 + 36 = 264 (100%)
R 3 of 264 ~ 1.14%
G 225 of 264 ~ 85.23%
B 36 of 264 ~ 13.64%

%85.23
%13.64

CMYK color model

#03E124 color CMYK value is (99,0,84,12).

  • cyan value is 98.67%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 11.76%
CMYK:
(99,0,84,12)
C99M0Y84K12 
(99%,0%,84%,12%)
(0.99/0.00/0.84/0.12)	

CMYK percentages

%98.67
%0
%84
%11.76

Codes

Color #03E124 in popluar color models

03E124
RGB322536
HSL129°97.37%44.71%
HSB/HSV129°98.67%88.24%
CMYK98.67%0.00%84.00%
11.76%

Color #03E124 in popluar number systems.

HEX03E124
Decimal322536
Binary1111100001100100
Octal334144

Shades and tints

Shades of #03E124

#03E124
(3,225,36)
#03CD21
(3,205,33)
#03B91E
(3,185,30)
#03A51B
(3,165,27)
#039118
(3,145,24)
#037D15
(3,125,21)
#036912
(3,105,18)
#03550F
(3,85,15)
#03410C
(3,65,12)
#032D09
(3,45,9)
#031906
(3,25,6)
#000000
(0,0,0)

Tints of #03E124

#03E124
(3,225,36)
#19E337
(25,227,55)
#2FE54A
(47,229,74)
#45E75D
(69,231,93)
#5BE970
(91,233,112)
#71EB83
(113,235,131)
#87ED96
(135,237,150)
#9DEFA9
(157,239,169)
#B3F1BC
(179,241,188)
#C9F3CF
(201,243,207)
#DFF5E2
(223,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03E124 color. Also use rgb(3,225,36) instead hex code.

Text Font Color

.myTextColor { color: #03E124; }

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

This text font color is #03E124.


Background Color

.myBgColor { background-color: #03E124; }

<div style="background-color:#03E124">Inner text</div>

This div background color is #03E124.


Border color

.myBorderColor { border: 1px solid #03E124; }

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

This div border color is #03E124.


Opacity

.myOpacity80 { color: #03E124; opacity: 0.8; }

<p style="color:#03E124;opacity:0.8;">80%</p>

Text with #03E124 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 #03E124;}

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

This text has shadow with #03E124 color.

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

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

This text has shadow with #03E124 primary color and red secondary color.


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

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

This text has shadow with #03E124 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03E124 on black background.


Color preview on white background

This text has color #03E124 on white background.



Black color preview on #03E124 background

This text has black color on #03E124 background.


White color preview on #03E124 background

This text has white color on #03E124 background.