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