Shades of Electric Lime #CEF00C
Tints of Electric Lime #CEF00C
RGB
CMYK
RGB Variations
Color information
#CEF00C (or 0xCEF00C) is known color: Electric Lime. HEX triplet: CE, F0 and 0C. RGB value is (206,240,12). Sum of RGB (Red+Green+Blue) = 206+240+12=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF00C is #310FF3. Grayscale: #CCCCCC. Windows color (decimal): -3215348 or 848078. OLE color: 848078.
HSL color Cylindrical-coordinate representation of color #CEF00C: hue angle of 68.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEF00C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.06 |
| HSL | 68.95º | 0.9% | 0.49% | - |
| HSV(B) | 68.95º | 0.95% | 0.94% | - |
| XYZ | 56.68 | 75.47 | 11.93 | - |
| YUV | 203.84 | 19.74 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 12 | 0.14 | 0 | 0.95 | 0.06 | 68.95 | 0.9 | 0.49 |
| Hex | CE | F0 | C | E | 0 | 5F | 6 | 45 | 5A | 31 |
| Octal | 316 | 360 | 14 | 16 | 0 | 137 | 6 | 105 | 132 | 61 |
| Binary | 11001110 | 11110000 | 1100 | 1110 | 0 | 1011111 | 110 | 1000101 | 1011010 | 110001 |
Color Harmonies of #CEF00C
Complementary color
Monochromatic Colors of #CEF00C
Black with #CEF00C
Text Example
Text Example
White with #CEF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF00C; }
p { color: rgb(206,240,12); }
H1.HeaderClassName
{
color: #CEF00C;
}
.AnyTagClassName
{
color: #CEF00C;
}
</style>
background-color css
<style>
a { background-color: #CEF00C; }
a { background-color: rgb(206,240,12); }
div.DivClassName
{
background-color: #CEF00C;
}
.BgClassName
{
background-color: #CEF00C;
}
</style>
border-color css
<style>
span { border-color: #CEF00C; }
span { border-color: rgb(206,240,12); }
td.TdClassName
{
border-color: #CEF00C;
}
.TagClassName
{
border-color: #CEF00C;
}
</style>