Shades of Electric Lime #CFF613
Tints of Electric Lime #CFF613
RGB
CMYK
RGB Variations
Color information
#CFF613 (or 0xCFF613) is known color: Electric Lime. HEX triplet: CF, F6 and 13. RGB value is (207,246,19). Sum of RGB (Red+Green+Blue) = 207+246+19=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF613 is #3009EC. Grayscale: #D1D1D1. Windows color (decimal): -3148269 or 1308367. OLE color: 1308367.
HSL color Cylindrical-coordinate representation of color #CFF613: hue angle of 70.31º 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 #CFF613 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 19 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.04 |
| HSL | 70.31º | 0.93% | 0.52% | - |
| HSV(B) | 70.31º | 0.92% | 0.96% | - |
| XYZ | 58.81 | 79.22 | 12.81 | - |
| YUV | 208.46 | 21.08 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 19 | 0.16 | 0 | 0.92 | 0.04 | 70.31 | 0.93 | 0.52 |
| Hex | CF | F6 | 13 | 10 | 0 | 5C | 4 | 46 | 5D | 34 |
| Octal | 317 | 366 | 23 | 20 | 0 | 134 | 4 | 106 | 135 | 64 |
| Binary | 11001111 | 11110110 | 10011 | 10000 | 0 | 1011100 | 100 | 1000110 | 1011101 | 110100 |
Color Harmonies of #CFF613
Complementary color
Monochromatic Colors of #CFF613
Black with #CFF613
Text Example
Text Example
White with #CFF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF613; }
p { color: rgb(207,246,19); }
H1.HeaderClassName
{
color: #CFF613;
}
.AnyTagClassName
{
color: #CFF613;
}
</style>
background-color css
<style>
a { background-color: #CFF613; }
a { background-color: rgb(207,246,19); }
div.DivClassName
{
background-color: #CFF613;
}
.BgClassName
{
background-color: #CFF613;
}
</style>
border-color css
<style>
span { border-color: #CFF613; }
span { border-color: rgb(207,246,19); }
td.TdClassName
{
border-color: #CFF613;
}
.TagClassName
{
border-color: #CFF613;
}
</style>