Shades of Electric Lime #CEFE11
Tints of Electric Lime #CEFE11
RGB
CMYK
RGB Variations
Color information
#CEFE11 (or 0xCEFE11) is known color: Electric Lime. HEX triplet: CE, FE and 11. RGB value is (206,254,17). Sum of RGB (Red+Green+Blue) = 206+254+17=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 17 (7.03% from 255 or 3.56% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFE11 is #3101EE. Grayscale: #D5D5D5. Windows color (decimal): -3211759 or 1179342. OLE color: 1179342.
HSL color Cylindrical-coordinate representation of color #CEFE11: hue angle of 72.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEFE11 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.00 |
| HSL | 72.15º | 0.99% | 0.53% | - |
| HSV(B) | 72.15º | 0.93% | 1% | - |
| XYZ | 61 | 84.05 | 13.54 | - |
| YUV | 212.63 | 17.6 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 17 | 0.19 | 0 | 0.93 | 0.00 | 72.15 | 0.99 | 0.53 |
| Hex | CE | FE | 11 | 13 | 0 | 5D | 0 | 48 | 63 | 35 |
| Octal | 316 | 376 | 21 | 23 | 0 | 135 | 0 | 110 | 143 | 65 |
| Binary | 11001110 | 11111110 | 10001 | 10011 | 0 | 1011101 | 0 | 1001000 | 1100011 | 110101 |
Color Harmonies of #CEFE11
Complementary color
Monochromatic Colors of #CEFE11
Black with #CEFE11
Text Example
Text Example
White with #CEFE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE11; }
p { color: rgb(206,254,17); }
H1.HeaderClassName
{
color: #CEFE11;
}
.AnyTagClassName
{
color: #CEFE11;
}
</style>
background-color css
<style>
a { background-color: #CEFE11; }
a { background-color: rgb(206,254,17); }
div.DivClassName
{
background-color: #CEFE11;
}
.BgClassName
{
background-color: #CEFE11;
}
</style>
border-color css
<style>
span { border-color: #CEFE11; }
span { border-color: rgb(206,254,17); }
td.TdClassName
{
border-color: #CEFE11;
}
.TagClassName
{
border-color: #CEFE11;
}
</style>