Shades of Electric Lime #CCF60E
Tints of Electric Lime #CCF60E
RGB
CMYK
RGB Variations
Color information
#CCF60E (or 0xCCF60E) is known color: Electric Lime. HEX triplet: CC, F6 and 0E. RGB value is (204,246,14). Sum of RGB (Red+Green+Blue) = 204+246+14=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF60E is #3309F1. Grayscale: #CFCFCF. Windows color (decimal): -3344882 or 980684. OLE color: 980684.
HSL color Cylindrical-coordinate representation of color #CCF60E: hue angle of 70.86º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCF60E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 14 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.04 |
| HSL | 70.86º | 0.93% | 0.51% | - |
| HSV(B) | 70.86º | 0.94% | 0.96% | - |
| XYZ | 57.94 | 78.78 | 12.57 | - |
| YUV | 206.99 | 19.09 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 14 | 0.17 | 0 | 0.94 | 0.04 | 70.86 | 0.93 | 0.51 |
| Hex | CC | F6 | E | 11 | 0 | 5E | 4 | 47 | 5D | 33 |
| Octal | 314 | 366 | 16 | 21 | 0 | 136 | 4 | 107 | 135 | 63 |
| Binary | 11001100 | 11110110 | 1110 | 10001 | 0 | 1011110 | 100 | 1000111 | 1011101 | 110011 |
Color Harmonies of #CCF60E
Complementary color
Monochromatic Colors of #CCF60E
Black with #CCF60E
Text Example
Text Example
White with #CCF60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF60E; }
p { color: rgb(204,246,14); }
H1.HeaderClassName
{
color: #CCF60E;
}
.AnyTagClassName
{
color: #CCF60E;
}
</style>
background-color css
<style>
a { background-color: #CCF60E; }
a { background-color: rgb(204,246,14); }
div.DivClassName
{
background-color: #CCF60E;
}
.BgClassName
{
background-color: #CCF60E;
}
</style>
border-color css
<style>
span { border-color: #CCF60E; }
span { border-color: rgb(204,246,14); }
td.TdClassName
{
border-color: #CCF60E;
}
.TagClassName
{
border-color: #CCF60E;
}
</style>