Shades of Electric Lime #CEF801
Tints of Electric Lime #CEF801
RGB
CMYK
RGB Variations
Color information
#CEF801 (or 0xCEF801) is known color: Electric Lime. HEX triplet: CE, F8 and 01. RGB value is (206,248,1). Sum of RGB (Red+Green+Blue) = 206+248+1=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF801 is #3107FE. Grayscale: #D0D0D0. Windows color (decimal): -3213311 or 129230. OLE color: 129230.
HSL color Cylindrical-coordinate representation of color #CEF801: hue angle of 70.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEF801 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.03 |
| HSL | 70.2º | 0.99% | 0.49% | - |
| HSV(B) | 70.2º | 1% | 0.97% | - |
| XYZ | 59.03 | 80.26 | 12.41 | - |
| YUV | 207.28 | 11.59 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 1 | 0.17 | 0 | 1.00 | 0.03 | 70.2 | 0.99 | 0.49 |
| Hex | CE | F8 | 1 | 11 | 0 | 64 | 3 | 46 | 63 | 31 |
| Octal | 316 | 370 | 1 | 21 | 0 | 144 | 3 | 106 | 143 | 61 |
| Binary | 11001110 | 11111000 | 1 | 10001 | 0 | 1100100 | 11 | 1000110 | 1100011 | 110001 |
Color Harmonies of #CEF801
Complementary color
Monochromatic Colors of #CEF801
Black with #CEF801
Text Example
Text Example
White with #CEF801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF801; }
p { color: rgb(206,248,1); }
H1.HeaderClassName
{
color: #CEF801;
}
.AnyTagClassName
{
color: #CEF801;
}
</style>
background-color css
<style>
a { background-color: #CEF801; }
a { background-color: rgb(206,248,1); }
div.DivClassName
{
background-color: #CEF801;
}
.BgClassName
{
background-color: #CEF801;
}
</style>
border-color css
<style>
span { border-color: #CEF801; }
span { border-color: rgb(206,248,1); }
td.TdClassName
{
border-color: #CEF801;
}
.TagClassName
{
border-color: #CEF801;
}
</style>