Shades of Electric Lime #CEF200
Tints of Electric Lime #CEF200
RGB
CMYK
RGB Variations
Color information
#CEF200 (or 0xCEF200) is known color: Electric Lime. HEX triplet: CE, F2 and 00. RGB value is (206,242,0). Sum of RGB (Red+Green+Blue) = 206+242+0=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF200 is #310DFF. Grayscale: #CCCCCC. Windows color (decimal): -3214848 or 62158. OLE color: 62158.
HSL color Cylindrical-coordinate representation of color #CEF200: hue angle of 68.93º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEF200 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.05 |
| HSL | 68.93º | 1% | 0.47% | - |
| HSV(B) | 68.93º | 1% | 0.95% | - |
| XYZ | 57.21 | 76.63 | 11.78 | - |
| YUV | 203.65 | 13.07 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 0 | 0.15 | 0 | 1 | 0.05 | 68.93 | 1 | 0.47 |
| Hex | CE | F2 | 0 | F | 0 | 64 | 5 | 45 | 64 | 2F |
| Octal | 316 | 362 | 0 | 17 | 0 | 144 | 5 | 105 | 144 | 57 |
| Binary | 11001110 | 11110010 | 0 | 1111 | 0 | 1100100 | 101 | 1000101 | 1100100 | 101111 |
Color Harmonies of #CEF200
Complementary color
Monochromatic Colors of #CEF200
Black with #CEF200
Text Example
Text Example
White with #CEF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF200; }
p { color: rgb(206,242,0); }
H1.HeaderClassName
{
color: #CEF200;
}
.AnyTagClassName
{
color: #CEF200;
}
</style>
background-color css
<style>
a { background-color: #CEF200; }
a { background-color: rgb(206,242,0); }
div.DivClassName
{
background-color: #CEF200;
}
.BgClassName
{
background-color: #CEF200;
}
</style>
border-color css
<style>
span { border-color: #CEF200; }
span { border-color: rgb(206,242,0); }
td.TdClassName
{
border-color: #CEF200;
}
.TagClassName
{
border-color: #CEF200;
}
</style>