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