COLOR #01EA3C

HEX: #01EA3C
RGB: (1,234,60)

Color info

#01EA3C contains mainly green color. Web safe color of #01EA3C is #00FF33 (or #0F3).

RGB color model

#01EA3C color RGB value is (1,234,60).

  • red value is 1;
  • green value is 234;
  • blue value is 60.
RGB:
(1,234,60)
(0%,92%,24%)

RGB channels and saturation

R 1 of 255 = 0%
G 234 of 255 = 92%
B 60 of 255 = 24%

1
234
60

R + G + B ~ 39%. #01EA3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 234 + 60 = 295 (100%)
R 1 of 295 ~ 0.34%
G 234 of 295 ~ 79.32%
B 60 of 295 ~ 20.34%

%79.32
%20.34

CMYK color model

#01EA3C color CMYK value is (100,0,74,8).

  • cyan value is 99.57%
  • magenta value is 0.00%
  • yellow value is 74.36%
  • key color value is 8.24%
CMYK:
(100,0,74,8)
C100M0Y74K8 
(100%,0%,74%,8%)
(1.00/0.00/0.74/0.08)	

CMYK percentages

%99.57
%0
%74.36
%8.24

Codes

Color #01EA3C in popluar color models

01EA3C
RGB123460
HSL135°99.15%46.08%
HSB/HSV135°99.57%91.76%
CMYK99.57%0.00%74.36%
8.24%

Color #01EA3C in popluar number systems.

HEX01EA3C
Decimal123460
Binary111101010111100
Octal135274

Shades and tints

Shades of #01EA3C

#01EA3C
(1,234,60)
#01D537
(1,213,55)
#01C032
(1,192,50)
#01AB2D
(1,171,45)
#019628
(1,150,40)
#018123
(1,129,35)
#016C1E
(1,108,30)
#015719
(1,87,25)
#014214
(1,66,20)
#012D0F
(1,45,15)
#01180A
(1,24,10)
#000000
(0,0,0)

Tints of #01EA3C

#01EA3C
(1,234,60)
#18EB4D
(24,235,77)
#2FEC5E
(47,236,94)
#46ED6F
(70,237,111)
#5DEE80
(93,238,128)
#74EF91
(116,239,145)
#8BF0A2
(139,240,162)
#A2F1B3
(162,241,179)
#B9F2C4
(185,242,196)
#D0F3D5
(208,243,213)
#E7F4E6
(231,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01EA3C color. Also use rgb(1,234,60) instead hex code.

Text Font Color

.myTextColor { color: #01EA3C; }

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

This text font color is #01EA3C.


Background Color

.myBgColor { background-color: #01EA3C; }

<div style="background-color:#01EA3C">Inner text</div>

This div background color is #01EA3C.


Border color

.myBorderColor { border: 1px solid #01EA3C; }

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

This div border color is #01EA3C.


Opacity

.myOpacity80 { color: #01EA3C; opacity: 0.8; }

<p style="color:#01EA3C;opacity:0.8;">80%</p>

Text with #01EA3C 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 #01EA3C;}

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

This text has shadow with #01EA3C color.

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

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

This text has shadow with #01EA3C primary color and red secondary color.


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

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

This text has shadow with #01EA3C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01EA3C on black background.


Color preview on white background

This text has color #01EA3C on white background.



Black color preview on #01EA3C background

This text has black color on #01EA3C background.


White color preview on #01EA3C background

This text has white color on #01EA3C background.