Shades of Electric Lime #CFF00E
Tints of Electric Lime #CFF00E
RGB
CMYK
RGB Variations
Color information
#CFF00E (or 0xCFF00E) is known color: Electric Lime. HEX triplet: CF, F0 and 0E. RGB value is (207,240,14). Sum of RGB (Red+Green+Blue) = 207+240+14=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF00E is #300FF1. Grayscale: #CDCDCD. Windows color (decimal): -3149810 or 979151. OLE color: 979151.
HSL color Cylindrical-coordinate representation of color #CFF00E: hue angle of 68.76º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFF00E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 14 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.06 |
| HSL | 68.76º | 0.89% | 0.5% | - |
| HSV(B) | 68.76º | 0.94% | 0.94% | - |
| XYZ | 56.97 | 75.62 | 12.01 | - |
| YUV | 204.37 | 20.57 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 14 | 0.14 | 0 | 0.94 | 0.06 | 68.76 | 0.89 | 0.5 |
| Hex | CF | F0 | E | E | 0 | 5E | 6 | 45 | 59 | 32 |
| Octal | 317 | 360 | 16 | 16 | 0 | 136 | 6 | 105 | 131 | 62 |
| Binary | 11001111 | 11110000 | 1110 | 1110 | 0 | 1011110 | 110 | 1000101 | 1011001 | 110010 |
Color Harmonies of #CFF00E
Complementary color
Monochromatic Colors of #CFF00E
Black with #CFF00E
Text Example
Text Example
White with #CFF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF00E; }
p { color: rgb(207,240,14); }
H1.HeaderClassName
{
color: #CFF00E;
}
.AnyTagClassName
{
color: #CFF00E;
}
</style>
background-color css
<style>
a { background-color: #CFF00E; }
a { background-color: rgb(207,240,14); }
div.DivClassName
{
background-color: #CFF00E;
}
.BgClassName
{
background-color: #CFF00E;
}
</style>
border-color css
<style>
span { border-color: #CFF00E; }
span { border-color: rgb(207,240,14); }
td.TdClassName
{
border-color: #CFF00E;
}
.TagClassName
{
border-color: #CFF00E;
}
</style>