Shades of Electric Lime #CCE911
Tints of Electric Lime #CCE911
RGB
CMYK
RGB Variations
Color information
#CCE911 (or 0xCCE911) is known color: Electric Lime. HEX triplet: CC, E9 and 11. RGB value is (204,233,17). Sum of RGB (Red+Green+Blue) = 204+233+17=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 233 (91.41% from 255 or 51.32% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE911 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE911 is #3316EE. Grayscale: #C8C8C8. Windows color (decimal): -3348207 or 1173964. OLE color: 1173964.
HSL color Cylindrical-coordinate representation of color #CCE911: hue angle of 68.06º 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 #CCE911 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 17 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.09 |
| HSL | 68.06º | 0.86% | 0.49% | - |
| HSV(B) | 68.06º | 0.93% | 0.91% | - |
| XYZ | 54.14 | 71.16 | 11.41 | - |
| YUV | 199.71 | 24.89 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 17 | 0.12 | 0 | 0.93 | 0.09 | 68.06 | 0.86 | 0.49 |
| Hex | CC | E9 | 11 | C | 0 | 5D | 9 | 44 | 56 | 31 |
| Octal | 314 | 351 | 21 | 14 | 0 | 135 | 11 | 104 | 126 | 61 |
| Binary | 11001100 | 11101001 | 10001 | 1100 | 0 | 1011101 | 1001 | 1000100 | 1010110 | 110001 |
Color Harmonies of #CCE911
Complementary color
Monochromatic Colors of #CCE911
Black with #CCE911
Text Example
Text Example
White with #CCE911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE911; }
p { color: rgb(204,233,17); }
H1.HeaderClassName
{
color: #CCE911;
}
.AnyTagClassName
{
color: #CCE911;
}
</style>
background-color css
<style>
a { background-color: #CCE911; }
a { background-color: rgb(204,233,17); }
div.DivClassName
{
background-color: #CCE911;
}
.BgClassName
{
background-color: #CCE911;
}
</style>
border-color css
<style>
span { border-color: #CCE911; }
span { border-color: rgb(204,233,17); }
td.TdClassName
{
border-color: #CCE911;
}
.TagClassName
{
border-color: #CCE911;
}
</style>