Shades of Electric Lime #CEFE12
Tints of Electric Lime #CEFE12
RGB
CMYK
RGB Variations
Color information
#CEFE12 (or 0xCEFE12) is known color: Electric Lime. HEX triplet: CE, FE and 12. RGB value is (206,254,18). Sum of RGB (Red+Green+Blue) = 206+254+18=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFE12 is #3101ED. Grayscale: #D5D5D5. Windows color (decimal): -3211758 or 1244878. OLE color: 1244878.
HSL color Cylindrical-coordinate representation of color #CEFE12: hue angle of 72.2º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEFE12 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 18 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.00 |
| HSL | 72.2º | 0.99% | 0.53% | - |
| HSV(B) | 72.2º | 0.93% | 1% | - |
| XYZ | 61 | 84.05 | 13.58 | - |
| YUV | 212.74 | 18.1 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 18 | 0.19 | 0 | 0.93 | 0.00 | 72.2 | 0.99 | 0.53 |
| Hex | CE | FE | 12 | 13 | 0 | 5D | 0 | 48 | 63 | 35 |
| Octal | 316 | 376 | 22 | 23 | 0 | 135 | 0 | 110 | 143 | 65 |
| Binary | 11001110 | 11111110 | 10010 | 10011 | 0 | 1011101 | 0 | 1001000 | 1100011 | 110101 |
Color Harmonies of #CEFE12
Complementary color
Monochromatic Colors of #CEFE12
Black with #CEFE12
Text Example
Text Example
White with #CEFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE12; }
p { color: rgb(206,254,18); }
H1.HeaderClassName
{
color: #CEFE12;
}
.AnyTagClassName
{
color: #CEFE12;
}
</style>
background-color css
<style>
a { background-color: #CEFE12; }
a { background-color: rgb(206,254,18); }
div.DivClassName
{
background-color: #CEFE12;
}
.BgClassName
{
background-color: #CEFE12;
}
</style>
border-color css
<style>
span { border-color: #CEFE12; }
span { border-color: rgb(206,254,18); }
td.TdClassName
{
border-color: #CEFE12;
}
.TagClassName
{
border-color: #CEFE12;
}
</style>