Shades of Electric Lime #CEDF00
Tints of Electric Lime #CEDF00
RGB
CMYK
RGB Variations
Color information
#CEDF00 (or 0xCEDF00) is known color: Electric Lime. HEX triplet: CE, DF and 00. RGB value is (206,223,0). Sum of RGB (Red+Green+Blue) = 206+223+0=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF00 is #3120FF. Grayscale: #C1C1C1. Windows color (decimal): -3219712 or 57294. OLE color: 57294.
HSL color Cylindrical-coordinate representation of color #CEDF00: hue angle of 64.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEDF00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.13 |
| HSL | 64.57º | 1% | 0.44% | - |
| HSV(B) | 64.57º | 1% | 0.87% | - |
| XYZ | 51.84 | 65.9 | 9.99 | - |
| YUV | 192.5 | 19.37 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 0 | 0.08 | 0 | 1 | 0.13 | 64.57 | 1 | 0.44 |
| Hex | CE | DF | 0 | 8 | 0 | 64 | D | 41 | 64 | 2C |
| Octal | 316 | 337 | 0 | 10 | 0 | 144 | 15 | 101 | 144 | 54 |
| Binary | 11001110 | 11011111 | 0 | 1000 | 0 | 1100100 | 1101 | 1000001 | 1100100 | 101100 |
Color Harmonies of #CEDF00
Complementary color
Monochromatic Colors of #CEDF00
Black with #CEDF00
Text Example
Text Example
White with #CEDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF00; }
p { color: rgb(206,223,0); }
H1.HeaderClassName
{
color: #CEDF00;
}
.AnyTagClassName
{
color: #CEDF00;
}
</style>
background-color css
<style>
a { background-color: #CEDF00; }
a { background-color: rgb(206,223,0); }
div.DivClassName
{
background-color: #CEDF00;
}
.BgClassName
{
background-color: #CEDF00;
}
</style>
border-color css
<style>
span { border-color: #CEDF00; }
span { border-color: rgb(206,223,0); }
td.TdClassName
{
border-color: #CEDF00;
}
.TagClassName
{
border-color: #CEDF00;
}
</style>