HEX: #4CC306
RGB: (76,195,6)
#4CC306 contains mainly green color. Web safe color of #4CC306 is #33CC00 (or #3C0).
#4CC306 color RGB value is (76,195,6).
RGB: (76,195,6)
(30%, 76%, 2%)
R 76 of 255 = 30%
G 195 of 255 = 76%
B 6 of 255 = 2%
R + G + B ~ 36%. #4CC306 is quite dark color.
R + G + B = 76 + 195 + 6 = 277 (100%)
R 76 of 277 ~ 27.44%
G 195 of 277 ~ 70.4%
B 6 of 277 ~ 2.17'%
#4CC306 color CMYK value is (61,0,97,24).
CMYK: (61,0,97,24)
C61M0Y97K24 (61%, 0%, 97%, 24%)
(0.61 / 0.00 / 0.97 / 0.24)
Color #4CC306 in popluar color models
4C | C3 | 06 | |
---|---|---|---|
RGB | 76 | 195 | 6 |
HSL | 98° | 94.03% | 39.41% |
HSB/HSV | 98° | 96.92% | 76.47% |
CMYK | 61.03% | 0.00% | 96.92% |
23.53% |
Color #4CC306 in popluar number systems.
HEX | 4C | C3 | 06 |
Decimal | 76 | 195 | 6 |
Binary | 1001100 | 11000011 | 110 |
Octal | 114 | 303 | 6 |
Shades of #4CC306
Tints of #4CC306
Examples of css and html codes for elements with #4CC306 color. Also use rgb(76,195,6) instead hex code.
.myTextColor { color: #4CC306; }
<p style="color:#4CC306">This sample text font color is #4CC306.</p>
This text font color is #4CC306.
.myBgColor { background-color: #4CC306; }
<div style="background-color:#4CC306">Inner text</div>
This div background color is #4CC306.
.myBorderColor { border: 1px solid #4CC306; }
<div style="border:3px solid #4CC306">Div</div>
This div border color is #4CC306.
.myOpacity80 { color: #4CC306; opacity: 0.8; }
<p style="color:#4CC306;opacity:0.8;">80%</p>
Text with #4CC306 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4CC306;}
<p style="text-shadow: 3px 3px 1px #4CC306">Text here.</p>
This text has shadow with #4CC306 color.
.textShadow {text-shadow: 3px 3px 1px #4CC306', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4CC306, 5px 5px 20px red">Text here.</p>
This text has shadow with #4CC306 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4CC306, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4CC306, Direction=45, Strength=4)">Text</p>
This text has shadow with #4CC306 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4CC306;
-webkit-box-shadow: 1px 1px 3px 2px #4CC306;
box-shadow: 1px 1px 3px 2px #4CC306;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4CC306; -webkit-box-shadow: 1px 1px 3px 2px #4CC306; box-shadow:1px 1px 3px 2px #4CC306;">
Div content here
</div>
This text has color #4CC306 on black background.
This text has color #4CC306 on white background.
This text has black color on #4CC306 background.
This text has white color on #4CC306 background.
Complementary color for #4CC306 is #B33CF9.