Shades of Electric Lime #CEFC01
Tints of Electric Lime #CEFC01
RGB
CMYK
RGB Variations
Color information
#CEFC01 (or 0xCEFC01) is known color: Electric Lime. HEX triplet: CE, FC and 01. RGB value is (206,252,1). Sum of RGB (Red+Green+Blue) = 206+252+1=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFC01 is #3103FE. Grayscale: #D2D2D2. Windows color (decimal): -3212287 or 130254. OLE color: 130254.
HSL color Cylindrical-coordinate representation of color #CEFC01: hue angle of 71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEFC01 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.01 |
| HSL | 71º | 0.99% | 0.5% | - |
| HSV(B) | 71º | 1% | 0.99% | - |
| XYZ | 60.27 | 82.74 | 12.82 | - |
| YUV | 209.63 | 10.26 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 1 | 0.18 | 0 | 1.00 | 0.01 | 71 | 0.99 | 0.5 |
| Hex | CE | FC | 1 | 12 | 0 | 64 | 1 | 47 | 63 | 32 |
| Octal | 316 | 374 | 1 | 22 | 0 | 144 | 1 | 107 | 143 | 62 |
| Binary | 11001110 | 11111100 | 1 | 10010 | 0 | 1100100 | 1 | 1000111 | 1100011 | 110010 |
Color Harmonies of #CEFC01
Complementary color
Monochromatic Colors of #CEFC01
Black with #CEFC01
Text Example
Text Example
White with #CEFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC01; }
p { color: rgb(206,252,1); }
H1.HeaderClassName
{
color: #CEFC01;
}
.AnyTagClassName
{
color: #CEFC01;
}
</style>
background-color css
<style>
a { background-color: #CEFC01; }
a { background-color: rgb(206,252,1); }
div.DivClassName
{
background-color: #CEFC01;
}
.BgClassName
{
background-color: #CEFC01;
}
</style>
border-color css
<style>
span { border-color: #CEFC01; }
span { border-color: rgb(206,252,1); }
td.TdClassName
{
border-color: #CEFC01;
}
.TagClassName
{
border-color: #CEFC01;
}
</style>