Shades of Electric Lime #CEF000
Tints of Electric Lime #CEF000
RGB
CMYK
RGB Variations
Color information
#CEF000 (or 0xCEF000) is known color: Electric Lime. HEX triplet: CE, F0 and 00. RGB value is (206,240,0). Sum of RGB (Red+Green+Blue) = 206+240+0=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF000 is #310FFF. Grayscale: #CBCBCB. Windows color (decimal): -3215360 or 61646. OLE color: 61646.
HSL color Cylindrical-coordinate representation of color #CEF000: hue angle of 68.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEF000 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.06 |
| HSL | 68.5º | 1% | 0.47% | - |
| HSV(B) | 68.5º | 1% | 0.94% | - |
| XYZ | 56.61 | 75.44 | 11.58 | - |
| YUV | 202.47 | 13.74 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 0 | 0.14 | 0 | 1 | 0.06 | 68.5 | 1 | 0.47 |
| Hex | CE | F0 | 0 | E | 0 | 64 | 6 | 44 | 64 | 2F |
| Octal | 316 | 360 | 0 | 16 | 0 | 144 | 6 | 104 | 144 | 57 |
| Binary | 11001110 | 11110000 | 0 | 1110 | 0 | 1100100 | 110 | 1000100 | 1100100 | 101111 |
Color Harmonies of #CEF000
Complementary color
Monochromatic Colors of #CEF000
Black with #CEF000
Text Example
Text Example
White with #CEF000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF000; }
p { color: rgb(206,240,0); }
H1.HeaderClassName
{
color: #CEF000;
}
.AnyTagClassName
{
color: #CEF000;
}
</style>
background-color css
<style>
a { background-color: #CEF000; }
a { background-color: rgb(206,240,0); }
div.DivClassName
{
background-color: #CEF000;
}
.BgClassName
{
background-color: #CEF000;
}
</style>
border-color css
<style>
span { border-color: #CEF000; }
span { border-color: rgb(206,240,0); }
td.TdClassName
{
border-color: #CEF000;
}
.TagClassName
{
border-color: #CEF000;
}
</style>