Shades of Electric Lime #CFFF0E
Tints of Electric Lime #CFFF0E
RGB
CMYK
RGB Variations
Color information
#CFFF0E (or 0xCFFF0E) is known color: Electric Lime. HEX triplet: CF, FF and 0E. RGB value is (207,255,14). Sum of RGB (Red+Green+Blue) = 207+255+14=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 14 (5.86% from 255 or 2.94% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF0E is #3000F1. Grayscale: #D6D6D6. Windows color (decimal): -3145970 or 982991. OLE color: 982991.
HSL color Cylindrical-coordinate representation of color #CFFF0E: hue angle of 71.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFFF0E is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 14 | - |
| CMYK | 0.19 | 0 | 0.95 | 0 |
| HSL | 71.95º | 1% | 0.53% | - |
| HSV(B) | 71.95º | 0.95% | 1% | - |
| XYZ | 61.57 | 84.82 | 13.54 | - |
| YUV | 213.17 | 15.6 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 14 | 0.19 | 0 | 0.95 | 0 | 71.95 | 1 | 0.53 |
| Hex | CF | FF | E | 13 | 0 | 5F | 0 | 48 | 64 | 35 |
| Octal | 317 | 377 | 16 | 23 | 0 | 137 | 0 | 110 | 144 | 65 |
| Binary | 11001111 | 11111111 | 1110 | 10011 | 0 | 1011111 | 0 | 1001000 | 1100100 | 110101 |
Color Harmonies of #CFFF0E
Complementary color
Monochromatic Colors of #CFFF0E
Black with #CFFF0E
Text Example
Text Example
White with #CFFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF0E; }
p { color: rgb(207,255,14); }
H1.HeaderClassName
{
color: #CFFF0E;
}
.AnyTagClassName
{
color: #CFFF0E;
}
</style>
background-color css
<style>
a { background-color: #CFFF0E; }
a { background-color: rgb(207,255,14); }
div.DivClassName
{
background-color: #CFFF0E;
}
.BgClassName
{
background-color: #CFFF0E;
}
</style>
border-color css
<style>
span { border-color: #CFFF0E; }
span { border-color: rgb(207,255,14); }
td.TdClassName
{
border-color: #CFFF0E;
}
.TagClassName
{
border-color: #CFFF0E;
}
</style>