Shades of Electric Lime #CCFE10
Tints of Electric Lime #CCFE10
RGB
CMYK
RGB Variations
Color information
#CCFE10 (or 0xCCFE10) is known color: Electric Lime. HEX triplet: CC, FE and 10. RGB value is (204,254,16). Sum of RGB (Red+Green+Blue) = 204+254+16=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE10 is #3301EF. Grayscale: #D4D4D4. Windows color (decimal): -3342832 or 1113804. OLE color: 1113804.
HSL color Cylindrical-coordinate representation of color #CCFE10: hue angle of 72.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCFE10 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 16 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.00 |
| HSL | 72.61º | 0.99% | 0.53% | - |
| HSV(B) | 72.61º | 0.94% | 1% | - |
| XYZ | 60.44 | 83.76 | 13.47 | - |
| YUV | 211.92 | 17.44 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 16 | 0.20 | 0 | 0.94 | 0.00 | 72.61 | 0.99 | 0.53 |
| Hex | CC | FE | 10 | 14 | 0 | 5E | 0 | 49 | 63 | 35 |
| Octal | 314 | 376 | 20 | 24 | 0 | 136 | 0 | 111 | 143 | 65 |
| Binary | 11001100 | 11111110 | 10000 | 10100 | 0 | 1011110 | 0 | 1001001 | 1100011 | 110101 |
Color Harmonies of #CCFE10
Complementary color
Monochromatic Colors of #CCFE10
Black with #CCFE10
Text Example
Text Example
White with #CCFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE10; }
p { color: rgb(204,254,16); }
H1.HeaderClassName
{
color: #CCFE10;
}
.AnyTagClassName
{
color: #CCFE10;
}
</style>
background-color css
<style>
a { background-color: #CCFE10; }
a { background-color: rgb(204,254,16); }
div.DivClassName
{
background-color: #CCFE10;
}
.BgClassName
{
background-color: #CCFE10;
}
</style>
border-color css
<style>
span { border-color: #CCFE10; }
span { border-color: rgb(204,254,16); }
td.TdClassName
{
border-color: #CCFE10;
}
.TagClassName
{
border-color: #CCFE10;
}
</style>