Shades of Electric Lime #CFF605
Tints of Electric Lime #CFF605
RGB
CMYK
RGB Variations
Color information
#CFF605 (or 0xCFF605) is known color: Electric Lime. HEX triplet: CF, F6 and 05. RGB value is (207,246,5). Sum of RGB (Red+Green+Blue) = 207+246+5=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF605 is #3009FA. Grayscale: #CFCFCF. Windows color (decimal): -3148283 or 390863. OLE color: 390863.
HSL color Cylindrical-coordinate representation of color #CFF605: hue angle of 69.71º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF605 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.04 |
| HSL | 69.71º | 0.96% | 0.49% | - |
| HSV(B) | 69.71º | 0.98% | 0.96% | - |
| XYZ | 58.72 | 79.19 | 12.33 | - |
| YUV | 206.87 | 14.08 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 5 | 0.16 | 0 | 0.98 | 0.04 | 69.71 | 0.96 | 0.49 |
| Hex | CF | F6 | 5 | 10 | 0 | 62 | 4 | 46 | 60 | 31 |
| Octal | 317 | 366 | 5 | 20 | 0 | 142 | 4 | 106 | 140 | 61 |
| Binary | 11001111 | 11110110 | 101 | 10000 | 0 | 1100010 | 100 | 1000110 | 1100000 | 110001 |
Color Harmonies of #CFF605
Complementary color
Monochromatic Colors of #CFF605
Black with #CFF605
Text Example
Text Example
White with #CFF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF605; }
p { color: rgb(207,246,5); }
H1.HeaderClassName
{
color: #CFF605;
}
.AnyTagClassName
{
color: #CFF605;
}
</style>
background-color css
<style>
a { background-color: #CFF605; }
a { background-color: rgb(207,246,5); }
div.DivClassName
{
background-color: #CFF605;
}
.BgClassName
{
background-color: #CFF605;
}
</style>
border-color css
<style>
span { border-color: #CFF605; }
span { border-color: rgb(207,246,5); }
td.TdClassName
{
border-color: #CFF605;
}
.TagClassName
{
border-color: #CFF605;
}
</style>