Shades of Electric Lime #CCFE14
Tints of Electric Lime #CCFE14
RGB
CMYK
RGB Variations
Color information
#CCFE14 (or 0xCCFE14) is known color: Electric Lime. HEX triplet: CC, FE and 14. RGB value is (204,254,20). Sum of RGB (Red+Green+Blue) = 204+254+20=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE14 is #3301EB. Grayscale: #D5D5D5. Windows color (decimal): -3342828 or 1375948. OLE color: 1375948.
HSL color Cylindrical-coordinate representation of color #CCFE14: hue angle of 72.82º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCFE14 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 20 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.00 |
| HSL | 72.82º | 0.99% | 0.54% | - |
| HSV(B) | 72.82º | 0.92% | 1% | - |
| XYZ | 60.47 | 83.77 | 13.64 | - |
| YUV | 212.37 | 19.44 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 20 | 0.20 | 0 | 0.92 | 0.00 | 72.82 | 0.99 | 0.54 |
| Hex | CC | FE | 14 | 14 | 0 | 5C | 0 | 49 | 63 | 36 |
| Octal | 314 | 376 | 24 | 24 | 0 | 134 | 0 | 111 | 143 | 66 |
| Binary | 11001100 | 11111110 | 10100 | 10100 | 0 | 1011100 | 0 | 1001001 | 1100011 | 110110 |
Color Harmonies of #CCFE14
Complementary color
Monochromatic Colors of #CCFE14
Black with #CCFE14
Text Example
Text Example
White with #CCFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE14; }
p { color: rgb(204,254,20); }
H1.HeaderClassName
{
color: #CCFE14;
}
.AnyTagClassName
{
color: #CCFE14;
}
</style>
background-color css
<style>
a { background-color: #CCFE14; }
a { background-color: rgb(204,254,20); }
div.DivClassName
{
background-color: #CCFE14;
}
.BgClassName
{
background-color: #CCFE14;
}
</style>
border-color css
<style>
span { border-color: #CCFE14; }
span { border-color: rgb(204,254,20); }
td.TdClassName
{
border-color: #CCFE14;
}
.TagClassName
{
border-color: #CCFE14;
}
</style>