Shades of Electric Lime #CEFF0C
Tints of Electric Lime #CEFF0C
RGB
CMYK
RGB Variations
Color information
#CEFF0C (or 0xCEFF0C) is known color: Electric Lime. HEX triplet: CE, FF and 0C. RGB value is (206,255,12). Sum of RGB (Red+Green+Blue) = 206+255+12=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF0C is #3100F3. Grayscale: #D5D5D5. Windows color (decimal): -3211508 or 851918. OLE color: 851918.
HSL color Cylindrical-coordinate representation of color #CEFF0C: hue angle of 72.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEFF0C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 12 | - |
| CMYK | 0.19 | 0 | 0.95 | 0 |
| HSL | 72.1º | 1% | 0.52% | - |
| HSV(B) | 72.1º | 0.95% | 1% | - |
| XYZ | 61.28 | 84.67 | 13.46 | - |
| YUV | 212.65 | 14.77 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 12 | 0.19 | 0 | 0.95 | 0 | 72.1 | 1 | 0.52 |
| Hex | CE | FF | C | 13 | 0 | 5F | 0 | 48 | 64 | 34 |
| Octal | 316 | 377 | 14 | 23 | 0 | 137 | 0 | 110 | 144 | 64 |
| Binary | 11001110 | 11111111 | 1100 | 10011 | 0 | 1011111 | 0 | 1001000 | 1100100 | 110100 |
Color Harmonies of #CEFF0C
Complementary color
Monochromatic Colors of #CEFF0C
Black with #CEFF0C
Text Example
Text Example
White with #CEFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF0C; }
p { color: rgb(206,255,12); }
H1.HeaderClassName
{
color: #CEFF0C;
}
.AnyTagClassName
{
color: #CEFF0C;
}
</style>
background-color css
<style>
a { background-color: #CEFF0C; }
a { background-color: rgb(206,255,12); }
div.DivClassName
{
background-color: #CEFF0C;
}
.BgClassName
{
background-color: #CEFF0C;
}
</style>
border-color css
<style>
span { border-color: #CEFF0C; }
span { border-color: rgb(206,255,12); }
td.TdClassName
{
border-color: #CEFF0C;
}
.TagClassName
{
border-color: #CEFF0C;
}
</style>