Shades of Electric Lime #CEF006
Tints of Electric Lime #CEF006
RGB
CMYK
RGB Variations
Color information
#CEF006 (or 0xCEF006) is known color: Electric Lime. HEX triplet: CE, F0 and 06. RGB value is (206,240,6). Sum of RGB (Red+Green+Blue) = 206+240+6=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF006 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF006 is #310FF9. Grayscale: #CCCCCC. Windows color (decimal): -3215354 or 454862. OLE color: 454862.
HSL color Cylindrical-coordinate representation of color #CEF006: hue angle of 68.72º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEF006 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 6 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.06 |
| HSL | 68.72º | 0.95% | 0.48% | - |
| HSV(B) | 68.72º | 0.98% | 0.94% | - |
| XYZ | 56.65 | 75.46 | 11.75 | - |
| YUV | 203.16 | 16.74 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 6 | 0.14 | 0 | 0.98 | 0.06 | 68.72 | 0.95 | 0.48 |
| Hex | CE | F0 | 6 | E | 0 | 62 | 6 | 45 | 5F | 30 |
| Octal | 316 | 360 | 6 | 16 | 0 | 142 | 6 | 105 | 137 | 60 |
| Binary | 11001110 | 11110000 | 110 | 1110 | 0 | 1100010 | 110 | 1000101 | 1011111 | 110000 |
Color Harmonies of #CEF006
Complementary color
Monochromatic Colors of #CEF006
Black with #CEF006
Text Example
Text Example
White with #CEF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF006; }
p { color: rgb(206,240,6); }
H1.HeaderClassName
{
color: #CEF006;
}
.AnyTagClassName
{
color: #CEF006;
}
</style>
background-color css
<style>
a { background-color: #CEF006; }
a { background-color: rgb(206,240,6); }
div.DivClassName
{
background-color: #CEF006;
}
.BgClassName
{
background-color: #CEF006;
}
</style>
border-color css
<style>
span { border-color: #CEF006; }
span { border-color: rgb(206,240,6); }
td.TdClassName
{
border-color: #CEF006;
}
.TagClassName
{
border-color: #CEF006;
}
</style>