Shades of Electric Lime #CFEF16
Tints of Electric Lime #CFEF16
RGB
CMYK
RGB Variations
Color information
#CFEF16 (or 0xCFEF16) is known color: Electric Lime. HEX triplet: CF, EF and 16. RGB value is (207,239,22). Sum of RGB (Red+Green+Blue) = 207+239+22=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF16 is #3010E9. Grayscale: #CDCDCD. Windows color (decimal): -3150058 or 1503183. OLE color: 1503183.
HSL color Cylindrical-coordinate representation of color #CFEF16: hue angle of 68.85º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFEF16 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 22 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.06 |
| HSL | 68.85º | 0.87% | 0.51% | - |
| HSV(B) | 68.85º | 0.91% | 0.94% | - |
| XYZ | 56.74 | 75.06 | 12.26 | - |
| YUV | 204.69 | 24.9 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 22 | 0.13 | 0 | 0.91 | 0.06 | 68.85 | 0.87 | 0.51 |
| Hex | CF | EF | 16 | D | 0 | 5B | 6 | 45 | 57 | 33 |
| Octal | 317 | 357 | 26 | 15 | 0 | 133 | 6 | 105 | 127 | 63 |
| Binary | 11001111 | 11101111 | 10110 | 1101 | 0 | 1011011 | 110 | 1000101 | 1010111 | 110011 |
Color Harmonies of #CFEF16
Complementary color
Monochromatic Colors of #CFEF16
Black with #CFEF16
Text Example
Text Example
White with #CFEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF16; }
p { color: rgb(207,239,22); }
H1.HeaderClassName
{
color: #CFEF16;
}
.AnyTagClassName
{
color: #CFEF16;
}
</style>
background-color css
<style>
a { background-color: #CFEF16; }
a { background-color: rgb(207,239,22); }
div.DivClassName
{
background-color: #CFEF16;
}
.BgClassName
{
background-color: #CFEF16;
}
</style>
border-color css
<style>
span { border-color: #CFEF16; }
span { border-color: rgb(207,239,22); }
td.TdClassName
{
border-color: #CFEF16;
}
.TagClassName
{
border-color: #CFEF16;
}
</style>