Shades of Electric Lime #CCF600
Tints of Electric Lime #CCF600
RGB
CMYK
RGB Variations
Color information
#CCF600 (or 0xCCF600) is known color: Electric Lime. HEX triplet: CC, F6 and 00. RGB value is (204,246,0). Sum of RGB (Red+Green+Blue) = 204+246+0=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 246 (96.48% from 255 or 54.67% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF600 is #3309FF. Grayscale: #CECECE. Windows color (decimal): -3344896 or 63180. OLE color: 63180.
HSL color Cylindrical-coordinate representation of color #CCF600: hue angle of 70.24º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCF600 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.04 |
| HSL | 70.24º | 1% | 0.48% | - |
| HSV(B) | 70.24º | 1% | 0.96% | - |
| XYZ | 57.86 | 78.75 | 12.15 | - |
| YUV | 205.4 | 12.09 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 0 | 0.17 | 0 | 1 | 0.04 | 70.24 | 1 | 0.48 |
| Hex | CC | F6 | 0 | 11 | 0 | 64 | 4 | 46 | 64 | 30 |
| Octal | 314 | 366 | 0 | 21 | 0 | 144 | 4 | 106 | 144 | 60 |
| Binary | 11001100 | 11110110 | 0 | 10001 | 0 | 1100100 | 100 | 1000110 | 1100100 | 110000 |
Color Harmonies of #CCF600
Complementary color
Monochromatic Colors of #CCF600
Black with #CCF600
Text Example
Text Example
White with #CCF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF600; }
p { color: rgb(204,246,0); }
H1.HeaderClassName
{
color: #CCF600;
}
.AnyTagClassName
{
color: #CCF600;
}
</style>
background-color css
<style>
a { background-color: #CCF600; }
a { background-color: rgb(204,246,0); }
div.DivClassName
{
background-color: #CCF600;
}
.BgClassName
{
background-color: #CCF600;
}
</style>
border-color css
<style>
span { border-color: #CCF600; }
span { border-color: rgb(204,246,0); }
td.TdClassName
{
border-color: #CCF600;
}
.TagClassName
{
border-color: #CCF600;
}
</style>