Shades of Electric Lime #CCE407
Tints of Electric Lime #CCE407
RGB
CMYK
RGB Variations
Color information
#CCE407 (or 0xCCE407) is known color: Electric Lime. HEX triplet: CC, E4 and 07. RGB value is (204,228,7). Sum of RGB (Red+Green+Blue) = 204+228+7=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE407 is #331BF8. Grayscale: #C4C4C4. Windows color (decimal): -3349497 or 517324. OLE color: 517324.
HSL color Cylindrical-coordinate representation of color #CCE407: hue angle of 66.52º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCE407 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.11 |
| HSL | 66.52º | 0.94% | 0.46% | - |
| HSV(B) | 66.52º | 0.97% | 0.89% | - |
| XYZ | 52.68 | 68.34 | 10.62 | - |
| YUV | 195.63 | 21.55 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 7 | 0.11 | 0 | 0.97 | 0.11 | 66.52 | 0.94 | 0.46 |
| Hex | CC | E4 | 7 | B | 0 | 61 | B | 43 | 5E | 2E |
| Octal | 314 | 344 | 7 | 13 | 0 | 141 | 13 | 103 | 136 | 56 |
| Binary | 11001100 | 11100100 | 111 | 1011 | 0 | 1100001 | 1011 | 1000011 | 1011110 | 101110 |
Color Harmonies of #CCE407
Complementary color
Monochromatic Colors of #CCE407
Black with #CCE407
Text Example
Text Example
White with #CCE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE407; }
p { color: rgb(204,228,7); }
H1.HeaderClassName
{
color: #CCE407;
}
.AnyTagClassName
{
color: #CCE407;
}
</style>
background-color css
<style>
a { background-color: #CCE407; }
a { background-color: rgb(204,228,7); }
div.DivClassName
{
background-color: #CCE407;
}
.BgClassName
{
background-color: #CCE407;
}
</style>
border-color css
<style>
span { border-color: #CCE407; }
span { border-color: rgb(204,228,7); }
td.TdClassName
{
border-color: #CCE407;
}
.TagClassName
{
border-color: #CCE407;
}
</style>