Shades of Electric Lime #CFF001
Tints of Electric Lime #CFF001
RGB
CMYK
RGB Variations
Color information
#CFF001 (or 0xCFF001) is known color: Electric Lime. HEX triplet: CF, F0 and 01. RGB value is (207,240,1). Sum of RGB (Red+Green+Blue) = 207+240+1=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF001 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF001 is #300FFE. Grayscale: #CBCBCB. Windows color (decimal): -3149823 or 127183. OLE color: 127183.
HSL color Cylindrical-coordinate representation of color #CFF001: hue angle of 68.28º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFF001 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.06 |
| HSL | 68.28º | 0.99% | 0.47% | - |
| HSV(B) | 68.28º | 1% | 0.94% | - |
| XYZ | 56.9 | 75.59 | 11.62 | - |
| YUV | 202.89 | 14.07 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 1 | 0.14 | 0 | 1.00 | 0.06 | 68.28 | 0.99 | 0.47 |
| Hex | CF | F0 | 1 | E | 0 | 64 | 6 | 44 | 63 | 2F |
| Octal | 317 | 360 | 1 | 16 | 0 | 144 | 6 | 104 | 143 | 57 |
| Binary | 11001111 | 11110000 | 1 | 1110 | 0 | 1100100 | 110 | 1000100 | 1100011 | 101111 |
Color Harmonies of #CFF001
Complementary color
Monochromatic Colors of #CFF001
Black with #CFF001
Text Example
Text Example
White with #CFF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF001; }
p { color: rgb(207,240,1); }
H1.HeaderClassName
{
color: #CFF001;
}
.AnyTagClassName
{
color: #CFF001;
}
</style>
background-color css
<style>
a { background-color: #CFF001; }
a { background-color: rgb(207,240,1); }
div.DivClassName
{
background-color: #CFF001;
}
.BgClassName
{
background-color: #CFF001;
}
</style>
border-color css
<style>
span { border-color: #CFF001; }
span { border-color: rgb(207,240,1); }
td.TdClassName
{
border-color: #CFF001;
}
.TagClassName
{
border-color: #CFF001;
}
</style>