Shades of Electric Lime #CCFE16
Tints of Electric Lime #CCFE16
RGB
CMYK
RGB Variations
Color information
#CCFE16 (or 0xCCFE16) is known color: Electric Lime. HEX triplet: CC, FE and 16. RGB value is (204,254,22). Sum of RGB (Red+Green+Blue) = 204+254+22=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE16 is #3301E9. Grayscale: #D5D5D5. Windows color (decimal): -3342826 or 1507020. OLE color: 1507020.
HSL color Cylindrical-coordinate representation of color #CCFE16: hue angle of 72.93º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCFE16 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.00 |
| HSL | 72.93º | 0.99% | 0.54% | - |
| HSV(B) | 72.93º | 0.91% | 1% | - |
| XYZ | 60.49 | 83.78 | 13.74 | - |
| YUV | 212.6 | 20.44 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 22 | 0.20 | 0 | 0.91 | 0.00 | 72.93 | 0.99 | 0.54 |
| Hex | CC | FE | 16 | 14 | 0 | 5B | 0 | 49 | 63 | 36 |
| Octal | 314 | 376 | 26 | 24 | 0 | 133 | 0 | 111 | 143 | 66 |
| Binary | 11001100 | 11111110 | 10110 | 10100 | 0 | 1011011 | 0 | 1001001 | 1100011 | 110110 |
Color Harmonies of #CCFE16
Complementary color
Monochromatic Colors of #CCFE16
Black with #CCFE16
Text Example
Text Example
White with #CCFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE16; }
p { color: rgb(204,254,22); }
H1.HeaderClassName
{
color: #CCFE16;
}
.AnyTagClassName
{
color: #CCFE16;
}
</style>
background-color css
<style>
a { background-color: #CCFE16; }
a { background-color: rgb(204,254,22); }
div.DivClassName
{
background-color: #CCFE16;
}
.BgClassName
{
background-color: #CCFE16;
}
</style>
border-color css
<style>
span { border-color: #CCFE16; }
span { border-color: rgb(204,254,22); }
td.TdClassName
{
border-color: #CCFE16;
}
.TagClassName
{
border-color: #CCFE16;
}
</style>