Shades of Electric Lime #CCE607
Tints of Electric Lime #CCE607
RGB
CMYK
RGB Variations
Color information
#CCE607 (or 0xCCE607) is known color: Electric Lime. HEX triplet: CC, E6 and 07. RGB value is (204,230,7). Sum of RGB (Red+Green+Blue) = 204+230+7=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 7 (3.12% from 255 or 1.59% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE607 is #3319F8. Grayscale: #C5C5C5. Windows color (decimal): -3348985 or 517836. OLE color: 517836.
HSL color Cylindrical-coordinate representation of color #CCE607: hue angle of 67º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCE607 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.10 |
| HSL | 67º | 0.94% | 0.46% | - |
| HSV(B) | 67º | 0.97% | 0.9% | - |
| XYZ | 53.24 | 69.45 | 10.8 | - |
| YUV | 196.8 | 20.89 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 7 | 0.11 | 0 | 0.97 | 0.10 | 67 | 0.94 | 0.46 |
| Hex | CC | E6 | 7 | B | 0 | 61 | A | 43 | 5E | 2E |
| Octal | 314 | 346 | 7 | 13 | 0 | 141 | 12 | 103 | 136 | 56 |
| Binary | 11001100 | 11100110 | 111 | 1011 | 0 | 1100001 | 1010 | 1000011 | 1011110 | 101110 |
Color Harmonies of #CCE607
Complementary color
Monochromatic Colors of #CCE607
Black with #CCE607
Text Example
Text Example
White with #CCE607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE607; }
p { color: rgb(204,230,7); }
H1.HeaderClassName
{
color: #CCE607;
}
.AnyTagClassName
{
color: #CCE607;
}
</style>
background-color css
<style>
a { background-color: #CCE607; }
a { background-color: rgb(204,230,7); }
div.DivClassName
{
background-color: #CCE607;
}
.BgClassName
{
background-color: #CCE607;
}
</style>
border-color css
<style>
span { border-color: #CCE607; }
span { border-color: rgb(204,230,7); }
td.TdClassName
{
border-color: #CCE607;
}
.TagClassName
{
border-color: #CCE607;
}
</style>