Shades of Electric Lime #CFF011
Tints of Electric Lime #CFF011
RGB
CMYK
RGB Variations
Color information
#CFF011 (or 0xCFF011) is known color: Electric Lime. HEX triplet: CF, F0 and 11. RGB value is (207,240,17). Sum of RGB (Red+Green+Blue) = 207+240+17=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF011 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF011 is #300FEE. Grayscale: #CDCDCD. Windows color (decimal): -3149807 or 1175759. OLE color: 1175759.
HSL color Cylindrical-coordinate representation of color #CFF011: hue angle of 68.88º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF011 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 17 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.06 |
| HSL | 68.88º | 0.88% | 0.5% | - |
| HSV(B) | 68.88º | 0.93% | 0.94% | - |
| XYZ | 56.99 | 75.63 | 12.12 | - |
| YUV | 204.71 | 22.07 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 17 | 0.14 | 0 | 0.93 | 0.06 | 68.88 | 0.88 | 0.5 |
| Hex | CF | F0 | 11 | E | 0 | 5D | 6 | 45 | 58 | 32 |
| Octal | 317 | 360 | 21 | 16 | 0 | 135 | 6 | 105 | 130 | 62 |
| Binary | 11001111 | 11110000 | 10001 | 1110 | 0 | 1011101 | 110 | 1000101 | 1011000 | 110010 |
Color Harmonies of #CFF011
Complementary color
Monochromatic Colors of #CFF011
Black with #CFF011
Text Example
Text Example
White with #CFF011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF011; }
p { color: rgb(207,240,17); }
H1.HeaderClassName
{
color: #CFF011;
}
.AnyTagClassName
{
color: #CFF011;
}
</style>
background-color css
<style>
a { background-color: #CFF011; }
a { background-color: rgb(207,240,17); }
div.DivClassName
{
background-color: #CFF011;
}
.BgClassName
{
background-color: #CFF011;
}
</style>
border-color css
<style>
span { border-color: #CFF011; }
span { border-color: rgb(207,240,17); }
td.TdClassName
{
border-color: #CFF011;
}
.TagClassName
{
border-color: #CFF011;
}
</style>