Shades of Electric Lime #CEF70F
Tints of Electric Lime #CEF70F
RGB
CMYK
RGB Variations
Color information
#CEF70F (or 0xCEF70F) is known color: Electric Lime. HEX triplet: CE, F7 and 0F. RGB value is (206,247,15). Sum of RGB (Red+Green+Blue) = 206+247+15=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF70F is #3108F0. Grayscale: #D1D1D1. Windows color (decimal): -3213553 or 1046478. OLE color: 1046478.
HSL color Cylindrical-coordinate representation of color #CEF70F: hue angle of 70.6º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEF70F is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 15 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.03 |
| HSL | 70.6º | 0.94% | 0.51% | - |
| HSV(B) | 70.6º | 0.94% | 0.97% | - |
| XYZ | 58.8 | 79.68 | 12.73 | - |
| YUV | 208.29 | 18.92 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 15 | 0.17 | 0 | 0.94 | 0.03 | 70.6 | 0.94 | 0.51 |
| Hex | CE | F7 | F | 11 | 0 | 5E | 3 | 47 | 5E | 33 |
| Octal | 316 | 367 | 17 | 21 | 0 | 136 | 3 | 107 | 136 | 63 |
| Binary | 11001110 | 11110111 | 1111 | 10001 | 0 | 1011110 | 11 | 1000111 | 1011110 | 110011 |
Color Harmonies of #CEF70F
Complementary color
Monochromatic Colors of #CEF70F
Black with #CEF70F
Text Example
Text Example
White with #CEF70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF70F; }
p { color: rgb(206,247,15); }
H1.HeaderClassName
{
color: #CEF70F;
}
.AnyTagClassName
{
color: #CEF70F;
}
</style>
background-color css
<style>
a { background-color: #CEF70F; }
a { background-color: rgb(206,247,15); }
div.DivClassName
{
background-color: #CEF70F;
}
.BgClassName
{
background-color: #CEF70F;
}
</style>
border-color css
<style>
span { border-color: #CEF70F; }
span { border-color: rgb(206,247,15); }
td.TdClassName
{
border-color: #CEF70F;
}
.TagClassName
{
border-color: #CEF70F;
}
</style>