Shades of Electric Lime #CCFF10
Tints of Electric Lime #CCFF10
RGB
CMYK
RGB Variations
Color information
#CCFF10 (or 0xCCFF10) is known color: Electric Lime. HEX triplet: CC, FF and 10. RGB value is (204,255,16). Sum of RGB (Red+Green+Blue) = 204+255+16=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 16 (6.64% from 255 or 3.37% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF10 is #3300EF. Grayscale: #D5D5D5. Windows color (decimal): -3342576 or 1114060. OLE color: 1114060.
HSL color Cylindrical-coordinate representation of color #CCFF10: hue angle of 72.8º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCFF10 is Cyan = 0.2, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 16 | - |
| CMYK | 0.2 | 0 | 0.94 | 0 |
| HSL | 72.8º | 1% | 0.53% | - |
| HSV(B) | 72.8º | 0.94% | 1% | - |
| XYZ | 60.76 | 84.39 | 13.58 | - |
| YUV | 212.51 | 17.1 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 16 | 0.2 | 0 | 0.94 | 0 | 72.8 | 1 | 0.53 |
| Hex | CC | FF | 10 | 14 | 0 | 5E | 0 | 49 | 64 | 35 |
| Octal | 314 | 377 | 20 | 24 | 0 | 136 | 0 | 111 | 144 | 65 |
| Binary | 11001100 | 11111111 | 10000 | 10100 | 0 | 1011110 | 0 | 1001001 | 1100100 | 110101 |
Color Harmonies of #CCFF10
Complementary color
Monochromatic Colors of #CCFF10
Black with #CCFF10
Text Example
Text Example
White with #CCFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF10; }
p { color: rgb(204,255,16); }
H1.HeaderClassName
{
color: #CCFF10;
}
.AnyTagClassName
{
color: #CCFF10;
}
</style>
background-color css
<style>
a { background-color: #CCFF10; }
a { background-color: rgb(204,255,16); }
div.DivClassName
{
background-color: #CCFF10;
}
.BgClassName
{
background-color: #CCFF10;
}
</style>
border-color css
<style>
span { border-color: #CCFF10; }
span { border-color: rgb(204,255,16); }
td.TdClassName
{
border-color: #CCFF10;
}
.TagClassName
{
border-color: #CCFF10;
}
</style>