Shades of Electric Lime #CEF50C
Tints of Electric Lime #CEF50C
RGB
CMYK
RGB Variations
Color information
#CEF50C (or 0xCEF50C) is known color: Electric Lime. HEX triplet: CE, F5 and 0C. RGB value is (206,245,12). Sum of RGB (Red+Green+Blue) = 206+245+12=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF50C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF50C is #310AF3. Grayscale: #CFCFCF. Windows color (decimal): -3214068 or 849358. OLE color: 849358.
HSL color Cylindrical-coordinate representation of color #CEF50C: hue angle of 70.04º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEF50C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.04 |
| HSL | 70.04º | 0.92% | 0.5% | - |
| HSV(B) | 70.04º | 0.95% | 0.96% | - |
| XYZ | 58.17 | 78.45 | 12.42 | - |
| YUV | 206.78 | 18.08 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 12 | 0.16 | 0 | 0.95 | 0.04 | 70.04 | 0.92 | 0.5 |
| Hex | CE | F5 | C | 10 | 0 | 5F | 4 | 46 | 5C | 32 |
| Octal | 316 | 365 | 14 | 20 | 0 | 137 | 4 | 106 | 134 | 62 |
| Binary | 11001110 | 11110101 | 1100 | 10000 | 0 | 1011111 | 100 | 1000110 | 1011100 | 110010 |
Color Harmonies of #CEF50C
Complementary color
Monochromatic Colors of #CEF50C
Black with #CEF50C
Text Example
Text Example
White with #CEF50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF50C; }
p { color: rgb(206,245,12); }
H1.HeaderClassName
{
color: #CEF50C;
}
.AnyTagClassName
{
color: #CEF50C;
}
</style>
background-color css
<style>
a { background-color: #CEF50C; }
a { background-color: rgb(206,245,12); }
div.DivClassName
{
background-color: #CEF50C;
}
.BgClassName
{
background-color: #CEF50C;
}
</style>
border-color css
<style>
span { border-color: #CEF50C; }
span { border-color: rgb(206,245,12); }
td.TdClassName
{
border-color: #CEF50C;
}
.TagClassName
{
border-color: #CEF50C;
}
</style>