Shades of Electric Lime #CCF50E
Tints of Electric Lime #CCF50E
RGB
CMYK
RGB Variations
Color information
#CCF50E (or 0xCCF50E) is known color: Electric Lime. HEX triplet: CC, F5 and 0E. RGB value is (204,245,14). Sum of RGB (Red+Green+Blue) = 204+245+14=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 14 (5.86% from 255 or 3.02% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF50E is #330AF1. Grayscale: #CFCFCF. Windows color (decimal): -3345138 or 980428. OLE color: 980428.
HSL color Cylindrical-coordinate representation of color #CCF50E: hue angle of 70.65º degrees, saturation: 0.92, 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 #CCF50E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 14 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.04 |
| HSL | 70.65º | 0.92% | 0.51% | - |
| HSV(B) | 70.65º | 0.94% | 0.96% | - |
| XYZ | 57.63 | 78.17 | 12.47 | - |
| YUV | 206.41 | 19.42 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 14 | 0.17 | 0 | 0.94 | 0.04 | 70.65 | 0.92 | 0.51 |
| Hex | CC | F5 | E | 11 | 0 | 5E | 4 | 47 | 5C | 33 |
| Octal | 314 | 365 | 16 | 21 | 0 | 136 | 4 | 107 | 134 | 63 |
| Binary | 11001100 | 11110101 | 1110 | 10001 | 0 | 1011110 | 100 | 1000111 | 1011100 | 110011 |
Color Harmonies of #CCF50E
Complementary color
Monochromatic Colors of #CCF50E
Black with #CCF50E
Text Example
Text Example
White with #CCF50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF50E; }
p { color: rgb(204,245,14); }
H1.HeaderClassName
{
color: #CCF50E;
}
.AnyTagClassName
{
color: #CCF50E;
}
</style>
background-color css
<style>
a { background-color: #CCF50E; }
a { background-color: rgb(204,245,14); }
div.DivClassName
{
background-color: #CCF50E;
}
.BgClassName
{
background-color: #CCF50E;
}
</style>
border-color css
<style>
span { border-color: #CCF50E; }
span { border-color: rgb(204,245,14); }
td.TdClassName
{
border-color: #CCF50E;
}
.TagClassName
{
border-color: #CCF50E;
}
</style>