Shades of Electric Lime #CEF609
Tints of Electric Lime #CEF609
RGB
CMYK
RGB Variations
Color information
#CEF609 (or 0xCEF609) is known color: Electric Lime. HEX triplet: CE, F6 and 09. RGB value is (206,246,9). Sum of RGB (Red+Green+Blue) = 206+246+9=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF609 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF609 is #3109F6. Grayscale: #CFCFCF. Windows color (decimal): -3213815 or 653006. OLE color: 653006.
HSL color Cylindrical-coordinate representation of color #CEF609: hue angle of 70.13º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEF609 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.04 |
| HSL | 70.13º | 0.93% | 0.5% | - |
| HSV(B) | 70.13º | 0.96% | 0.96% | - |
| XYZ | 58.46 | 79.05 | 12.44 | - |
| YUV | 207.02 | 16.25 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 9 | 0.16 | 0 | 0.96 | 0.04 | 70.13 | 0.93 | 0.5 |
| Hex | CE | F6 | 9 | 10 | 0 | 60 | 4 | 46 | 5D | 32 |
| Octal | 316 | 366 | 11 | 20 | 0 | 140 | 4 | 106 | 135 | 62 |
| Binary | 11001110 | 11110110 | 1001 | 10000 | 0 | 1100000 | 100 | 1000110 | 1011101 | 110010 |
Color Harmonies of #CEF609
Complementary color
Monochromatic Colors of #CEF609
Black with #CEF609
Text Example
Text Example
White with #CEF609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF609; }
p { color: rgb(206,246,9); }
H1.HeaderClassName
{
color: #CEF609;
}
.AnyTagClassName
{
color: #CEF609;
}
</style>
background-color css
<style>
a { background-color: #CEF609; }
a { background-color: rgb(206,246,9); }
div.DivClassName
{
background-color: #CEF609;
}
.BgClassName
{
background-color: #CEF609;
}
</style>
border-color css
<style>
span { border-color: #CEF609; }
span { border-color: rgb(206,246,9); }
td.TdClassName
{
border-color: #CEF609;
}
.TagClassName
{
border-color: #CEF609;
}
</style>