Shades of Electric Lime #CFF711
Tints of Electric Lime #CFF711
RGB
CMYK
RGB Variations
Color information
#CFF711 (or 0xCFF711) is known color: Electric Lime. HEX triplet: CF, F7 and 11. RGB value is (207,247,17). Sum of RGB (Red+Green+Blue) = 207+247+17=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 17 (7.03% from 255 or 3.61% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF711 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF711 is #3008EE. Grayscale: #D1D1D1. Windows color (decimal): -3148015 or 1177551. OLE color: 1177551.
HSL color Cylindrical-coordinate representation of color #CFF711: hue angle of 70.43º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF711 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 17 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.03 |
| HSL | 70.43º | 0.93% | 0.52% | - |
| HSV(B) | 70.43º | 0.93% | 0.97% | - |
| XYZ | 59.09 | 79.83 | 12.82 | - |
| YUV | 208.82 | 19.75 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 17 | 0.16 | 0 | 0.93 | 0.03 | 70.43 | 0.93 | 0.52 |
| Hex | CF | F7 | 11 | 10 | 0 | 5D | 3 | 46 | 5D | 34 |
| Octal | 317 | 367 | 21 | 20 | 0 | 135 | 3 | 106 | 135 | 64 |
| Binary | 11001111 | 11110111 | 10001 | 10000 | 0 | 1011101 | 11 | 1000110 | 1011101 | 110100 |
Color Harmonies of #CFF711
Complementary color
Monochromatic Colors of #CFF711
Black with #CFF711
Text Example
Text Example
White with #CFF711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF711; }
p { color: rgb(207,247,17); }
H1.HeaderClassName
{
color: #CFF711;
}
.AnyTagClassName
{
color: #CFF711;
}
</style>
background-color css
<style>
a { background-color: #CFF711; }
a { background-color: rgb(207,247,17); }
div.DivClassName
{
background-color: #CFF711;
}
.BgClassName
{
background-color: #CFF711;
}
</style>
border-color css
<style>
span { border-color: #CFF711; }
span { border-color: rgb(207,247,17); }
td.TdClassName
{
border-color: #CFF711;
}
.TagClassName
{
border-color: #CFF711;
}
</style>