Shades of Electric Lime #CCFF11
Tints of Electric Lime #CCFF11
RGB
CMYK
RGB Variations
Color information
#CCFF11 (or 0xCCFF11) is known color: Electric Lime. HEX triplet: CC, FF and 11. RGB value is (204,255,17). Sum of RGB (Red+Green+Blue) = 204+255+17=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 17 (7.03% from 255 or 3.57% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF11 is #3300EE. Grayscale: #D5D5D5. Windows color (decimal): -3342575 or 1179596. OLE color: 1179596.
HSL color Cylindrical-coordinate representation of color #CCFF11: hue angle of 72.86º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCFF11 is Cyan = 0.2, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 17 | - |
| CMYK | 0.2 | 0 | 0.93 | 0 |
| HSL | 72.86º | 1% | 0.53% | - |
| HSV(B) | 72.86º | 0.93% | 1% | - |
| XYZ | 60.76 | 84.4 | 13.62 | - |
| YUV | 212.62 | 17.6 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 17 | 0.2 | 0 | 0.93 | 0 | 72.86 | 1 | 0.53 |
| Hex | CC | FF | 11 | 14 | 0 | 5D | 0 | 49 | 64 | 35 |
| Octal | 314 | 377 | 21 | 24 | 0 | 135 | 0 | 111 | 144 | 65 |
| Binary | 11001100 | 11111111 | 10001 | 10100 | 0 | 1011101 | 0 | 1001001 | 1100100 | 110101 |
Color Harmonies of #CCFF11
Complementary color
Monochromatic Colors of #CCFF11
Black with #CCFF11
Text Example
Text Example
White with #CCFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF11; }
p { color: rgb(204,255,17); }
H1.HeaderClassName
{
color: #CCFF11;
}
.AnyTagClassName
{
color: #CCFF11;
}
</style>
background-color css
<style>
a { background-color: #CCFF11; }
a { background-color: rgb(204,255,17); }
div.DivClassName
{
background-color: #CCFF11;
}
.BgClassName
{
background-color: #CCFF11;
}
</style>
border-color css
<style>
span { border-color: #CCFF11; }
span { border-color: rgb(204,255,17); }
td.TdClassName
{
border-color: #CCFF11;
}
.TagClassName
{
border-color: #CCFF11;
}
</style>