Shades of Electric Lime #CEF110
Tints of Electric Lime #CEF110
RGB
CMYK
RGB Variations
Color information
#CEF110 (or 0xCEF110) is known color: Electric Lime. HEX triplet: CE, F1 and 10. RGB value is (206,241,16). Sum of RGB (Red+Green+Blue) = 206+241+16=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF110 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF110 is #310EEF. Grayscale: #CDCDCD. Windows color (decimal): -3215088 or 1110478. OLE color: 1110478.
HSL color Cylindrical-coordinate representation of color #CEF110: hue angle of 69.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEF110 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.05 |
| HSL | 69.33º | 0.89% | 0.5% | - |
| HSV(B) | 69.33º | 0.93% | 0.95% | - |
| XYZ | 57 | 76.07 | 12.17 | - |
| YUV | 204.89 | 21.4 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 16 | 0.15 | 0 | 0.93 | 0.05 | 69.33 | 0.89 | 0.5 |
| Hex | CE | F1 | 10 | F | 0 | 5D | 5 | 45 | 59 | 32 |
| Octal | 316 | 361 | 20 | 17 | 0 | 135 | 5 | 105 | 131 | 62 |
| Binary | 11001110 | 11110001 | 10000 | 1111 | 0 | 1011101 | 101 | 1000101 | 1011001 | 110010 |
Color Harmonies of #CEF110
Complementary color
Monochromatic Colors of #CEF110
Black with #CEF110
Text Example
Text Example
White with #CEF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF110; }
p { color: rgb(206,241,16); }
H1.HeaderClassName
{
color: #CEF110;
}
.AnyTagClassName
{
color: #CEF110;
}
</style>
background-color css
<style>
a { background-color: #CEF110; }
a { background-color: rgb(206,241,16); }
div.DivClassName
{
background-color: #CEF110;
}
.BgClassName
{
background-color: #CEF110;
}
</style>
border-color css
<style>
span { border-color: #CEF110; }
span { border-color: rgb(206,241,16); }
td.TdClassName
{
border-color: #CEF110;
}
.TagClassName
{
border-color: #CEF110;
}
</style>