Shades of Electric Lime #CEF714
Tints of Electric Lime #CEF714
RGB
CMYK
RGB Variations
Color information
#CEF714 (or 0xCEF714) is known color: Electric Lime. HEX triplet: CE, F7 and 14. RGB value is (206,247,20). Sum of RGB (Red+Green+Blue) = 206+247+20=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF714 is #3108EB. Grayscale: #D1D1D1. Windows color (decimal): -3213548 or 1374158. OLE color: 1374158.
HSL color Cylindrical-coordinate representation of color #CEF714: hue angle of 70.84º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEF714 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 20 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.03 |
| HSL | 70.84º | 0.93% | 0.52% | - |
| HSV(B) | 70.84º | 0.92% | 0.97% | - |
| XYZ | 58.84 | 79.69 | 12.94 | - |
| YUV | 208.86 | 21.42 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 20 | 0.17 | 0 | 0.92 | 0.03 | 70.84 | 0.93 | 0.52 |
| Hex | CE | F7 | 14 | 11 | 0 | 5C | 3 | 47 | 5D | 34 |
| Octal | 316 | 367 | 24 | 21 | 0 | 134 | 3 | 107 | 135 | 64 |
| Binary | 11001110 | 11110111 | 10100 | 10001 | 0 | 1011100 | 11 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CEF714
Complementary color
Monochromatic Colors of #CEF714
Black with #CEF714
Text Example
Text Example
White with #CEF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF714; }
p { color: rgb(206,247,20); }
H1.HeaderClassName
{
color: #CEF714;
}
.AnyTagClassName
{
color: #CEF714;
}
</style>
background-color css
<style>
a { background-color: #CEF714; }
a { background-color: rgb(206,247,20); }
div.DivClassName
{
background-color: #CEF714;
}
.BgClassName
{
background-color: #CEF714;
}
</style>
border-color css
<style>
span { border-color: #CEF714; }
span { border-color: rgb(206,247,20); }
td.TdClassName
{
border-color: #CEF714;
}
.TagClassName
{
border-color: #CEF714;
}
</style>