Shades of Electric Lime #CFF606
Tints of Electric Lime #CFF606
RGB
CMYK
RGB Variations
Color information
#CFF606 (or 0xCFF606) is known color: Electric Lime. HEX triplet: CF, F6 and 06. RGB value is (207,246,6). Sum of RGB (Red+Green+Blue) = 207+246+6=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 246 (96.48% from 255 or 53.59% from 459); Blue value is 6 (2.73% from 255 or 1.31% from 459); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF606 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF606 is #3009F9. Grayscale: #CFCFCF. Windows color (decimal): -3148282 or 456399. OLE color: 456399.
HSL color Cylindrical-coordinate representation of color #CFF606: hue angle of 69.75º degrees, saturation: 0.95, 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 #CFF606 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 6 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.04 |
| HSL | 69.75º | 0.95% | 0.49% | - |
| HSV(B) | 69.75º | 0.98% | 0.96% | - |
| XYZ | 58.72 | 79.19 | 12.36 | - |
| YUV | 206.98 | 14.58 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 6 | 0.16 | 0 | 0.98 | 0.04 | 69.75 | 0.95 | 0.49 |
| Hex | CF | F6 | 6 | 10 | 0 | 62 | 4 | 46 | 5F | 31 |
| Octal | 317 | 366 | 6 | 20 | 0 | 142 | 4 | 106 | 137 | 61 |
| Binary | 11001111 | 11110110 | 110 | 10000 | 0 | 1100010 | 100 | 1000110 | 1011111 | 110001 |
Color Harmonies of #CFF606
Complementary color
Monochromatic Colors of #CFF606
Black with #CFF606
Text Example
Text Example
White with #CFF606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF606; }
p { color: rgb(207,246,6); }
H1.HeaderClassName
{
color: #CFF606;
}
.AnyTagClassName
{
color: #CFF606;
}
</style>
background-color css
<style>
a { background-color: #CFF606; }
a { background-color: rgb(207,246,6); }
div.DivClassName
{
background-color: #CFF606;
}
.BgClassName
{
background-color: #CFF606;
}
</style>
border-color css
<style>
span { border-color: #CFF606; }
span { border-color: rgb(207,246,6); }
td.TdClassName
{
border-color: #CFF606;
}
.TagClassName
{
border-color: #CFF606;
}
</style>