Shades of Electric Lime #CFED16
Tints of Electric Lime #CFED16
RGB
CMYK
RGB Variations
Color information
#CFED16 (or 0xCFED16) is known color: Electric Lime. HEX triplet: CF, ED and 16. RGB value is (207,237,22). Sum of RGB (Red+Green+Blue) = 207+237+22=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED16 is #3012E9. Grayscale: #CCCCCC. Windows color (decimal): -3150570 or 1502671. OLE color: 1502671.
HSL color Cylindrical-coordinate representation of color #CFED16: hue angle of 68.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFED16 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 22 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.07 |
| HSL | 68.37º | 0.86% | 0.51% | - |
| HSV(B) | 68.37º | 0.91% | 0.93% | - |
| XYZ | 56.16 | 73.89 | 12.06 | - |
| YUV | 203.52 | 25.56 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 22 | 0.13 | 0 | 0.91 | 0.07 | 68.37 | 0.86 | 0.51 |
| Hex | CF | ED | 16 | D | 0 | 5B | 7 | 44 | 56 | 33 |
| Octal | 317 | 355 | 26 | 15 | 0 | 133 | 7 | 104 | 126 | 63 |
| Binary | 11001111 | 11101101 | 10110 | 1101 | 0 | 1011011 | 111 | 1000100 | 1010110 | 110011 |
Color Harmonies of #CFED16
Complementary color
Monochromatic Colors of #CFED16
Black with #CFED16
Text Example
Text Example
White with #CFED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED16; }
p { color: rgb(207,237,22); }
H1.HeaderClassName
{
color: #CFED16;
}
.AnyTagClassName
{
color: #CFED16;
}
</style>
background-color css
<style>
a { background-color: #CFED16; }
a { background-color: rgb(207,237,22); }
div.DivClassName
{
background-color: #CFED16;
}
.BgClassName
{
background-color: #CFED16;
}
</style>
border-color css
<style>
span { border-color: #CFED16; }
span { border-color: rgb(207,237,22); }
td.TdClassName
{
border-color: #CFED16;
}
.TagClassName
{
border-color: #CFED16;
}
</style>