Shades of Electric Lime #CEF011
Tints of Electric Lime #CEF011
RGB
CMYK
RGB Variations
Color information
#CEF011 (or 0xCEF011) is known color: Electric Lime. HEX triplet: CE, F0 and 11. RGB value is (206,240,17). Sum of RGB (Red+Green+Blue) = 206+240+17=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF011 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF011 is #310FEE. Grayscale: #CDCDCD. Windows color (decimal): -3215343 or 1175758. OLE color: 1175758.
HSL color Cylindrical-coordinate representation of color #CEF011: hue angle of 69.15º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEF011 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 17 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.06 |
| HSL | 69.15º | 0.88% | 0.5% | - |
| HSV(B) | 69.15º | 0.93% | 0.94% | - |
| XYZ | 56.71 | 75.48 | 12.11 | - |
| YUV | 204.41 | 22.24 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 17 | 0.14 | 0 | 0.93 | 0.06 | 69.15 | 0.88 | 0.5 |
| Hex | CE | F0 | 11 | E | 0 | 5D | 6 | 45 | 58 | 32 |
| Octal | 316 | 360 | 21 | 16 | 0 | 135 | 6 | 105 | 130 | 62 |
| Binary | 11001110 | 11110000 | 10001 | 1110 | 0 | 1011101 | 110 | 1000101 | 1011000 | 110010 |
Color Harmonies of #CEF011
Complementary color
Monochromatic Colors of #CEF011
Black with #CEF011
Text Example
Text Example
White with #CEF011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF011; }
p { color: rgb(206,240,17); }
H1.HeaderClassName
{
color: #CEF011;
}
.AnyTagClassName
{
color: #CEF011;
}
</style>
background-color css
<style>
a { background-color: #CEF011; }
a { background-color: rgb(206,240,17); }
div.DivClassName
{
background-color: #CEF011;
}
.BgClassName
{
background-color: #CEF011;
}
</style>
border-color css
<style>
span { border-color: #CEF011; }
span { border-color: rgb(206,240,17); }
td.TdClassName
{
border-color: #CEF011;
}
.TagClassName
{
border-color: #CEF011;
}
</style>