Shades of Electric Lime #CFE607
Tints of Electric Lime #CFE607
RGB
CMYK
RGB Variations
Color information
#CFE607 (or 0xCFE607) is known color: Electric Lime. HEX triplet: CF, E6 and 07. RGB value is (207,230,7). Sum of RGB (Red+Green+Blue) = 207+230+7=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 7 (3.12% from 255 or 1.58% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE607 is #3019F8. Grayscale: #C6C6C6. Windows color (decimal): -3152377 or 517839. OLE color: 517839.
HSL color Cylindrical-coordinate representation of color #CFE607: hue angle of 66.19º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFE607 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 7 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.10 |
| HSL | 66.19º | 0.94% | 0.46% | - |
| HSV(B) | 66.19º | 0.97% | 0.9% | - |
| XYZ | 54.07 | 69.87 | 10.84 | - |
| YUV | 197.7 | 20.38 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 7 | 0.10 | 0 | 0.97 | 0.10 | 66.19 | 0.94 | 0.46 |
| Hex | CF | E6 | 7 | A | 0 | 61 | A | 42 | 5E | 2E |
| Octal | 317 | 346 | 7 | 12 | 0 | 141 | 12 | 102 | 136 | 56 |
| Binary | 11001111 | 11100110 | 111 | 1010 | 0 | 1100001 | 1010 | 1000010 | 1011110 | 101110 |
Color Harmonies of #CFE607
Complementary color
Monochromatic Colors of #CFE607
Black with #CFE607
Text Example
Text Example
White with #CFE607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE607; }
p { color: rgb(207,230,7); }
H1.HeaderClassName
{
color: #CFE607;
}
.AnyTagClassName
{
color: #CFE607;
}
</style>
background-color css
<style>
a { background-color: #CFE607; }
a { background-color: rgb(207,230,7); }
div.DivClassName
{
background-color: #CFE607;
}
.BgClassName
{
background-color: #CFE607;
}
</style>
border-color css
<style>
span { border-color: #CFE607; }
span { border-color: rgb(207,230,7); }
td.TdClassName
{
border-color: #CFE607;
}
.TagClassName
{
border-color: #CFE607;
}
</style>