Shades of Electric Lime #CCE711
Tints of Electric Lime #CCE711
RGB
CMYK
RGB Variations
Color information
#CCE711 (or 0xCCE711) is known color: Electric Lime. HEX triplet: CC, E7 and 11. RGB value is (204,231,17). Sum of RGB (Red+Green+Blue) = 204+231+17=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE711 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE711 is #3318EE. Grayscale: #C7C7C7. Windows color (decimal): -3348719 or 1173452. OLE color: 1173452.
HSL color Cylindrical-coordinate representation of color #CCE711: hue angle of 67.57º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCE711 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 17 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.09 |
| HSL | 67.57º | 0.86% | 0.49% | - |
| HSV(B) | 67.57º | 0.93% | 0.91% | - |
| XYZ | 53.58 | 70.03 | 11.22 | - |
| YUV | 198.53 | 25.55 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 17 | 0.12 | 0 | 0.93 | 0.09 | 67.57 | 0.86 | 0.49 |
| Hex | CC | E7 | 11 | C | 0 | 5D | 9 | 44 | 56 | 31 |
| Octal | 314 | 347 | 21 | 14 | 0 | 135 | 11 | 104 | 126 | 61 |
| Binary | 11001100 | 11100111 | 10001 | 1100 | 0 | 1011101 | 1001 | 1000100 | 1010110 | 110001 |
Color Harmonies of #CCE711
Complementary color
Monochromatic Colors of #CCE711
Black with #CCE711
Text Example
Text Example
White with #CCE711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE711; }
p { color: rgb(204,231,17); }
H1.HeaderClassName
{
color: #CCE711;
}
.AnyTagClassName
{
color: #CCE711;
}
</style>
background-color css
<style>
a { background-color: #CCE711; }
a { background-color: rgb(204,231,17); }
div.DivClassName
{
background-color: #CCE711;
}
.BgClassName
{
background-color: #CCE711;
}
</style>
border-color css
<style>
span { border-color: #CCE711; }
span { border-color: rgb(204,231,17); }
td.TdClassName
{
border-color: #CCE711;
}
.TagClassName
{
border-color: #CCE711;
}
</style>