Shades of Electric Lime #CEFD14
Tints of Electric Lime #CEFD14
RGB
CMYK
RGB Variations
Color information
#CEFD14 (or 0xCEFD14) is known color: Electric Lime. HEX triplet: CE, FD and 14. RGB value is (206,253,20). Sum of RGB (Red+Green+Blue) = 206+253+20=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFD14 is #3102EB. Grayscale: #D5D5D5. Windows color (decimal): -3212012 or 1375694. OLE color: 1375694.
HSL color Cylindrical-coordinate representation of color #CEFD14: hue angle of 72.1º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEFD14 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 20 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.01 |
| HSL | 72.1º | 0.98% | 0.54% | - |
| HSV(B) | 72.1º | 0.92% | 0.99% | - |
| XYZ | 60.71 | 83.42 | 13.56 | - |
| YUV | 212.39 | 19.43 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 20 | 0.19 | 0 | 0.92 | 0.01 | 72.1 | 0.98 | 0.54 |
| Hex | CE | FD | 14 | 13 | 0 | 5C | 1 | 48 | 62 | 36 |
| Octal | 316 | 375 | 24 | 23 | 0 | 134 | 1 | 110 | 142 | 66 |
| Binary | 11001110 | 11111101 | 10100 | 10011 | 0 | 1011100 | 1 | 1001000 | 1100010 | 110110 |
Color Harmonies of #CEFD14
Complementary color
Monochromatic Colors of #CEFD14
Black with #CEFD14
Text Example
Text Example
White with #CEFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD14; }
p { color: rgb(206,253,20); }
H1.HeaderClassName
{
color: #CEFD14;
}
.AnyTagClassName
{
color: #CEFD14;
}
</style>
background-color css
<style>
a { background-color: #CEFD14; }
a { background-color: rgb(206,253,20); }
div.DivClassName
{
background-color: #CEFD14;
}
.BgClassName
{
background-color: #CEFD14;
}
</style>
border-color css
<style>
span { border-color: #CEFD14; }
span { border-color: rgb(206,253,20); }
td.TdClassName
{
border-color: #CEFD14;
}
.TagClassName
{
border-color: #CEFD14;
}
</style>