COLOR #05FE29

HEX: #05FE29
RGB: (5,254,41)

Color info

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

RGB color model

#05FE29 color RGB value is (5,254,41).

  • red value is 5;
  • green value is 254;
  • blue value is 41.
RGB:
(5,254,41)
(2%,100%,16%)

RGB channels and saturation

R 5 of 255 = 2%
G 254 of 255 = 100%
B 41 of 255 = 16%

5
254
41

R + G + B ~ 39%. #05FE29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 254 + 41 = 300 (100%)
R 5 of 300 ~ 1.67%
G 254 of 300 ~ 84.67%
B 41 of 300 ~ 13.67%

%84.67
%13.67

CMYK color model

#05FE29 color CMYK value is (98,0,84,0).

  • cyan value is 98.03%
  • magenta value is 0.00%
  • yellow value is 83.86%
  • key color value is 0.39%
CMYK:
(98,0,84,0)
C98M0Y84K0 
(98%,0%,84%,0%)
(0.98/0.00/0.84/0.00)	

CMYK percentages

%98.03
%0
%83.86
%0.39

Codes

Color #05FE29 in popluar color models

05FE29
RGB525441
HSL129°99.20%50.78%
HSB/HSV129°98.03%99.61%
CMYK98.03%0.00%83.86%
0.39%

Color #05FE29 in popluar number systems.

HEX05FE29
Decimal525441
Binary10111111110101001
Octal537651

Shades and tints

Shades of #05FE29

#05FE29
(5,254,41)
#05E726
(5,231,38)
#05D023
(5,208,35)
#05B920
(5,185,32)
#05A21D
(5,162,29)
#058B1A
(5,139,26)
#057417
(5,116,23)
#055D14
(5,93,20)
#054611
(5,70,17)
#052F0E
(5,47,14)
#05180B
(5,24,11)
#000000
(0,0,0)

Tints of #05FE29

#05FE29
(5,254,41)
#1BFE3C
(27,254,60)
#31FE4F
(49,254,79)
#47FE62
(71,254,98)
#5DFE75
(93,254,117)
#73FE88
(115,254,136)
#89FE9B
(137,254,155)
#9FFEAE
(159,254,174)
#B5FEC1
(181,254,193)
#CBFED4
(203,254,212)
#E1FEE7
(225,254,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05FE29 color. Also use rgb(5,254,41) instead hex code.

Text Font Color

.myTextColor { color: #05FE29; }

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

This text font color is #05FE29.


Background Color

.myBgColor { background-color: #05FE29; }

<div style="background-color:#05FE29">Inner text</div>

This div background color is #05FE29.


Border color

.myBorderColor { border: 1px solid #05FE29; }

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

This div border color is #05FE29.


Opacity

.myOpacity80 { color: #05FE29; opacity: 0.8; }

<p style="color:#05FE29;opacity:0.8;">80%</p>

Text with #05FE29 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 #05FE29;}

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

This text has shadow with #05FE29 color.

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

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

This text has shadow with #05FE29 primary color and red secondary color.


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

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

This text has shadow with #05FE29 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05FE29 on black background.


Color preview on white background

This text has color #05FE29 on white background.



Black color preview on #05FE29 background

This text has black color on #05FE29 background.


White color preview on #05FE29 background

This text has white color on #05FE29 background.