Shades of Electric Lime #CEF107
Tints of Electric Lime #CEF107
RGB
CMYK
RGB Variations
Color information
#CEF107 (or 0xCEF107) is known color: Electric Lime. HEX triplet: CE, F1 and 07. RGB value is (206,241,7). Sum of RGB (Red+Green+Blue) = 206+241+7=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF107 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF107 is #310EF8. Grayscale: #CCCCCC. Windows color (decimal): -3215097 or 520654. OLE color: 520654.
HSL color Cylindrical-coordinate representation of color #CEF107: hue angle of 68.97º 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 #CEF107 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.05 |
| HSL | 68.97º | 0.94% | 0.49% | - |
| HSV(B) | 68.97º | 0.97% | 0.95% | - |
| XYZ | 56.95 | 76.05 | 11.88 | - |
| YUV | 203.86 | 16.9 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 7 | 0.15 | 0 | 0.97 | 0.05 | 68.97 | 0.94 | 0.49 |
| Hex | CE | F1 | 7 | F | 0 | 61 | 5 | 45 | 5E | 31 |
| Octal | 316 | 361 | 7 | 17 | 0 | 141 | 5 | 105 | 136 | 61 |
| Binary | 11001110 | 11110001 | 111 | 1111 | 0 | 1100001 | 101 | 1000101 | 1011110 | 110001 |
Color Harmonies of #CEF107
Complementary color
Monochromatic Colors of #CEF107
Black with #CEF107
Text Example
Text Example
White with #CEF107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF107; }
p { color: rgb(206,241,7); }
H1.HeaderClassName
{
color: #CEF107;
}
.AnyTagClassName
{
color: #CEF107;
}
</style>
background-color css
<style>
a { background-color: #CEF107; }
a { background-color: rgb(206,241,7); }
div.DivClassName
{
background-color: #CEF107;
}
.BgClassName
{
background-color: #CEF107;
}
</style>
border-color css
<style>
span { border-color: #CEF107; }
span { border-color: rgb(206,241,7); }
td.TdClassName
{
border-color: #CEF107;
}
.TagClassName
{
border-color: #CEF107;
}
</style>