Shades of Electric Lime #CCF610
Tints of Electric Lime #CCF610
RGB
CMYK
RGB Variations
Color information
#CCF610 (or 0xCCF610) is known color: Electric Lime. HEX triplet: CC, F6 and 10. RGB value is (204,246,16). Sum of RGB (Red+Green+Blue) = 204+246+16=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF610 is #3309EF. Grayscale: #D0D0D0. Windows color (decimal): -3344880 or 1111756. OLE color: 1111756.
HSL color Cylindrical-coordinate representation of color #CCF610: hue angle of 70.96º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCF610 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 16 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.04 |
| HSL | 70.96º | 0.93% | 0.51% | - |
| HSV(B) | 70.96º | 0.93% | 0.96% | - |
| XYZ | 57.95 | 78.79 | 12.64 | - |
| YUV | 207.22 | 20.09 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 16 | 0.17 | 0 | 0.93 | 0.04 | 70.96 | 0.93 | 0.51 |
| Hex | CC | F6 | 10 | 11 | 0 | 5D | 4 | 47 | 5D | 33 |
| Octal | 314 | 366 | 20 | 21 | 0 | 135 | 4 | 107 | 135 | 63 |
| Binary | 11001100 | 11110110 | 10000 | 10001 | 0 | 1011101 | 100 | 1000111 | 1011101 | 110011 |
Color Harmonies of #CCF610
Complementary color
Monochromatic Colors of #CCF610
Black with #CCF610
Text Example
Text Example
White with #CCF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF610; }
p { color: rgb(204,246,16); }
H1.HeaderClassName
{
color: #CCF610;
}
.AnyTagClassName
{
color: #CCF610;
}
</style>
background-color css
<style>
a { background-color: #CCF610; }
a { background-color: rgb(204,246,16); }
div.DivClassName
{
background-color: #CCF610;
}
.BgClassName
{
background-color: #CCF610;
}
</style>
border-color css
<style>
span { border-color: #CCF610; }
span { border-color: rgb(204,246,16); }
td.TdClassName
{
border-color: #CCF610;
}
.TagClassName
{
border-color: #CCF610;
}
</style>