Shades of Electric Lime #CEF100
Tints of Electric Lime #CEF100
RGB
CMYK
RGB Variations
Color information
#CEF100 (or 0xCEF100) is known color: Electric Lime. HEX triplet: CE, F1 and 00. RGB value is (206,241,0). Sum of RGB (Red+Green+Blue) = 206+241+0=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF100 is #310EFF. Grayscale: #CBCBCB. Windows color (decimal): -3215104 or 61902. OLE color: 61902.
HSL color Cylindrical-coordinate representation of color #CEF100: hue angle of 68.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEF100 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.05 |
| HSL | 68.71º | 1% | 0.47% | - |
| HSV(B) | 68.71º | 1% | 0.95% | - |
| XYZ | 56.91 | 76.03 | 11.68 | - |
| YUV | 203.06 | 13.4 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 0 | 0.15 | 0 | 1 | 0.05 | 68.71 | 1 | 0.47 |
| Hex | CE | F1 | 0 | F | 0 | 64 | 5 | 45 | 64 | 2F |
| Octal | 316 | 361 | 0 | 17 | 0 | 144 | 5 | 105 | 144 | 57 |
| Binary | 11001110 | 11110001 | 0 | 1111 | 0 | 1100100 | 101 | 1000101 | 1100100 | 101111 |
Color Harmonies of #CEF100
Complementary color
Monochromatic Colors of #CEF100
Black with #CEF100
Text Example
Text Example
White with #CEF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF100; }
p { color: rgb(206,241,0); }
H1.HeaderClassName
{
color: #CEF100;
}
.AnyTagClassName
{
color: #CEF100;
}
</style>
background-color css
<style>
a { background-color: #CEF100; }
a { background-color: rgb(206,241,0); }
div.DivClassName
{
background-color: #CEF100;
}
.BgClassName
{
background-color: #CEF100;
}
</style>
border-color css
<style>
span { border-color: #CEF100; }
span { border-color: rgb(206,241,0); }
td.TdClassName
{
border-color: #CEF100;
}
.TagClassName
{
border-color: #CEF100;
}
</style>