Shades of Electric Lime #CEF212
Tints of Electric Lime #CEF212
RGB
CMYK
RGB Variations
Color information
#CEF212 (or 0xCEF212) is known color: Electric Lime. HEX triplet: CE, F2 and 12. RGB value is (206,242,18). Sum of RGB (Red+Green+Blue) = 206+242+18=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF212 is #310DED. Grayscale: #CECECE. Windows color (decimal): -3214830 or 1241806. OLE color: 1241806.
HSL color Cylindrical-coordinate representation of color #CEF212: hue angle of 69.64º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEF212 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 18 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.05 |
| HSL | 69.64º | 0.9% | 0.51% | - |
| HSV(B) | 69.64º | 0.93% | 0.95% | - |
| XYZ | 57.31 | 76.67 | 12.35 | - |
| YUV | 205.7 | 22.07 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 18 | 0.15 | 0 | 0.93 | 0.05 | 69.64 | 0.9 | 0.51 |
| Hex | CE | F2 | 12 | F | 0 | 5D | 5 | 46 | 5A | 33 |
| Octal | 316 | 362 | 22 | 17 | 0 | 135 | 5 | 106 | 132 | 63 |
| Binary | 11001110 | 11110010 | 10010 | 1111 | 0 | 1011101 | 101 | 1000110 | 1011010 | 110011 |
Color Harmonies of #CEF212
Complementary color
Monochromatic Colors of #CEF212
Black with #CEF212
Text Example
Text Example
White with #CEF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF212; }
p { color: rgb(206,242,18); }
H1.HeaderClassName
{
color: #CEF212;
}
.AnyTagClassName
{
color: #CEF212;
}
</style>
background-color css
<style>
a { background-color: #CEF212; }
a { background-color: rgb(206,242,18); }
div.DivClassName
{
background-color: #CEF212;
}
.BgClassName
{
background-color: #CEF212;
}
</style>
border-color css
<style>
span { border-color: #CEF212; }
span { border-color: rgb(206,242,18); }
td.TdClassName
{
border-color: #CEF212;
}
.TagClassName
{
border-color: #CEF212;
}
</style>