Shades of Electric Lime #CEF108
Tints of Electric Lime #CEF108
RGB
CMYK
RGB Variations
Color information
#CEF108 (or 0xCEF108) is known color: Electric Lime. HEX triplet: CE, F1 and 08. RGB value is (206,241,8). Sum of RGB (Red+Green+Blue) = 206+241+8=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 8 (3.52% from 255 or 1.76% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF108 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF108 is #310EF7. Grayscale: #CCCCCC. Windows color (decimal): -3215096 or 586190. OLE color: 586190.
HSL color Cylindrical-coordinate representation of color #CEF108: hue angle of 69.01º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEF108 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 8 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.05 |
| HSL | 69.01º | 0.94% | 0.49% | - |
| HSV(B) | 69.01º | 0.97% | 0.95% | - |
| XYZ | 56.95 | 76.05 | 11.91 | - |
| YUV | 203.97 | 17.4 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 8 | 0.15 | 0 | 0.97 | 0.05 | 69.01 | 0.94 | 0.49 |
| Hex | CE | F1 | 8 | F | 0 | 61 | 5 | 45 | 5E | 31 |
| Octal | 316 | 361 | 10 | 17 | 0 | 141 | 5 | 105 | 136 | 61 |
| Binary | 11001110 | 11110001 | 1000 | 1111 | 0 | 1100001 | 101 | 1000101 | 1011110 | 110001 |
Color Harmonies of #CEF108
Complementary color
Monochromatic Colors of #CEF108
Black with #CEF108
Text Example
Text Example
White with #CEF108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF108; }
p { color: rgb(206,241,8); }
H1.HeaderClassName
{
color: #CEF108;
}
.AnyTagClassName
{
color: #CEF108;
}
</style>
background-color css
<style>
a { background-color: #CEF108; }
a { background-color: rgb(206,241,8); }
div.DivClassName
{
background-color: #CEF108;
}
.BgClassName
{
background-color: #CEF108;
}
</style>
border-color css
<style>
span { border-color: #CEF108; }
span { border-color: rgb(206,241,8); }
td.TdClassName
{
border-color: #CEF108;
}
.TagClassName
{
border-color: #CEF108;
}
</style>