Shades of Electric Lime #CFF014
Tints of Electric Lime #CFF014
RGB
CMYK
RGB Variations
Color information
#CFF014 (or 0xCFF014) is known color: Electric Lime. HEX triplet: CF, F0 and 14. RGB value is (207,240,20). Sum of RGB (Red+Green+Blue) = 207+240+20=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF014 is #300FEB. Grayscale: #CDCDCD. Windows color (decimal): -3149804 or 1372367. OLE color: 1372367.
HSL color Cylindrical-coordinate representation of color #CFF014: hue angle of 69º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF014 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 20 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.06 |
| HSL | 69º | 0.88% | 0.51% | - |
| HSV(B) | 69º | 0.92% | 0.94% | - |
| XYZ | 57.02 | 75.64 | 12.26 | - |
| YUV | 205.05 | 23.57 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 20 | 0.14 | 0 | 0.92 | 0.06 | 69 | 0.88 | 0.51 |
| Hex | CF | F0 | 14 | E | 0 | 5C | 6 | 45 | 58 | 33 |
| Octal | 317 | 360 | 24 | 16 | 0 | 134 | 6 | 105 | 130 | 63 |
| Binary | 11001111 | 11110000 | 10100 | 1110 | 0 | 1011100 | 110 | 1000101 | 1011000 | 110011 |
Color Harmonies of #CFF014
Complementary color
Monochromatic Colors of #CFF014
Black with #CFF014
Text Example
Text Example
White with #CFF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF014; }
p { color: rgb(207,240,20); }
H1.HeaderClassName
{
color: #CFF014;
}
.AnyTagClassName
{
color: #CFF014;
}
</style>
background-color css
<style>
a { background-color: #CFF014; }
a { background-color: rgb(207,240,20); }
div.DivClassName
{
background-color: #CFF014;
}
.BgClassName
{
background-color: #CFF014;
}
</style>
border-color css
<style>
span { border-color: #CFF014; }
span { border-color: rgb(207,240,20); }
td.TdClassName
{
border-color: #CFF014;
}
.TagClassName
{
border-color: #CFF014;
}
</style>