Shades of Electric Lime #CFE807
Tints of Electric Lime #CFE807
RGB
CMYK
RGB Variations
Color information
#CFE807 (or 0xCFE807) is known color: Electric Lime. HEX triplet: CF, E8 and 07. RGB value is (207,232,7). Sum of RGB (Red+Green+Blue) = 207+232+7=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE807 is #3017F8. Grayscale: #C7C7C7. Windows color (decimal): -3151865 or 518351. OLE color: 518351.
HSL color Cylindrical-coordinate representation of color #CFE807: hue angle of 66.67º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFE807 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.09 |
| HSL | 66.67º | 0.94% | 0.47% | - |
| HSV(B) | 66.67º | 0.97% | 0.91% | - |
| XYZ | 54.63 | 70.99 | 11.03 | - |
| YUV | 198.88 | 19.72 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 7 | 0.11 | 0 | 0.97 | 0.09 | 66.67 | 0.94 | 0.47 |
| Hex | CF | E8 | 7 | B | 0 | 61 | 9 | 43 | 5E | 2F |
| Octal | 317 | 350 | 7 | 13 | 0 | 141 | 11 | 103 | 136 | 57 |
| Binary | 11001111 | 11101000 | 111 | 1011 | 0 | 1100001 | 1001 | 1000011 | 1011110 | 101111 |
Color Harmonies of #CFE807
Complementary color
Monochromatic Colors of #CFE807
Black with #CFE807
Text Example
Text Example
White with #CFE807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE807; }
p { color: rgb(207,232,7); }
H1.HeaderClassName
{
color: #CFE807;
}
.AnyTagClassName
{
color: #CFE807;
}
</style>
background-color css
<style>
a { background-color: #CFE807; }
a { background-color: rgb(207,232,7); }
div.DivClassName
{
background-color: #CFE807;
}
.BgClassName
{
background-color: #CFE807;
}
</style>
border-color css
<style>
span { border-color: #CFE807; }
span { border-color: rgb(207,232,7); }
td.TdClassName
{
border-color: #CFE807;
}
.TagClassName
{
border-color: #CFE807;
}
</style>