Shades of Electric Lime #CCF006
Tints of Electric Lime #CCF006
RGB
CMYK
RGB Variations
Color information
#CCF006 (or 0xCCF006) is known color: Electric Lime. HEX triplet: CC, F0 and 06. RGB value is (204,240,6). Sum of RGB (Red+Green+Blue) = 204+240+6=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 6 (2.73% from 255 or 1.33% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF006 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF006 is #330FF9. Grayscale: #CBCBCB. Windows color (decimal): -3346426 or 454860. OLE color: 454860.
HSL color Cylindrical-coordinate representation of color #CCF006: hue angle of 69.23º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCF006 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 6 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.06 |
| HSL | 69.23º | 0.95% | 0.48% | - |
| HSV(B) | 69.23º | 0.98% | 0.94% | - |
| XYZ | 56.09 | 75.17 | 11.73 | - |
| YUV | 202.56 | 17.07 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 6 | 0.15 | 0 | 0.98 | 0.06 | 69.23 | 0.95 | 0.48 |
| Hex | CC | F0 | 6 | F | 0 | 62 | 6 | 45 | 5F | 30 |
| Octal | 314 | 360 | 6 | 17 | 0 | 142 | 6 | 105 | 137 | 60 |
| Binary | 11001100 | 11110000 | 110 | 1111 | 0 | 1100010 | 110 | 1000101 | 1011111 | 110000 |
Color Harmonies of #CCF006
Complementary color
Monochromatic Colors of #CCF006
Black with #CCF006
Text Example
Text Example
White with #CCF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF006; }
p { color: rgb(204,240,6); }
H1.HeaderClassName
{
color: #CCF006;
}
.AnyTagClassName
{
color: #CCF006;
}
</style>
background-color css
<style>
a { background-color: #CCF006; }
a { background-color: rgb(204,240,6); }
div.DivClassName
{
background-color: #CCF006;
}
.BgClassName
{
background-color: #CCF006;
}
</style>
border-color css
<style>
span { border-color: #CCF006; }
span { border-color: rgb(204,240,6); }
td.TdClassName
{
border-color: #CCF006;
}
.TagClassName
{
border-color: #CCF006;
}
</style>