Shades of Electric Lime #CEFE14
Tints of Electric Lime #CEFE14
RGB
CMYK
RGB Variations
Color information
#CEFE14 (or 0xCEFE14) is known color: Electric Lime. HEX triplet: CE, FE and 14. RGB value is (206,254,20). Sum of RGB (Red+Green+Blue) = 206+254+20=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFE14 is #3101EB. Grayscale: #D5D5D5. Windows color (decimal): -3211756 or 1375950. OLE color: 1375950.
HSL color Cylindrical-coordinate representation of color #CEFE14: hue angle of 72.31º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEFE14 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 20 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.00 |
| HSL | 72.31º | 0.99% | 0.54% | - |
| HSV(B) | 72.31º | 0.92% | 1% | - |
| XYZ | 61.02 | 84.06 | 13.67 | - |
| YUV | 212.97 | 19.1 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 20 | 0.19 | 0 | 0.92 | 0.00 | 72.31 | 0.99 | 0.54 |
| Hex | CE | FE | 14 | 13 | 0 | 5C | 0 | 48 | 63 | 36 |
| Octal | 316 | 376 | 24 | 23 | 0 | 134 | 0 | 110 | 143 | 66 |
| Binary | 11001110 | 11111110 | 10100 | 10011 | 0 | 1011100 | 0 | 1001000 | 1100011 | 110110 |
Color Harmonies of #CEFE14
Complementary color
Monochromatic Colors of #CEFE14
Black with #CEFE14
Text Example
Text Example
White with #CEFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE14; }
p { color: rgb(206,254,20); }
H1.HeaderClassName
{
color: #CEFE14;
}
.AnyTagClassName
{
color: #CEFE14;
}
</style>
background-color css
<style>
a { background-color: #CEFE14; }
a { background-color: rgb(206,254,20); }
div.DivClassName
{
background-color: #CEFE14;
}
.BgClassName
{
background-color: #CEFE14;
}
</style>
border-color css
<style>
span { border-color: #CEFE14; }
span { border-color: rgb(206,254,20); }
td.TdClassName
{
border-color: #CEFE14;
}
.TagClassName
{
border-color: #CEFE14;
}
</style>