Shades of Electric Lime #CEF003
Tints of Electric Lime #CEF003
RGB
CMYK
RGB Variations
Color information
#CEF003 (or 0xCEF003) is known color: Electric Lime. HEX triplet: CE, F0 and 03. RGB value is (206,240,3). Sum of RGB (Red+Green+Blue) = 206+240+3=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF003 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF003 is #310FFC. Grayscale: #CBCBCB. Windows color (decimal): -3215357 or 258254. OLE color: 258254.
HSL color Cylindrical-coordinate representation of color #CEF003: hue angle of 68.61º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEF003 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.06 |
| HSL | 68.61º | 0.98% | 0.48% | - |
| HSV(B) | 68.61º | 0.99% | 0.94% | - |
| XYZ | 56.63 | 75.45 | 11.66 | - |
| YUV | 202.82 | 15.24 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 3 | 0.14 | 0 | 0.99 | 0.06 | 68.61 | 0.98 | 0.48 |
| Hex | CE | F0 | 3 | E | 0 | 63 | 6 | 45 | 62 | 30 |
| Octal | 316 | 360 | 3 | 16 | 0 | 143 | 6 | 105 | 142 | 60 |
| Binary | 11001110 | 11110000 | 11 | 1110 | 0 | 1100011 | 110 | 1000101 | 1100010 | 110000 |
Color Harmonies of #CEF003
Complementary color
Monochromatic Colors of #CEF003
Black with #CEF003
Text Example
Text Example
White with #CEF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF003; }
p { color: rgb(206,240,3); }
H1.HeaderClassName
{
color: #CEF003;
}
.AnyTagClassName
{
color: #CEF003;
}
</style>
background-color css
<style>
a { background-color: #CEF003; }
a { background-color: rgb(206,240,3); }
div.DivClassName
{
background-color: #CEF003;
}
.BgClassName
{
background-color: #CEF003;
}
</style>
border-color css
<style>
span { border-color: #CEF003; }
span { border-color: rgb(206,240,3); }
td.TdClassName
{
border-color: #CEF003;
}
.TagClassName
{
border-color: #CEF003;
}
</style>