Shades of Electric Lime #CFEE0E
Tints of Electric Lime #CFEE0E
RGB
CMYK
RGB Variations
Color information
#CFEE0E (or 0xCFEE0E) is known color: Electric Lime. HEX triplet: CF, EE and 0E. RGB value is (207,238,14). Sum of RGB (Red+Green+Blue) = 207+238+14=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE0E is #3011F1. Grayscale: #CCCCCC. Windows color (decimal): -3150322 or 978639. OLE color: 978639.
HSL color Cylindrical-coordinate representation of color #CFEE0E: hue angle of 68.3º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFEE0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 14 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.07 |
| HSL | 68.3º | 0.89% | 0.49% | - |
| HSV(B) | 68.3º | 0.94% | 0.93% | - |
| XYZ | 56.39 | 74.45 | 11.81 | - |
| YUV | 203.2 | 21.23 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 14 | 0.13 | 0 | 0.94 | 0.07 | 68.3 | 0.89 | 0.49 |
| Hex | CF | EE | E | D | 0 | 5E | 7 | 44 | 59 | 31 |
| Octal | 317 | 356 | 16 | 15 | 0 | 136 | 7 | 104 | 131 | 61 |
| Binary | 11001111 | 11101110 | 1110 | 1101 | 0 | 1011110 | 111 | 1000100 | 1011001 | 110001 |
Color Harmonies of #CFEE0E
Complementary color
Monochromatic Colors of #CFEE0E
Black with #CFEE0E
Text Example
Text Example
White with #CFEE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE0E; }
p { color: rgb(207,238,14); }
H1.HeaderClassName
{
color: #CFEE0E;
}
.AnyTagClassName
{
color: #CFEE0E;
}
</style>
background-color css
<style>
a { background-color: #CFEE0E; }
a { background-color: rgb(207,238,14); }
div.DivClassName
{
background-color: #CFEE0E;
}
.BgClassName
{
background-color: #CFEE0E;
}
</style>
border-color css
<style>
span { border-color: #CFEE0E; }
span { border-color: rgb(207,238,14); }
td.TdClassName
{
border-color: #CFEE0E;
}
.TagClassName
{
border-color: #CFEE0E;
}
</style>