Shades of Electric Lime #CEF510
Tints of Electric Lime #CEF510
RGB
CMYK
RGB Variations
Color information
#CEF510 (or 0xCEF510) is known color: Electric Lime. HEX triplet: CE, F5 and 10. RGB value is (206,245,16). Sum of RGB (Red+Green+Blue) = 206+245+16=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF510 is #310AEF. Grayscale: #D0D0D0. Windows color (decimal): -3214064 or 1111502. OLE color: 1111502.
HSL color Cylindrical-coordinate representation of color #CEF510: hue angle of 70.22º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEF510 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.04 |
| HSL | 70.22º | 0.92% | 0.51% | - |
| HSV(B) | 70.22º | 0.93% | 0.96% | - |
| XYZ | 58.2 | 78.46 | 12.57 | - |
| YUV | 207.23 | 20.08 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 16 | 0.16 | 0 | 0.93 | 0.04 | 70.22 | 0.92 | 0.51 |
| Hex | CE | F5 | 10 | 10 | 0 | 5D | 4 | 46 | 5C | 33 |
| Octal | 316 | 365 | 20 | 20 | 0 | 135 | 4 | 106 | 134 | 63 |
| Binary | 11001110 | 11110101 | 10000 | 10000 | 0 | 1011101 | 100 | 1000110 | 1011100 | 110011 |
Color Harmonies of #CEF510
Complementary color
Monochromatic Colors of #CEF510
Black with #CEF510
Text Example
Text Example
White with #CEF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF510; }
p { color: rgb(206,245,16); }
H1.HeaderClassName
{
color: #CEF510;
}
.AnyTagClassName
{
color: #CEF510;
}
</style>
background-color css
<style>
a { background-color: #CEF510; }
a { background-color: rgb(206,245,16); }
div.DivClassName
{
background-color: #CEF510;
}
.BgClassName
{
background-color: #CEF510;
}
</style>
border-color css
<style>
span { border-color: #CEF510; }
span { border-color: rgb(206,245,16); }
td.TdClassName
{
border-color: #CEF510;
}
.TagClassName
{
border-color: #CEF510;
}
</style>