Shades of Electric Lime #CEED0E
Tints of Electric Lime #CEED0E
RGB
CMYK
RGB Variations
Color information
#CEED0E (or 0xCEED0E) is known color: Electric Lime. HEX triplet: CE, ED and 0E. RGB value is (206,237,14). Sum of RGB (Red+Green+Blue) = 206+237+14=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED0E is #3112F1. Grayscale: #CBCBCB. Windows color (decimal): -3216114 or 978382. OLE color: 978382.
HSL color Cylindrical-coordinate representation of color #CEED0E: hue angle of 68.34º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEED0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 14 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.07 |
| HSL | 68.34º | 0.89% | 0.49% | - |
| HSV(B) | 68.34º | 0.94% | 0.93% | - |
| XYZ | 55.82 | 73.72 | 11.7 | - |
| YUV | 202.31 | 21.73 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 14 | 0.13 | 0 | 0.94 | 0.07 | 68.34 | 0.89 | 0.49 |
| Hex | CE | ED | E | D | 0 | 5E | 7 | 44 | 59 | 31 |
| Octal | 316 | 355 | 16 | 15 | 0 | 136 | 7 | 104 | 131 | 61 |
| Binary | 11001110 | 11101101 | 1110 | 1101 | 0 | 1011110 | 111 | 1000100 | 1011001 | 110001 |
Color Harmonies of #CEED0E
Complementary color
Monochromatic Colors of #CEED0E
Black with #CEED0E
Text Example
Text Example
White with #CEED0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED0E; }
p { color: rgb(206,237,14); }
H1.HeaderClassName
{
color: #CEED0E;
}
.AnyTagClassName
{
color: #CEED0E;
}
</style>
background-color css
<style>
a { background-color: #CEED0E; }
a { background-color: rgb(206,237,14); }
div.DivClassName
{
background-color: #CEED0E;
}
.BgClassName
{
background-color: #CEED0E;
}
</style>
border-color css
<style>
span { border-color: #CEED0E; }
span { border-color: rgb(206,237,14); }
td.TdClassName
{
border-color: #CEED0E;
}
.TagClassName
{
border-color: #CEED0E;
}
</style>