Shades of Electric Lime #CEFE13
Tints of Electric Lime #CEFE13
RGB
CMYK
RGB Variations
Color information
#CEFE13 (or 0xCEFE13) is known color: Electric Lime. HEX triplet: CE, FE and 13. RGB value is (206,254,19). Sum of RGB (Red+Green+Blue) = 206+254+19=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 19 (7.81% from 255 or 3.97% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFE13 is #3101EC. Grayscale: #D5D5D5. Windows color (decimal): -3211757 or 1310414. OLE color: 1310414.
HSL color Cylindrical-coordinate representation of color #CEFE13: hue angle of 72.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEFE13 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 19 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.00 |
| HSL | 72.26º | 0.99% | 0.54% | - |
| HSV(B) | 72.26º | 0.93% | 1% | - |
| XYZ | 61.01 | 84.05 | 13.62 | - |
| YUV | 212.86 | 18.6 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 19 | 0.19 | 0 | 0.93 | 0.00 | 72.26 | 0.99 | 0.54 |
| Hex | CE | FE | 13 | 13 | 0 | 5D | 0 | 48 | 63 | 36 |
| Octal | 316 | 376 | 23 | 23 | 0 | 135 | 0 | 110 | 143 | 66 |
| Binary | 11001110 | 11111110 | 10011 | 10011 | 0 | 1011101 | 0 | 1001000 | 1100011 | 110110 |
Color Harmonies of #CEFE13
Complementary color
Monochromatic Colors of #CEFE13
Black with #CEFE13
Text Example
Text Example
White with #CEFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE13; }
p { color: rgb(206,254,19); }
H1.HeaderClassName
{
color: #CEFE13;
}
.AnyTagClassName
{
color: #CEFE13;
}
</style>
background-color css
<style>
a { background-color: #CEFE13; }
a { background-color: rgb(206,254,19); }
div.DivClassName
{
background-color: #CEFE13;
}
.BgClassName
{
background-color: #CEFE13;
}
</style>
border-color css
<style>
span { border-color: #CEFE13; }
span { border-color: rgb(206,254,19); }
td.TdClassName
{
border-color: #CEFE13;
}
.TagClassName
{
border-color: #CEFE13;
}
</style>