Shades of Electric Lime #CCF014
Tints of Electric Lime #CCF014
RGB
CMYK
RGB Variations
Color information
#CCF014 (or 0xCCF014) is known color: Electric Lime. HEX triplet: CC, F0 and 14. RGB value is (204,240,20). Sum of RGB (Red+Green+Blue) = 204+240+20=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF014 is #330FEB. Grayscale: #CCCCCC. Windows color (decimal): -3346412 or 1372364. OLE color: 1372364.
HSL color Cylindrical-coordinate representation of color #CCF014: hue angle of 69.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCF014 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 20 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.06 |
| HSL | 69.82º | 0.88% | 0.51% | - |
| HSV(B) | 69.82º | 0.92% | 0.94% | - |
| XYZ | 56.19 | 75.21 | 12.22 | - |
| YUV | 204.16 | 24.07 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 20 | 0.15 | 0 | 0.92 | 0.06 | 69.82 | 0.88 | 0.51 |
| Hex | CC | F0 | 14 | F | 0 | 5C | 6 | 46 | 58 | 33 |
| Octal | 314 | 360 | 24 | 17 | 0 | 134 | 6 | 106 | 130 | 63 |
| Binary | 11001100 | 11110000 | 10100 | 1111 | 0 | 1011100 | 110 | 1000110 | 1011000 | 110011 |
Color Harmonies of #CCF014
Complementary color
Monochromatic Colors of #CCF014
Black with #CCF014
Text Example
Text Example
White with #CCF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF014; }
p { color: rgb(204,240,20); }
H1.HeaderClassName
{
color: #CCF014;
}
.AnyTagClassName
{
color: #CCF014;
}
</style>
background-color css
<style>
a { background-color: #CCF014; }
a { background-color: rgb(204,240,20); }
div.DivClassName
{
background-color: #CCF014;
}
.BgClassName
{
background-color: #CCF014;
}
</style>
border-color css
<style>
span { border-color: #CCF014; }
span { border-color: rgb(204,240,20); }
td.TdClassName
{
border-color: #CCF014;
}
.TagClassName
{
border-color: #CCF014;
}
</style>