Shades of Electric Lime #CFF617
Tints of Electric Lime #CFF617
RGB
CMYK
RGB Variations
Color information
#CFF617 (or 0xCFF617) is known color: Electric Lime. HEX triplet: CF, F6 and 17. RGB value is (207,246,23). Sum of RGB (Red+Green+Blue) = 207+246+23=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 246 (96.48% from 255 or 51.68% from 476); Blue value is 23 (9.38% from 255 or 4.83% from 476); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF617 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF617 is #3009E8. Grayscale: #D1D1D1. Windows color (decimal): -3148265 or 1570511. OLE color: 1570511.
HSL color Cylindrical-coordinate representation of color #CFF617: hue angle of 70.49º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFF617 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 23 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.04 |
| HSL | 70.49º | 0.93% | 0.53% | - |
| HSV(B) | 70.49º | 0.91% | 0.96% | - |
| XYZ | 58.84 | 79.24 | 13 | - |
| YUV | 208.92 | 23.08 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 23 | 0.16 | 0 | 0.91 | 0.04 | 70.49 | 0.93 | 0.53 |
| Hex | CF | F6 | 17 | 10 | 0 | 5B | 4 | 46 | 5D | 35 |
| Octal | 317 | 366 | 27 | 20 | 0 | 133 | 4 | 106 | 135 | 65 |
| Binary | 11001111 | 11110110 | 10111 | 10000 | 0 | 1011011 | 100 | 1000110 | 1011101 | 110101 |
Color Harmonies of #CFF617
Complementary color
Monochromatic Colors of #CFF617
Black with #CFF617
Text Example
Text Example
White with #CFF617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF617; }
p { color: rgb(207,246,23); }
H1.HeaderClassName
{
color: #CFF617;
}
.AnyTagClassName
{
color: #CFF617;
}
</style>
background-color css
<style>
a { background-color: #CFF617; }
a { background-color: rgb(207,246,23); }
div.DivClassName
{
background-color: #CFF617;
}
.BgClassName
{
background-color: #CFF617;
}
</style>
border-color css
<style>
span { border-color: #CFF617; }
span { border-color: rgb(207,246,23); }
td.TdClassName
{
border-color: #CFF617;
}
.TagClassName
{
border-color: #CFF617;
}
</style>