Shades of Electric Lime #CEF408
Tints of Electric Lime #CEF408
RGB
CMYK
RGB Variations
Color information
#CEF408 (or 0xCEF408) is known color: Electric Lime. HEX triplet: CE, F4 and 08. RGB value is (206,244,8). Sum of RGB (Red+Green+Blue) = 206+244+8=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF408 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF408 is #310BF7. Grayscale: #CECECE. Windows color (decimal): -3214328 or 586958. OLE color: 586958.
HSL color Cylindrical-coordinate representation of color #CEF408: hue angle of 69.66º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEF408 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 8 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.04 |
| HSL | 69.66º | 0.94% | 0.49% | - |
| HSV(B) | 69.66º | 0.97% | 0.96% | - |
| XYZ | 57.85 | 77.84 | 12.21 | - |
| YUV | 205.73 | 16.41 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 8 | 0.16 | 0 | 0.97 | 0.04 | 69.66 | 0.94 | 0.49 |
| Hex | CE | F4 | 8 | 10 | 0 | 61 | 4 | 46 | 5E | 31 |
| Octal | 316 | 364 | 10 | 20 | 0 | 141 | 4 | 106 | 136 | 61 |
| Binary | 11001110 | 11110100 | 1000 | 10000 | 0 | 1100001 | 100 | 1000110 | 1011110 | 110001 |
Color Harmonies of #CEF408
Complementary color
Monochromatic Colors of #CEF408
Black with #CEF408
Text Example
Text Example
White with #CEF408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF408; }
p { color: rgb(206,244,8); }
H1.HeaderClassName
{
color: #CEF408;
}
.AnyTagClassName
{
color: #CEF408;
}
</style>
background-color css
<style>
a { background-color: #CEF408; }
a { background-color: rgb(206,244,8); }
div.DivClassName
{
background-color: #CEF408;
}
.BgClassName
{
background-color: #CEF408;
}
</style>
border-color css
<style>
span { border-color: #CEF408; }
span { border-color: rgb(206,244,8); }
td.TdClassName
{
border-color: #CEF408;
}
.TagClassName
{
border-color: #CEF408;
}
</style>