Shades of Electric Lime #CFF614
Tints of Electric Lime #CFF614
RGB
CMYK
RGB Variations
Color information
#CFF614 (or 0xCFF614) is known color: Electric Lime. HEX triplet: CF, F6 and 14. RGB value is (207,246,20). Sum of RGB (Red+Green+Blue) = 207+246+20=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 246 (96.48% from 255 or 52.01% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF614 is #3009EB. Grayscale: #D1D1D1. Windows color (decimal): -3148268 or 1373903. OLE color: 1373903.
HSL color Cylindrical-coordinate representation of color #CFF614: hue angle of 70.35º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF614 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 20 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.04 |
| HSL | 70.35º | 0.93% | 0.52% | - |
| HSV(B) | 70.35º | 0.92% | 0.96% | - |
| XYZ | 58.81 | 79.23 | 12.85 | - |
| YUV | 208.58 | 21.58 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 20 | 0.16 | 0 | 0.92 | 0.04 | 70.35 | 0.93 | 0.52 |
| Hex | CF | F6 | 14 | 10 | 0 | 5C | 4 | 46 | 5D | 34 |
| Octal | 317 | 366 | 24 | 20 | 0 | 134 | 4 | 106 | 135 | 64 |
| Binary | 11001111 | 11110110 | 10100 | 10000 | 0 | 1011100 | 100 | 1000110 | 1011101 | 110100 |
Color Harmonies of #CFF614
Complementary color
Monochromatic Colors of #CFF614
Black with #CFF614
Text Example
Text Example
White with #CFF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF614; }
p { color: rgb(207,246,20); }
H1.HeaderClassName
{
color: #CFF614;
}
.AnyTagClassName
{
color: #CFF614;
}
</style>
background-color css
<style>
a { background-color: #CFF614; }
a { background-color: rgb(207,246,20); }
div.DivClassName
{
background-color: #CFF614;
}
.BgClassName
{
background-color: #CFF614;
}
</style>
border-color css
<style>
span { border-color: #CFF614; }
span { border-color: rgb(207,246,20); }
td.TdClassName
{
border-color: #CFF614;
}
.TagClassName
{
border-color: #CFF614;
}
</style>