Shades of Electric Lime #CEF407
Tints of Electric Lime #CEF407
RGB
CMYK
RGB Variations
Color information
#CEF407 (or 0xCEF407) is known color: Electric Lime. HEX triplet: CE, F4 and 07. RGB value is (206,244,7). Sum of RGB (Red+Green+Blue) = 206+244+7=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 7 (3.12% from 255 or 1.53% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF407 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF407 is #310BF8. Grayscale: #CECECE. Windows color (decimal): -3214329 or 521422. OLE color: 521422.
HSL color Cylindrical-coordinate representation of color #CEF407: hue angle of 69.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEF407 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 7 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.04 |
| HSL | 69.62º | 0.94% | 0.49% | - |
| HSV(B) | 69.62º | 0.97% | 0.96% | - |
| XYZ | 57.84 | 77.84 | 12.18 | - |
| YUV | 205.62 | 15.91 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 7 | 0.16 | 0 | 0.97 | 0.04 | 69.62 | 0.94 | 0.49 |
| Hex | CE | F4 | 7 | 10 | 0 | 61 | 4 | 46 | 5E | 31 |
| Octal | 316 | 364 | 7 | 20 | 0 | 141 | 4 | 106 | 136 | 61 |
| Binary | 11001110 | 11110100 | 111 | 10000 | 0 | 1100001 | 100 | 1000110 | 1011110 | 110001 |
Color Harmonies of #CEF407
Complementary color
Monochromatic Colors of #CEF407
Black with #CEF407
Text Example
Text Example
White with #CEF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF407; }
p { color: rgb(206,244,7); }
H1.HeaderClassName
{
color: #CEF407;
}
.AnyTagClassName
{
color: #CEF407;
}
</style>
background-color css
<style>
a { background-color: #CEF407; }
a { background-color: rgb(206,244,7); }
div.DivClassName
{
background-color: #CEF407;
}
.BgClassName
{
background-color: #CEF407;
}
</style>
border-color css
<style>
span { border-color: #CEF407; }
span { border-color: rgb(206,244,7); }
td.TdClassName
{
border-color: #CEF407;
}
.TagClassName
{
border-color: #CEF407;
}
</style>