Shades of Electric Lime #CFFF14
Tints of Electric Lime #CFFF14
RGB
CMYK
RGB Variations
Color information
#CFFF14 (or 0xCFFF14) is known color: Electric Lime. HEX triplet: CF, FF and 14. RGB value is (207,255,20). Sum of RGB (Red+Green+Blue) = 207+255+20=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF14 is #3000EB. Grayscale: #D6D6D6. Windows color (decimal): -3145964 or 1376207. OLE color: 1376207.
HSL color Cylindrical-coordinate representation of color #CFFF14: hue angle of 72.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFFF14 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 20 | - |
| CMYK | 0.19 | 0 | 0.92 | 0 |
| HSL | 72.26º | 1% | 0.54% | - |
| HSV(B) | 72.26º | 0.92% | 1% | - |
| XYZ | 61.62 | 84.84 | 13.79 | - |
| YUV | 213.86 | 18.6 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 20 | 0.19 | 0 | 0.92 | 0 | 72.26 | 1 | 0.54 |
| Hex | CF | FF | 14 | 13 | 0 | 5C | 0 | 48 | 64 | 36 |
| Octal | 317 | 377 | 24 | 23 | 0 | 134 | 0 | 110 | 144 | 66 |
| Binary | 11001111 | 11111111 | 10100 | 10011 | 0 | 1011100 | 0 | 1001000 | 1100100 | 110110 |
Color Harmonies of #CFFF14
Complementary color
Monochromatic Colors of #CFFF14
Black with #CFFF14
Text Example
Text Example
White with #CFFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF14; }
p { color: rgb(207,255,20); }
H1.HeaderClassName
{
color: #CFFF14;
}
.AnyTagClassName
{
color: #CFFF14;
}
</style>
background-color css
<style>
a { background-color: #CFFF14; }
a { background-color: rgb(207,255,20); }
div.DivClassName
{
background-color: #CFFF14;
}
.BgClassName
{
background-color: #CFFF14;
}
</style>
border-color css
<style>
span { border-color: #CFFF14; }
span { border-color: rgb(207,255,20); }
td.TdClassName
{
border-color: #CFFF14;
}
.TagClassName
{
border-color: #CFFF14;
}
</style>