Shades of Electric Lime #CEF509
Tints of Electric Lime #CEF509
RGB
CMYK
RGB Variations
Color information
#CEF509 (or 0xCEF509) is known color: Electric Lime. HEX triplet: CE, F5 and 09. RGB value is (206,245,9). Sum of RGB (Red+Green+Blue) = 206+245+9=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 9 (3.91% from 255 or 1.96% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF509 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF509 is #310AF6. Grayscale: #CFCFCF. Windows color (decimal): -3214071 or 652750. OLE color: 652750.
HSL color Cylindrical-coordinate representation of color #CEF509: hue angle of 69.92º 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 #CEF509 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.04 |
| HSL | 69.92º | 0.93% | 0.5% | - |
| HSV(B) | 69.92º | 0.96% | 0.96% | - |
| XYZ | 58.16 | 78.45 | 12.34 | - |
| YUV | 206.44 | 16.58 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 9 | 0.16 | 0 | 0.96 | 0.04 | 69.92 | 0.93 | 0.5 |
| Hex | CE | F5 | 9 | 10 | 0 | 60 | 4 | 46 | 5D | 32 |
| Octal | 316 | 365 | 11 | 20 | 0 | 140 | 4 | 106 | 135 | 62 |
| Binary | 11001110 | 11110101 | 1001 | 10000 | 0 | 1100000 | 100 | 1000110 | 1011101 | 110010 |
Color Harmonies of #CEF509
Complementary color
Monochromatic Colors of #CEF509
Black with #CEF509
Text Example
Text Example
White with #CEF509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF509; }
p { color: rgb(206,245,9); }
H1.HeaderClassName
{
color: #CEF509;
}
.AnyTagClassName
{
color: #CEF509;
}
</style>
background-color css
<style>
a { background-color: #CEF509; }
a { background-color: rgb(206,245,9); }
div.DivClassName
{
background-color: #CEF509;
}
.BgClassName
{
background-color: #CEF509;
}
</style>
border-color css
<style>
span { border-color: #CEF509; }
span { border-color: rgb(206,245,9); }
td.TdClassName
{
border-color: #CEF509;
}
.TagClassName
{
border-color: #CEF509;
}
</style>