Shades of Electric Lime #CCFE11
Tints of Electric Lime #CCFE11
RGB
CMYK
RGB Variations
Color information
#CCFE11 (or 0xCCFE11) is known color: Electric Lime. HEX triplet: CC, FE and 11. RGB value is (204,254,17). Sum of RGB (Red+Green+Blue) = 204+254+17=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE11 is #3301EE. Grayscale: #D4D4D4. Windows color (decimal): -3342831 or 1179340. OLE color: 1179340.
HSL color Cylindrical-coordinate representation of color #CCFE11: hue angle of 72.66º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCFE11 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 17 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.00 |
| HSL | 72.66º | 0.99% | 0.53% | - |
| HSV(B) | 72.66º | 0.93% | 1% | - |
| XYZ | 60.44 | 83.76 | 13.51 | - |
| YUV | 212.03 | 17.94 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 17 | 0.20 | 0 | 0.93 | 0.00 | 72.66 | 0.99 | 0.53 |
| Hex | CC | FE | 11 | 14 | 0 | 5D | 0 | 49 | 63 | 35 |
| Octal | 314 | 376 | 21 | 24 | 0 | 135 | 0 | 111 | 143 | 65 |
| Binary | 11001100 | 11111110 | 10001 | 10100 | 0 | 1011101 | 0 | 1001001 | 1100011 | 110101 |
Color Harmonies of #CCFE11
Complementary color
Monochromatic Colors of #CCFE11
Black with #CCFE11
Text Example
Text Example
White with #CCFE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE11; }
p { color: rgb(204,254,17); }
H1.HeaderClassName
{
color: #CCFE11;
}
.AnyTagClassName
{
color: #CCFE11;
}
</style>
background-color css
<style>
a { background-color: #CCFE11; }
a { background-color: rgb(204,254,17); }
div.DivClassName
{
background-color: #CCFE11;
}
.BgClassName
{
background-color: #CCFE11;
}
</style>
border-color css
<style>
span { border-color: #CCFE11; }
span { border-color: rgb(204,254,17); }
td.TdClassName
{
border-color: #CCFE11;
}
.TagClassName
{
border-color: #CCFE11;
}
</style>