Shades of Electric Lime #CFEB0E
Tints of Electric Lime #CFEB0E
RGB
CMYK
RGB Variations
Color information
#CFEB0E (or 0xCFEB0E) is known color: Electric Lime. HEX triplet: CF, EB and 0E. RGB value is (207,235,14). Sum of RGB (Red+Green+Blue) = 207+235+14=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB0E is #3014F1. Grayscale: #CACACA. Windows color (decimal): -3151090 or 977871. OLE color: 977871.
HSL color Cylindrical-coordinate representation of color #CFEB0E: hue angle of 67.6º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFEB0E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 14 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.08 |
| HSL | 67.6º | 0.89% | 0.49% | - |
| HSV(B) | 67.6º | 0.94% | 0.92% | - |
| XYZ | 55.52 | 72.71 | 11.52 | - |
| YUV | 201.43 | 22.22 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 14 | 0.12 | 0 | 0.94 | 0.08 | 67.6 | 0.89 | 0.49 |
| Hex | CF | EB | E | C | 0 | 5E | 8 | 44 | 59 | 31 |
| Octal | 317 | 353 | 16 | 14 | 0 | 136 | 10 | 104 | 131 | 61 |
| Binary | 11001111 | 11101011 | 1110 | 1100 | 0 | 1011110 | 1000 | 1000100 | 1011001 | 110001 |
Color Harmonies of #CFEB0E
Complementary color
Monochromatic Colors of #CFEB0E
Black with #CFEB0E
Text Example
Text Example
White with #CFEB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB0E; }
p { color: rgb(207,235,14); }
H1.HeaderClassName
{
color: #CFEB0E;
}
.AnyTagClassName
{
color: #CFEB0E;
}
</style>
background-color css
<style>
a { background-color: #CFEB0E; }
a { background-color: rgb(207,235,14); }
div.DivClassName
{
background-color: #CFEB0E;
}
.BgClassName
{
background-color: #CFEB0E;
}
</style>
border-color css
<style>
span { border-color: #CFEB0E; }
span { border-color: rgb(207,235,14); }
td.TdClassName
{
border-color: #CFEB0E;
}
.TagClassName
{
border-color: #CFEB0E;
}
</style>