Shades of Electric Lime #CCF701
Tints of Electric Lime #CCF701
RGB
CMYK
RGB Variations
Color information
#CCF701 (or 0xCCF701) is known color: Electric Lime. HEX triplet: CC, F7 and 01. RGB value is (204,247,1). Sum of RGB (Red+Green+Blue) = 204+247+1=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF701 is #3308FE. Grayscale: #CFCFCF. Windows color (decimal): -3344639 or 128972. OLE color: 128972.
HSL color Cylindrical-coordinate representation of color #CCF701: hue angle of 70.49º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCF701 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.03 |
| HSL | 70.49º | 0.99% | 0.49% | - |
| HSV(B) | 70.49º | 1% | 0.97% | - |
| XYZ | 58.17 | 79.36 | 12.28 | - |
| YUV | 206.1 | 12.25 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 1 | 0.17 | 0 | 1.00 | 0.03 | 70.49 | 0.99 | 0.49 |
| Hex | CC | F7 | 1 | 11 | 0 | 64 | 3 | 46 | 63 | 31 |
| Octal | 314 | 367 | 1 | 21 | 0 | 144 | 3 | 106 | 143 | 61 |
| Binary | 11001100 | 11110111 | 1 | 10001 | 0 | 1100100 | 11 | 1000110 | 1100011 | 110001 |
Color Harmonies of #CCF701
Complementary color
Monochromatic Colors of #CCF701
Black with #CCF701
Text Example
Text Example
White with #CCF701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF701; }
p { color: rgb(204,247,1); }
H1.HeaderClassName
{
color: #CCF701;
}
.AnyTagClassName
{
color: #CCF701;
}
</style>
background-color css
<style>
a { background-color: #CCF701; }
a { background-color: rgb(204,247,1); }
div.DivClassName
{
background-color: #CCF701;
}
.BgClassName
{
background-color: #CCF701;
}
</style>
border-color css
<style>
span { border-color: #CCF701; }
span { border-color: rgb(204,247,1); }
td.TdClassName
{
border-color: #CCF701;
}
.TagClassName
{
border-color: #CCF701;
}
</style>