COLOR #04CB17

HEX: #04CB17
RGB: (4,203,23)

Color info

#04CB17 contains mainly green color. Web safe color of #04CB17 is #00CC00 (or #0C0).

RGB color model

#04CB17 color RGB value is (4,203,23).

  • red value is 4;
  • green value is 203;
  • blue value is 23.
RGB:
(4,203,23)
(2%,80%,9%)

RGB channels and saturation

R 4 of 255 = 2%
G 203 of 255 = 80%
B 23 of 255 = 9%

4
203
23

R + G + B ~ 30%. #04CB17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 203 + 23 = 230 (100%)
R 4 of 230 ~ 1.74%
G 203 of 230 ~ 88.26%
B 23 of 230 ~ 10%

%88.26
%10

CMYK color model

#04CB17 color CMYK value is (98,0,89,20).

  • cyan value is 98.03%
  • magenta value is 0.00%
  • yellow value is 88.67%
  • key color value is 20.39%
CMYK:
(98,0,89,20)
C98M0Y89K20 
(98%,0%,89%,20%)
(0.98/0.00/0.89/0.20)	

CMYK percentages

%98.03
%0
%88.67
%20.39

Codes

Color #04CB17 in popluar color models

04CB17
RGB420323
HSL126°96.14%40.59%
HSB/HSV126°98.03%79.61%
CMYK98.03%0.00%88.67%
20.39%

Color #04CB17 in popluar number systems.

HEX04CB17
Decimal420323
Binary1001100101110111
Octal431327

Shades and tints

Shades of #04CB17

#04CB17
(4,203,23)
#04B915
(4,185,21)
#04A713
(4,167,19)
#049511
(4,149,17)
#04830F
(4,131,15)
#04710D
(4,113,13)
#045F0B
(4,95,11)
#044D09
(4,77,9)
#043B07
(4,59,7)
#042905
(4,41,5)
#041703
(4,23,3)
#000000
(0,0,0)

Tints of #04CB17

#04CB17
(4,203,23)
#1ACF2C
(26,207,44)
#30D341
(48,211,65)
#46D756
(70,215,86)
#5CDB6B
(92,219,107)
#72DF80
(114,223,128)
#88E395
(136,227,149)
#9EE7AA
(158,231,170)
#B4EBBF
(180,235,191)
#CAEFD4
(202,239,212)
#E0F3E9
(224,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04CB17 color. Also use rgb(4,203,23) instead hex code.

Text Font Color

.myTextColor { color: #04CB17; }

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

This text font color is #04CB17.


Background Color

.myBgColor { background-color: #04CB17; }

<div style="background-color:#04CB17">Inner text</div>

This div background color is #04CB17.


Border color

.myBorderColor { border: 1px solid #04CB17; }

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

This div border color is #04CB17.


Opacity

.myOpacity80 { color: #04CB17; opacity: 0.8; }

<p style="color:#04CB17;opacity:0.8;">80%</p>

Text with #04CB17 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 #04CB17;}

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

This text has shadow with #04CB17 color.

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

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

This text has shadow with #04CB17 primary color and red secondary color.


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

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

This text has shadow with #04CB17 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04CB17 on black background.


Color preview on white background

This text has color #04CB17 on white background.



Black color preview on #04CB17 background

This text has black color on #04CB17 background.


White color preview on #04CB17 background

This text has white color on #04CB17 background.