Shades of Electric Lime #CEF40F
Tints of Electric Lime #CEF40F
RGB
CMYK
RGB Variations
Color information
#CEF40F (or 0xCEF40F) is known color: Electric Lime. HEX triplet: CE, F4 and 0F. RGB value is (206,244,15). Sum of RGB (Red+Green+Blue) = 206+244+15=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF40F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF40F is #310BF0. Grayscale: #CFCFCF. Windows color (decimal): -3214321 or 1045710. OLE color: 1045710.
HSL color Cylindrical-coordinate representation of color #CEF40F: hue angle of 69.96º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEF40F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 15 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.04 |
| HSL | 69.96º | 0.91% | 0.51% | - |
| HSV(B) | 69.96º | 0.94% | 0.96% | - |
| XYZ | 57.89 | 77.86 | 12.43 | - |
| YUV | 206.53 | 19.91 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 15 | 0.16 | 0 | 0.94 | 0.04 | 69.96 | 0.91 | 0.51 |
| Hex | CE | F4 | F | 10 | 0 | 5E | 4 | 46 | 5B | 33 |
| Octal | 316 | 364 | 17 | 20 | 0 | 136 | 4 | 106 | 133 | 63 |
| Binary | 11001110 | 11110100 | 1111 | 10000 | 0 | 1011110 | 100 | 1000110 | 1011011 | 110011 |
Color Harmonies of #CEF40F
Complementary color
Monochromatic Colors of #CEF40F
Black with #CEF40F
Text Example
Text Example
White with #CEF40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF40F; }
p { color: rgb(206,244,15); }
H1.HeaderClassName
{
color: #CEF40F;
}
.AnyTagClassName
{
color: #CEF40F;
}
</style>
background-color css
<style>
a { background-color: #CEF40F; }
a { background-color: rgb(206,244,15); }
div.DivClassName
{
background-color: #CEF40F;
}
.BgClassName
{
background-color: #CEF40F;
}
</style>
border-color css
<style>
span { border-color: #CEF40F; }
span { border-color: rgb(206,244,15); }
td.TdClassName
{
border-color: #CEF40F;
}
.TagClassName
{
border-color: #CEF40F;
}
</style>