Shades of Electric Lime #CEFD00
Tints of Electric Lime #CEFD00
RGB
CMYK
RGB Variations
Color information
#CEFD00 (or 0xCEFD00) is known color: Electric Lime. HEX triplet: CE, FD and 00. RGB value is (206,253,0). Sum of RGB (Red+Green+Blue) = 206+253+0=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFD00 is #3102FF. Grayscale: #D3D3D3. Windows color (decimal): -3212032 or 64974. OLE color: 64974.
HSL color Cylindrical-coordinate representation of color #CEFD00: hue angle of 71.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEFD00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.01 |
| HSL | 71.15º | 1% | 0.5% | - |
| HSV(B) | 71.15º | 1% | 0.99% | - |
| XYZ | 60.58 | 83.37 | 12.9 | - |
| YUV | 210.11 | 9.43 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 0 | 0.19 | 0 | 1 | 0.01 | 71.15 | 1 | 0.5 |
| Hex | CE | FD | 0 | 13 | 0 | 64 | 1 | 47 | 64 | 32 |
| Octal | 316 | 375 | 0 | 23 | 0 | 144 | 1 | 107 | 144 | 62 |
| Binary | 11001110 | 11111101 | 0 | 10011 | 0 | 1100100 | 1 | 1000111 | 1100100 | 110010 |
Color Harmonies of #CEFD00
Complementary color
Monochromatic Colors of #CEFD00
Black with #CEFD00
Text Example
Text Example
White with #CEFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD00; }
p { color: rgb(206,253,0); }
H1.HeaderClassName
{
color: #CEFD00;
}
.AnyTagClassName
{
color: #CEFD00;
}
</style>
background-color css
<style>
a { background-color: #CEFD00; }
a { background-color: rgb(206,253,0); }
div.DivClassName
{
background-color: #CEFD00;
}
.BgClassName
{
background-color: #CEFD00;
}
</style>
border-color css
<style>
span { border-color: #CEFD00; }
span { border-color: rgb(206,253,0); }
td.TdClassName
{
border-color: #CEFD00;
}
.TagClassName
{
border-color: #CEFD00;
}
</style>