Shades of Electric Lime #CEF507
Tints of Electric Lime #CEF507
RGB
CMYK
RGB Variations
Color information
#CEF507 (or 0xCEF507) is known color: Electric Lime. HEX triplet: CE, F5 and 07. RGB value is (206,245,7). Sum of RGB (Red+Green+Blue) = 206+245+7=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF507 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF507 is #310AF8. Grayscale: #CFCFCF. Windows color (decimal): -3214073 or 521678. OLE color: 521678.
HSL color Cylindrical-coordinate representation of color #CEF507: hue angle of 69.83º 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 #CEF507 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 7 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.04 |
| HSL | 69.83º | 0.94% | 0.49% | - |
| HSV(B) | 69.83º | 0.97% | 0.96% | - |
| XYZ | 58.14 | 78.44 | 12.28 | - |
| YUV | 206.21 | 15.58 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 7 | 0.16 | 0 | 0.97 | 0.04 | 69.83 | 0.94 | 0.49 |
| Hex | CE | F5 | 7 | 10 | 0 | 61 | 4 | 46 | 5E | 31 |
| Octal | 316 | 365 | 7 | 20 | 0 | 141 | 4 | 106 | 136 | 61 |
| Binary | 11001110 | 11110101 | 111 | 10000 | 0 | 1100001 | 100 | 1000110 | 1011110 | 110001 |
Color Harmonies of #CEF507
Complementary color
Monochromatic Colors of #CEF507
Black with #CEF507
Text Example
Text Example
White with #CEF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF507; }
p { color: rgb(206,245,7); }
H1.HeaderClassName
{
color: #CEF507;
}
.AnyTagClassName
{
color: #CEF507;
}
</style>
background-color css
<style>
a { background-color: #CEF507; }
a { background-color: rgb(206,245,7); }
div.DivClassName
{
background-color: #CEF507;
}
.BgClassName
{
background-color: #CEF507;
}
</style>
border-color css
<style>
span { border-color: #CEF507; }
span { border-color: rgb(206,245,7); }
td.TdClassName
{
border-color: #CEF507;
}
.TagClassName
{
border-color: #CEF507;
}
</style>