Shades of Electric Lime #CEF702
Tints of Electric Lime #CEF702
RGB
CMYK
RGB Variations
Color information
#CEF702 (or 0xCEF702) is known color: Electric Lime. HEX triplet: CE, F7 and 02. RGB value is (206,247,2). Sum of RGB (Red+Green+Blue) = 206+247+2=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 247 (96.88% from 255 or 54.29% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF702 is #3108FD. Grayscale: #CFCFCF. Windows color (decimal): -3213566 or 194510. OLE color: 194510.
HSL color Cylindrical-coordinate representation of color #CEF702: hue angle of 70.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEF702 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.03 |
| HSL | 70.04º | 0.98% | 0.49% | - |
| HSV(B) | 70.04º | 0.99% | 0.97% | - |
| XYZ | 58.73 | 79.65 | 12.34 | - |
| YUV | 206.81 | 12.42 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 2 | 0.17 | 0 | 0.99 | 0.03 | 70.04 | 0.98 | 0.49 |
| Hex | CE | F7 | 2 | 11 | 0 | 63 | 3 | 46 | 62 | 31 |
| Octal | 316 | 367 | 2 | 21 | 0 | 143 | 3 | 106 | 142 | 61 |
| Binary | 11001110 | 11110111 | 10 | 10001 | 0 | 1100011 | 11 | 1000110 | 1100010 | 110001 |
Color Harmonies of #CEF702
Complementary color
Monochromatic Colors of #CEF702
Black with #CEF702
Text Example
Text Example
White with #CEF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF702; }
p { color: rgb(206,247,2); }
H1.HeaderClassName
{
color: #CEF702;
}
.AnyTagClassName
{
color: #CEF702;
}
</style>
background-color css
<style>
a { background-color: #CEF702; }
a { background-color: rgb(206,247,2); }
div.DivClassName
{
background-color: #CEF702;
}
.BgClassName
{
background-color: #CEF702;
}
</style>
border-color css
<style>
span { border-color: #CEF702; }
span { border-color: rgb(206,247,2); }
td.TdClassName
{
border-color: #CEF702;
}
.TagClassName
{
border-color: #CEF702;
}
</style>