Shades of Electric Lime #CFE207
Tints of Electric Lime #CFE207
RGB
CMYK
RGB Variations
Color information
#CFE207 (or 0xCFE207) is known color: Electric Lime. HEX triplet: CF, E2 and 07. RGB value is (207,226,7). Sum of RGB (Red+Green+Blue) = 207+226+7=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE207 is #301DF8. Grayscale: #C4C4C4. Windows color (decimal): -3153401 or 516815. OLE color: 516815.
HSL color Cylindrical-coordinate representation of color #CFE207: hue angle of 65.21º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFE207 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 7 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.11 |
| HSL | 65.21º | 0.94% | 0.46% | - |
| HSV(B) | 65.21º | 0.97% | 0.89% | - |
| XYZ | 52.97 | 67.67 | 10.47 | - |
| YUV | 195.35 | 21.71 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 7 | 0.08 | 0 | 0.97 | 0.11 | 65.21 | 0.94 | 0.46 |
| Hex | CF | E2 | 7 | 8 | 0 | 61 | B | 41 | 5E | 2E |
| Octal | 317 | 342 | 7 | 10 | 0 | 141 | 13 | 101 | 136 | 56 |
| Binary | 11001111 | 11100010 | 111 | 1000 | 0 | 1100001 | 1011 | 1000001 | 1011110 | 101110 |
Color Harmonies of #CFE207
Complementary color
Monochromatic Colors of #CFE207
Black with #CFE207
Text Example
Text Example
White with #CFE207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE207; }
p { color: rgb(207,226,7); }
H1.HeaderClassName
{
color: #CFE207;
}
.AnyTagClassName
{
color: #CFE207;
}
</style>
background-color css
<style>
a { background-color: #CFE207; }
a { background-color: rgb(207,226,7); }
div.DivClassName
{
background-color: #CFE207;
}
.BgClassName
{
background-color: #CFE207;
}
</style>
border-color css
<style>
span { border-color: #CFE207; }
span { border-color: rgb(207,226,7); }
td.TdClassName
{
border-color: #CFE207;
}
.TagClassName
{
border-color: #CFE207;
}
</style>