Shades of Electric Lime #CEF40C
Tints of Electric Lime #CEF40C
RGB
CMYK
RGB Variations
Color information
#CEF40C (or 0xCEF40C) is known color: Electric Lime. HEX triplet: CE, F4 and 0C. RGB value is (206,244,12). Sum of RGB (Red+Green+Blue) = 206+244+12=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF40C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF40C is #310BF3. Grayscale: #CFCFCF. Windows color (decimal): -3214324 or 849102. OLE color: 849102.
HSL color Cylindrical-coordinate representation of color #CEF40C: hue angle of 69.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEF40C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.04 |
| HSL | 69.83º | 0.91% | 0.5% | - |
| HSV(B) | 69.83º | 0.95% | 0.96% | - |
| XYZ | 57.87 | 77.85 | 12.32 | - |
| YUV | 206.19 | 18.41 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 12 | 0.16 | 0 | 0.95 | 0.04 | 69.83 | 0.91 | 0.5 |
| Hex | CE | F4 | C | 10 | 0 | 5F | 4 | 46 | 5B | 32 |
| Octal | 316 | 364 | 14 | 20 | 0 | 137 | 4 | 106 | 133 | 62 |
| Binary | 11001110 | 11110100 | 1100 | 10000 | 0 | 1011111 | 100 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CEF40C
Complementary color
Monochromatic Colors of #CEF40C
Black with #CEF40C
Text Example
Text Example
White with #CEF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF40C; }
p { color: rgb(206,244,12); }
H1.HeaderClassName
{
color: #CEF40C;
}
.AnyTagClassName
{
color: #CEF40C;
}
</style>
background-color css
<style>
a { background-color: #CEF40C; }
a { background-color: rgb(206,244,12); }
div.DivClassName
{
background-color: #CEF40C;
}
.BgClassName
{
background-color: #CEF40C;
}
</style>
border-color css
<style>
span { border-color: #CEF40C; }
span { border-color: rgb(206,244,12); }
td.TdClassName
{
border-color: #CEF40C;
}
.TagClassName
{
border-color: #CEF40C;
}
</style>