Shades of Electric Lime #CCF110
Tints of Electric Lime #CCF110
RGB
CMYK
RGB Variations
Color information
#CCF110 (or 0xCCF110) is known color: Electric Lime. HEX triplet: CC, F1 and 10. RGB value is (204,241,16). Sum of RGB (Red+Green+Blue) = 204+241+16=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF110 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF110 is #330EEF. Grayscale: #CDCDCD. Windows color (decimal): -3346160 or 1110476. OLE color: 1110476.
HSL color Cylindrical-coordinate representation of color #CCF110: hue angle of 69.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCF110 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.05 |
| HSL | 69.87º | 0.89% | 0.5% | - |
| HSV(B) | 69.87º | 0.93% | 0.95% | - |
| XYZ | 56.45 | 75.79 | 12.14 | - |
| YUV | 204.29 | 21.74 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 16 | 0.15 | 0 | 0.93 | 0.05 | 69.87 | 0.89 | 0.5 |
| Hex | CC | F1 | 10 | F | 0 | 5D | 5 | 46 | 59 | 32 |
| Octal | 314 | 361 | 20 | 17 | 0 | 135 | 5 | 106 | 131 | 62 |
| Binary | 11001100 | 11110001 | 10000 | 1111 | 0 | 1011101 | 101 | 1000110 | 1011001 | 110010 |
Color Harmonies of #CCF110
Complementary color
Monochromatic Colors of #CCF110
Black with #CCF110
Text Example
Text Example
White with #CCF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF110; }
p { color: rgb(204,241,16); }
H1.HeaderClassName
{
color: #CCF110;
}
.AnyTagClassName
{
color: #CCF110;
}
</style>
background-color css
<style>
a { background-color: #CCF110; }
a { background-color: rgb(204,241,16); }
div.DivClassName
{
background-color: #CCF110;
}
.BgClassName
{
background-color: #CCF110;
}
</style>
border-color css
<style>
span { border-color: #CCF110; }
span { border-color: rgb(204,241,16); }
td.TdClassName
{
border-color: #CCF110;
}
.TagClassName
{
border-color: #CCF110;
}
</style>