Shades of Electric Lime #CFEF14
Tints of Electric Lime #CFEF14
RGB
CMYK
RGB Variations
Color information
#CFEF14 (or 0xCFEF14) is known color: Electric Lime. HEX triplet: CF, EF and 14. RGB value is (207,239,20). Sum of RGB (Red+Green+Blue) = 207+239+20=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF14 is #3010EB. Grayscale: #CDCDCD. Windows color (decimal): -3150060 or 1372111. OLE color: 1372111.
HSL color Cylindrical-coordinate representation of color #CFEF14: hue angle of 68.77º degrees, saturation: 0.87, 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 #CFEF14 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 20 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.06 |
| HSL | 68.77º | 0.87% | 0.51% | - |
| HSV(B) | 68.77º | 0.92% | 0.94% | - |
| XYZ | 56.72 | 75.05 | 12.16 | - |
| YUV | 204.47 | 23.9 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 20 | 0.13 | 0 | 0.92 | 0.06 | 68.77 | 0.87 | 0.51 |
| Hex | CF | EF | 14 | D | 0 | 5C | 6 | 45 | 57 | 33 |
| Octal | 317 | 357 | 24 | 15 | 0 | 134 | 6 | 105 | 127 | 63 |
| Binary | 11001111 | 11101111 | 10100 | 1101 | 0 | 1011100 | 110 | 1000101 | 1010111 | 110011 |
Color Harmonies of #CFEF14
Complementary color
Monochromatic Colors of #CFEF14
Black with #CFEF14
Text Example
Text Example
White with #CFEF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF14; }
p { color: rgb(207,239,20); }
H1.HeaderClassName
{
color: #CFEF14;
}
.AnyTagClassName
{
color: #CFEF14;
}
</style>
background-color css
<style>
a { background-color: #CFEF14; }
a { background-color: rgb(207,239,20); }
div.DivClassName
{
background-color: #CFEF14;
}
.BgClassName
{
background-color: #CFEF14;
}
</style>
border-color css
<style>
span { border-color: #CFEF14; }
span { border-color: rgb(207,239,20); }
td.TdClassName
{
border-color: #CFEF14;
}
.TagClassName
{
border-color: #CFEF14;
}
</style>