Shades of Electric Lime #CEF70B
Tints of Electric Lime #CEF70B
RGB
CMYK
RGB Variations
Color information
#CEF70B (or 0xCEF70B) is known color: Electric Lime. HEX triplet: CE, F7 and 0B. RGB value is (206,247,11). Sum of RGB (Red+Green+Blue) = 206+247+11=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 247 (96.88% from 255 or 53.23% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF70B is #3108F4. Grayscale: #D0D0D0. Windows color (decimal): -3213557 or 784334. OLE color: 784334.
HSL color Cylindrical-coordinate representation of color #CEF70B: hue angle of 70.42º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEF70B is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 11 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.03 |
| HSL | 70.42º | 0.94% | 0.51% | - |
| HSV(B) | 70.42º | 0.96% | 0.97% | - |
| XYZ | 58.77 | 79.67 | 12.6 | - |
| YUV | 207.84 | 16.92 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 11 | 0.17 | 0 | 0.96 | 0.03 | 70.42 | 0.94 | 0.51 |
| Hex | CE | F7 | B | 11 | 0 | 60 | 3 | 46 | 5E | 33 |
| Octal | 316 | 367 | 13 | 21 | 0 | 140 | 3 | 106 | 136 | 63 |
| Binary | 11001110 | 11110111 | 1011 | 10001 | 0 | 1100000 | 11 | 1000110 | 1011110 | 110011 |
Color Harmonies of #CEF70B
Complementary color
Monochromatic Colors of #CEF70B
Black with #CEF70B
Text Example
Text Example
White with #CEF70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF70B; }
p { color: rgb(206,247,11); }
H1.HeaderClassName
{
color: #CEF70B;
}
.AnyTagClassName
{
color: #CEF70B;
}
</style>
background-color css
<style>
a { background-color: #CEF70B; }
a { background-color: rgb(206,247,11); }
div.DivClassName
{
background-color: #CEF70B;
}
.BgClassName
{
background-color: #CEF70B;
}
</style>
border-color css
<style>
span { border-color: #CEF70B; }
span { border-color: rgb(206,247,11); }
td.TdClassName
{
border-color: #CEF70B;
}
.TagClassName
{
border-color: #CEF70B;
}
</style>