Shades of Electric Lime #CCF60F
Tints of Electric Lime #CCF60F
RGB
CMYK
RGB Variations
Color information
#CCF60F (or 0xCCF60F) is known color: Electric Lime. HEX triplet: CC, F6 and 0F. RGB value is (204,246,15). Sum of RGB (Red+Green+Blue) = 204+246+15=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF60F is #3309F0. Grayscale: #CFCFCF. Windows color (decimal): -3344881 or 1046220. OLE color: 1046220.
HSL color Cylindrical-coordinate representation of color #CCF60F: hue angle of 70.91º 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 #CCF60F is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 15 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.04 |
| HSL | 70.91º | 0.93% | 0.51% | - |
| HSV(B) | 70.91º | 0.94% | 0.96% | - |
| XYZ | 57.94 | 78.78 | 12.6 | - |
| YUV | 207.11 | 19.59 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 15 | 0.17 | 0 | 0.94 | 0.04 | 70.91 | 0.93 | 0.51 |
| Hex | CC | F6 | F | 11 | 0 | 5E | 4 | 47 | 5D | 33 |
| Octal | 314 | 366 | 17 | 21 | 0 | 136 | 4 | 107 | 135 | 63 |
| Binary | 11001100 | 11110110 | 1111 | 10001 | 0 | 1011110 | 100 | 1000111 | 1011101 | 110011 |
Color Harmonies of #CCF60F
Complementary color
Monochromatic Colors of #CCF60F
Black with #CCF60F
Text Example
Text Example
White with #CCF60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF60F; }
p { color: rgb(204,246,15); }
H1.HeaderClassName
{
color: #CCF60F;
}
.AnyTagClassName
{
color: #CCF60F;
}
</style>
background-color css
<style>
a { background-color: #CCF60F; }
a { background-color: rgb(204,246,15); }
div.DivClassName
{
background-color: #CCF60F;
}
.BgClassName
{
background-color: #CCF60F;
}
</style>
border-color css
<style>
span { border-color: #CCF60F; }
span { border-color: rgb(204,246,15); }
td.TdClassName
{
border-color: #CCF60F;
}
.TagClassName
{
border-color: #CCF60F;
}
</style>