Shades of Electric Lime #CEF012
Tints of Electric Lime #CEF012
RGB
CMYK
RGB Variations
Color information
#CEF012 (or 0xCEF012) is known color: Electric Lime. HEX triplet: CE, F0 and 12. RGB value is (206,240,18). Sum of RGB (Red+Green+Blue) = 206+240+18=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF012 is #310FED. Grayscale: #CDCDCD. Windows color (decimal): -3215342 or 1241294. OLE color: 1241294.
HSL color Cylindrical-coordinate representation of color #CEF012: hue angle of 69.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEF012 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 18 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.06 |
| HSL | 69.19º | 0.88% | 0.51% | - |
| HSV(B) | 69.19º | 0.93% | 0.94% | - |
| XYZ | 56.72 | 75.49 | 12.15 | - |
| YUV | 204.53 | 22.74 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 18 | 0.14 | 0 | 0.92 | 0.06 | 69.19 | 0.88 | 0.51 |
| Hex | CE | F0 | 12 | E | 0 | 5C | 6 | 45 | 58 | 33 |
| Octal | 316 | 360 | 22 | 16 | 0 | 134 | 6 | 105 | 130 | 63 |
| Binary | 11001110 | 11110000 | 10010 | 1110 | 0 | 1011100 | 110 | 1000101 | 1011000 | 110011 |
Color Harmonies of #CEF012
Complementary color
Monochromatic Colors of #CEF012
Black with #CEF012
Text Example
Text Example
White with #CEF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF012; }
p { color: rgb(206,240,18); }
H1.HeaderClassName
{
color: #CEF012;
}
.AnyTagClassName
{
color: #CEF012;
}
</style>
background-color css
<style>
a { background-color: #CEF012; }
a { background-color: rgb(206,240,18); }
div.DivClassName
{
background-color: #CEF012;
}
.BgClassName
{
background-color: #CEF012;
}
</style>
border-color css
<style>
span { border-color: #CEF012; }
span { border-color: rgb(206,240,18); }
td.TdClassName
{
border-color: #CEF012;
}
.TagClassName
{
border-color: #CEF012;
}
</style>