Shades of Electric Lime #CEFF11
Tints of Electric Lime #CEFF11
RGB
CMYK
RGB Variations
Color information
#CEFF11 (or 0xCEFF11) is known color: Electric Lime. HEX triplet: CE, FF and 11. RGB value is (206,255,17). Sum of RGB (Red+Green+Blue) = 206+255+17=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 17 (7.03% from 255 or 3.56% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF11 is #3100EE. Grayscale: #D6D6D6. Windows color (decimal): -3211503 or 1179598. OLE color: 1179598.
HSL color Cylindrical-coordinate representation of color #CEFF11: hue angle of 72.35º 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 #CEFF11 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0 |
| HSL | 72.35º | 1% | 0.53% | - |
| HSV(B) | 72.35º | 0.93% | 1% | - |
| XYZ | 61.31 | 84.68 | 13.64 | - |
| YUV | 213.22 | 17.27 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 17 | 0.19 | 0 | 0.93 | 0 | 72.35 | 1 | 0.53 |
| Hex | CE | FF | 11 | 13 | 0 | 5D | 0 | 48 | 64 | 35 |
| Octal | 316 | 377 | 21 | 23 | 0 | 135 | 0 | 110 | 144 | 65 |
| Binary | 11001110 | 11111111 | 10001 | 10011 | 0 | 1011101 | 0 | 1001000 | 1100100 | 110101 |
Color Harmonies of #CEFF11
Complementary color
Monochromatic Colors of #CEFF11
Black with #CEFF11
Text Example
Text Example
White with #CEFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF11; }
p { color: rgb(206,255,17); }
H1.HeaderClassName
{
color: #CEFF11;
}
.AnyTagClassName
{
color: #CEFF11;
}
</style>
background-color css
<style>
a { background-color: #CEFF11; }
a { background-color: rgb(206,255,17); }
div.DivClassName
{
background-color: #CEFF11;
}
.BgClassName
{
background-color: #CEFF11;
}
</style>
border-color css
<style>
span { border-color: #CEFF11; }
span { border-color: rgb(206,255,17); }
td.TdClassName
{
border-color: #CEFF11;
}
.TagClassName
{
border-color: #CEFF11;
}
</style>