Shades of Electric Lime #CCFE06
Tints of Electric Lime #CCFE06
RGB
CMYK
RGB Variations
Color information
#CCFE06 (or 0xCCFE06) is known color: Electric Lime. HEX triplet: CC, FE and 06. RGB value is (204,254,6). Sum of RGB (Red+Green+Blue) = 204+254+6=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 6 (2.73% from 255 or 1.29% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE06 is #3301F9. Grayscale: #D3D3D3. Windows color (decimal): -3342842 or 458444. OLE color: 458444.
HSL color Cylindrical-coordinate representation of color #CCFE06: hue angle of 72.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCFE06 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 6 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.00 |
| HSL | 72.1º | 0.99% | 0.51% | - |
| HSV(B) | 72.1º | 0.98% | 1% | - |
| XYZ | 60.38 | 83.73 | 13.15 | - |
| YUV | 210.78 | 12.44 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 6 | 0.20 | 0 | 0.98 | 0.00 | 72.1 | 0.99 | 0.51 |
| Hex | CC | FE | 6 | 14 | 0 | 62 | 0 | 48 | 63 | 33 |
| Octal | 314 | 376 | 6 | 24 | 0 | 142 | 0 | 110 | 143 | 63 |
| Binary | 11001100 | 11111110 | 110 | 10100 | 0 | 1100010 | 0 | 1001000 | 1100011 | 110011 |
Color Harmonies of #CCFE06
Complementary color
Monochromatic Colors of #CCFE06
Black with #CCFE06
Text Example
Text Example
White with #CCFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE06; }
p { color: rgb(204,254,6); }
H1.HeaderClassName
{
color: #CCFE06;
}
.AnyTagClassName
{
color: #CCFE06;
}
</style>
background-color css
<style>
a { background-color: #CCFE06; }
a { background-color: rgb(204,254,6); }
div.DivClassName
{
background-color: #CCFE06;
}
.BgClassName
{
background-color: #CCFE06;
}
</style>
border-color css
<style>
span { border-color: #CCFE06; }
span { border-color: rgb(204,254,6); }
td.TdClassName
{
border-color: #CCFE06;
}
.TagClassName
{
border-color: #CCFE06;
}
</style>