Shades of Electric Lime #CEF709
Tints of Electric Lime #CEF709
RGB
CMYK
RGB Variations
Color information
#CEF709 (or 0xCEF709) is known color: Electric Lime. HEX triplet: CE, F7 and 09. RGB value is (206,247,9). Sum of RGB (Red+Green+Blue) = 206+247+9=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 247 (96.88% from 255 or 53.46% from 462); Blue value is 9 (3.91% from 255 or 1.95% from 462); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF709 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF709 is #3108F6. Grayscale: #D0D0D0. Windows color (decimal): -3213559 or 653262. OLE color: 653262.
HSL color Cylindrical-coordinate representation of color #CEF709: hue angle of 70.34º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEF709 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.03 |
| HSL | 70.34º | 0.94% | 0.5% | - |
| HSV(B) | 70.34º | 0.96% | 0.97% | - |
| XYZ | 58.76 | 79.66 | 12.54 | - |
| YUV | 207.61 | 15.92 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 9 | 0.17 | 0 | 0.96 | 0.03 | 70.34 | 0.94 | 0.5 |
| Hex | CE | F7 | 9 | 11 | 0 | 60 | 3 | 46 | 5E | 32 |
| Octal | 316 | 367 | 11 | 21 | 0 | 140 | 3 | 106 | 136 | 62 |
| Binary | 11001110 | 11110111 | 1001 | 10001 | 0 | 1100000 | 11 | 1000110 | 1011110 | 110010 |
Color Harmonies of #CEF709
Complementary color
Monochromatic Colors of #CEF709
Black with #CEF709
Text Example
Text Example
White with #CEF709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF709; }
p { color: rgb(206,247,9); }
H1.HeaderClassName
{
color: #CEF709;
}
.AnyTagClassName
{
color: #CEF709;
}
</style>
background-color css
<style>
a { background-color: #CEF709; }
a { background-color: rgb(206,247,9); }
div.DivClassName
{
background-color: #CEF709;
}
.BgClassName
{
background-color: #CEF709;
}
</style>
border-color css
<style>
span { border-color: #CEF709; }
span { border-color: rgb(206,247,9); }
td.TdClassName
{
border-color: #CEF709;
}
.TagClassName
{
border-color: #CEF709;
}
</style>