Shades of Electric Lime #CEFD01
Tints of Electric Lime #CEFD01
RGB
CMYK
RGB Variations
Color information
#CEFD01 (or 0xCEFD01) is known color: Electric Lime. HEX triplet: CE, FD and 01. RGB value is (206,253,1). Sum of RGB (Red+Green+Blue) = 206+253+1=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFD01 is #3102FE. Grayscale: #D3D3D3. Windows color (decimal): -3212031 or 130510. OLE color: 130510.
HSL color Cylindrical-coordinate representation of color #CEFD01: hue angle of 71.19º 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 #CEFD01 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.01 |
| HSL | 71.19º | 0.99% | 0.5% | - |
| HSV(B) | 71.19º | 1% | 0.99% | - |
| XYZ | 60.58 | 83.37 | 12.93 | - |
| YUV | 210.22 | 9.93 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 1 | 0.19 | 0 | 1.00 | 0.01 | 71.19 | 0.99 | 0.5 |
| Hex | CE | FD | 1 | 13 | 0 | 64 | 1 | 47 | 63 | 32 |
| Octal | 316 | 375 | 1 | 23 | 0 | 144 | 1 | 107 | 143 | 62 |
| Binary | 11001110 | 11111101 | 1 | 10011 | 0 | 1100100 | 1 | 1000111 | 1100011 | 110010 |
Color Harmonies of #CEFD01
Complementary color
Monochromatic Colors of #CEFD01
Black with #CEFD01
Text Example
Text Example
White with #CEFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD01; }
p { color: rgb(206,253,1); }
H1.HeaderClassName
{
color: #CEFD01;
}
.AnyTagClassName
{
color: #CEFD01;
}
</style>
background-color css
<style>
a { background-color: #CEFD01; }
a { background-color: rgb(206,253,1); }
div.DivClassName
{
background-color: #CEFD01;
}
.BgClassName
{
background-color: #CEFD01;
}
</style>
border-color css
<style>
span { border-color: #CEFD01; }
span { border-color: rgb(206,253,1); }
td.TdClassName
{
border-color: #CEFD01;
}
.TagClassName
{
border-color: #CEFD01;
}
</style>