Shades of Electric Lime #CEF00D
Tints of Electric Lime #CEF00D
RGB
CMYK
RGB Variations
Color information
#CEF00D (or 0xCEF00D) is known color: Electric Lime. HEX triplet: CE, F0 and 0D. RGB value is (206,240,13). Sum of RGB (Red+Green+Blue) = 206+240+13=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF00D is #310FF2. Grayscale: #CCCCCC. Windows color (decimal): -3215347 or 913614. OLE color: 913614.
HSL color Cylindrical-coordinate representation of color #CEF00D: hue angle of 68.99º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEF00D is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 13 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.06 |
| HSL | 68.99º | 0.9% | 0.5% | - |
| HSV(B) | 68.99º | 0.95% | 0.94% | - |
| XYZ | 56.69 | 75.47 | 11.96 | - |
| YUV | 203.96 | 20.24 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 13 | 0.14 | 0 | 0.95 | 0.06 | 68.99 | 0.9 | 0.5 |
| Hex | CE | F0 | D | E | 0 | 5F | 6 | 45 | 5A | 32 |
| Octal | 316 | 360 | 15 | 16 | 0 | 137 | 6 | 105 | 132 | 62 |
| Binary | 11001110 | 11110000 | 1101 | 1110 | 0 | 1011111 | 110 | 1000101 | 1011010 | 110010 |
Color Harmonies of #CEF00D
Complementary color
Monochromatic Colors of #CEF00D
Black with #CEF00D
Text Example
Text Example
White with #CEF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF00D; }
p { color: rgb(206,240,13); }
H1.HeaderClassName
{
color: #CEF00D;
}
.AnyTagClassName
{
color: #CEF00D;
}
</style>
background-color css
<style>
a { background-color: #CEF00D; }
a { background-color: rgb(206,240,13); }
div.DivClassName
{
background-color: #CEF00D;
}
.BgClassName
{
background-color: #CEF00D;
}
</style>
border-color css
<style>
span { border-color: #CEF00D; }
span { border-color: rgb(206,240,13); }
td.TdClassName
{
border-color: #CEF00D;
}
.TagClassName
{
border-color: #CEF00D;
}
</style>