Shades of Electric Lime #CEF017
Tints of Electric Lime #CEF017
RGB
CMYK
RGB Variations
Color information
#CEF017 (or 0xCEF017) is known color: Electric Lime. HEX triplet: CE, F0 and 17. RGB value is (206,240,23). Sum of RGB (Red+Green+Blue) = 206+240+23=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 23 (9.38% from 255 or 4.90% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF017 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF017 is #310FE8. Grayscale: #CDCDCD. Windows color (decimal): -3215337 or 1568974. OLE color: 1568974.
HSL color Cylindrical-coordinate representation of color #CEF017: hue angle of 69.4º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEF017 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 23 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.06 |
| HSL | 69.4º | 0.88% | 0.52% | - |
| HSV(B) | 69.4º | 0.9% | 0.94% | - |
| XYZ | 56.77 | 75.5 | 12.39 | - |
| YUV | 205.1 | 25.24 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 23 | 0.14 | 0 | 0.90 | 0.06 | 69.4 | 0.88 | 0.52 |
| Hex | CE | F0 | 17 | E | 0 | 5A | 6 | 45 | 58 | 34 |
| Octal | 316 | 360 | 27 | 16 | 0 | 132 | 6 | 105 | 130 | 64 |
| Binary | 11001110 | 11110000 | 10111 | 1110 | 0 | 1011010 | 110 | 1000101 | 1011000 | 110100 |
Color Harmonies of #CEF017
Complementary color
Monochromatic Colors of #CEF017
Black with #CEF017
Text Example
Text Example
White with #CEF017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF017; }
p { color: rgb(206,240,23); }
H1.HeaderClassName
{
color: #CEF017;
}
.AnyTagClassName
{
color: #CEF017;
}
</style>
background-color css
<style>
a { background-color: #CEF017; }
a { background-color: rgb(206,240,23); }
div.DivClassName
{
background-color: #CEF017;
}
.BgClassName
{
background-color: #CEF017;
}
</style>
border-color css
<style>
span { border-color: #CEF017; }
span { border-color: rgb(206,240,23); }
td.TdClassName
{
border-color: #CEF017;
}
.TagClassName
{
border-color: #CEF017;
}
</style>