Shades of Electric Lime #CEF70A
Tints of Electric Lime #CEF70A
RGB
CMYK
RGB Variations
Color information
#CEF70A (or 0xCEF70A) is known color: Electric Lime. HEX triplet: CE, F7 and 0A. RGB value is (206,247,10). Sum of RGB (Red+Green+Blue) = 206+247+10=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 247 (96.88% from 255 or 53.35% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF70A is #3108F5. Grayscale: #D0D0D0. Windows color (decimal): -3213558 or 718798. OLE color: 718798.
HSL color Cylindrical-coordinate representation of color #CEF70A: hue angle of 70.38º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEF70A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 10 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.03 |
| HSL | 70.38º | 0.94% | 0.5% | - |
| HSV(B) | 70.38º | 0.96% | 0.97% | - |
| XYZ | 58.77 | 79.67 | 12.57 | - |
| YUV | 207.72 | 16.42 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 10 | 0.17 | 0 | 0.96 | 0.03 | 70.38 | 0.94 | 0.5 |
| Hex | CE | F7 | A | 11 | 0 | 60 | 3 | 46 | 5E | 32 |
| Octal | 316 | 367 | 12 | 21 | 0 | 140 | 3 | 106 | 136 | 62 |
| Binary | 11001110 | 11110111 | 1010 | 10001 | 0 | 1100000 | 11 | 1000110 | 1011110 | 110010 |
Color Harmonies of #CEF70A
Complementary color
Monochromatic Colors of #CEF70A
Black with #CEF70A
Text Example
Text Example
White with #CEF70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF70A; }
p { color: rgb(206,247,10); }
H1.HeaderClassName
{
color: #CEF70A;
}
.AnyTagClassName
{
color: #CEF70A;
}
</style>
background-color css
<style>
a { background-color: #CEF70A; }
a { background-color: rgb(206,247,10); }
div.DivClassName
{
background-color: #CEF70A;
}
.BgClassName
{
background-color: #CEF70A;
}
</style>
border-color css
<style>
span { border-color: #CEF70A; }
span { border-color: rgb(206,247,10); }
td.TdClassName
{
border-color: #CEF70A;
}
.TagClassName
{
border-color: #CEF70A;
}
</style>