Shades of Electric Lime #CCF00E
Tints of Electric Lime #CCF00E
RGB
CMYK
RGB Variations
Color information
#CCF00E (or 0xCCF00E) is known color: Electric Lime. HEX triplet: CC, F0 and 0E. RGB value is (204,240,14). Sum of RGB (Red+Green+Blue) = 204+240+14=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF00E is #330FF1. Grayscale: #CCCCCC. Windows color (decimal): -3346418 or 979148. OLE color: 979148.
HSL color Cylindrical-coordinate representation of color #CCF00E: hue angle of 69.56º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCF00E is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 14 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.06 |
| HSL | 69.56º | 0.89% | 0.5% | - |
| HSV(B) | 69.56º | 0.94% | 0.94% | - |
| XYZ | 56.14 | 75.19 | 11.97 | - |
| YUV | 203.47 | 21.07 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 14 | 0.15 | 0 | 0.94 | 0.06 | 69.56 | 0.89 | 0.5 |
| Hex | CC | F0 | E | F | 0 | 5E | 6 | 46 | 59 | 32 |
| Octal | 314 | 360 | 16 | 17 | 0 | 136 | 6 | 106 | 131 | 62 |
| Binary | 11001100 | 11110000 | 1110 | 1111 | 0 | 1011110 | 110 | 1000110 | 1011001 | 110010 |
Color Harmonies of #CCF00E
Complementary color
Monochromatic Colors of #CCF00E
Black with #CCF00E
Text Example
Text Example
White with #CCF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF00E; }
p { color: rgb(204,240,14); }
H1.HeaderClassName
{
color: #CCF00E;
}
.AnyTagClassName
{
color: #CCF00E;
}
</style>
background-color css
<style>
a { background-color: #CCF00E; }
a { background-color: rgb(204,240,14); }
div.DivClassName
{
background-color: #CCF00E;
}
.BgClassName
{
background-color: #CCF00E;
}
</style>
border-color css
<style>
span { border-color: #CCF00E; }
span { border-color: rgb(204,240,14); }
td.TdClassName
{
border-color: #CCF00E;
}
.TagClassName
{
border-color: #CCF00E;
}
</style>