Shades of Electric Lime #CEFF01
Tints of Electric Lime #CEFF01
RGB
CMYK
RGB Variations
Color information
#CEFF01 (or 0xCEFF01) is known color: Electric Lime. HEX triplet: CE, FF and 01. RGB value is (206,255,1). Sum of RGB (Red+Green+Blue) = 206+255+1=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF01 is #3100FE. Grayscale: #D4D4D4. Windows color (decimal): -3211519 or 131022. OLE color: 131022.
HSL color Cylindrical-coordinate representation of color #CEFF01: hue angle of 71.57º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEFF01 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0 |
| HSL | 71.57º | 1% | 0.5% | - |
| HSV(B) | 71.57º | 1% | 1% | - |
| XYZ | 61.22 | 84.64 | 13.14 | - |
| YUV | 211.39 | 9.27 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 1 | 0.19 | 0 | 1.00 | 0 | 71.57 | 1 | 0.5 |
| Hex | CE | FF | 1 | 13 | 0 | 64 | 0 | 48 | 64 | 32 |
| Octal | 316 | 377 | 1 | 23 | 0 | 144 | 0 | 110 | 144 | 62 |
| Binary | 11001110 | 11111111 | 1 | 10011 | 0 | 1100100 | 0 | 1001000 | 1100100 | 110010 |
Color Harmonies of #CEFF01
Complementary color
Monochromatic Colors of #CEFF01
Black with #CEFF01
Text Example
Text Example
White with #CEFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF01; }
p { color: rgb(206,255,1); }
H1.HeaderClassName
{
color: #CEFF01;
}
.AnyTagClassName
{
color: #CEFF01;
}
</style>
background-color css
<style>
a { background-color: #CEFF01; }
a { background-color: rgb(206,255,1); }
div.DivClassName
{
background-color: #CEFF01;
}
.BgClassName
{
background-color: #CEFF01;
}
</style>
border-color css
<style>
span { border-color: #CEFF01; }
span { border-color: rgb(206,255,1); }
td.TdClassName
{
border-color: #CEFF01;
}
.TagClassName
{
border-color: #CEFF01;
}
</style>