Shades of Electric Lime #CEF117
Tints of Electric Lime #CEF117
RGB
CMYK
RGB Variations
Color information
#CEF117 (or 0xCEF117) is known color: Electric Lime. HEX triplet: CE, F1 and 17. RGB value is (206,241,23). Sum of RGB (Red+Green+Blue) = 206+241+23=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 23 (9.38% from 255 or 4.89% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF117 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF117 is #310EE8. Grayscale: #CECECE. Windows color (decimal): -3215081 or 1569230. OLE color: 1569230.
HSL color Cylindrical-coordinate representation of color #CEF117: hue angle of 69.63º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEF117 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 23 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.05 |
| HSL | 69.63º | 0.89% | 0.52% | - |
| HSV(B) | 69.63º | 0.9% | 0.95% | - |
| XYZ | 57.06 | 76.09 | 12.49 | - |
| YUV | 205.68 | 24.9 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 23 | 0.15 | 0 | 0.90 | 0.05 | 69.63 | 0.89 | 0.52 |
| Hex | CE | F1 | 17 | F | 0 | 5A | 5 | 46 | 59 | 34 |
| Octal | 316 | 361 | 27 | 17 | 0 | 132 | 5 | 106 | 131 | 64 |
| Binary | 11001110 | 11110001 | 10111 | 1111 | 0 | 1011010 | 101 | 1000110 | 1011001 | 110100 |
Color Harmonies of #CEF117
Complementary color
Monochromatic Colors of #CEF117
Black with #CEF117
Text Example
Text Example
White with #CEF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF117; }
p { color: rgb(206,241,23); }
H1.HeaderClassName
{
color: #CEF117;
}
.AnyTagClassName
{
color: #CEF117;
}
</style>
background-color css
<style>
a { background-color: #CEF117; }
a { background-color: rgb(206,241,23); }
div.DivClassName
{
background-color: #CEF117;
}
.BgClassName
{
background-color: #CEF117;
}
</style>
border-color css
<style>
span { border-color: #CEF117; }
span { border-color: rgb(206,241,23); }
td.TdClassName
{
border-color: #CEF117;
}
.TagClassName
{
border-color: #CEF117;
}
</style>