Shades of Electric Lime #CFFF16
Tints of Electric Lime #CFFF16
RGB
CMYK
RGB Variations
Color information
#CFFF16 (or 0xCFFF16) is known color: Electric Lime. HEX triplet: CF, FF and 16. RGB value is (207,255,22). Sum of RGB (Red+Green+Blue) = 207+255+22=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF16 is #3000E9. Grayscale: #D6D6D6. Windows color (decimal): -3145962 or 1507279. OLE color: 1507279.
HSL color Cylindrical-coordinate representation of color #CFFF16: hue angle of 72.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFFF16 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 22 | - |
| CMYK | 0.19 | 0 | 0.91 | 0 |
| HSL | 72.36º | 1% | 0.54% | - |
| HSV(B) | 72.36º | 0.91% | 1% | - |
| XYZ | 61.64 | 84.84 | 13.89 | - |
| YUV | 214.09 | 19.6 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 22 | 0.19 | 0 | 0.91 | 0 | 72.36 | 1 | 0.54 |
| Hex | CF | FF | 16 | 13 | 0 | 5B | 0 | 48 | 64 | 36 |
| Octal | 317 | 377 | 26 | 23 | 0 | 133 | 0 | 110 | 144 | 66 |
| Binary | 11001111 | 11111111 | 10110 | 10011 | 0 | 1011011 | 0 | 1001000 | 1100100 | 110110 |
Color Harmonies of #CFFF16
Complementary color
Monochromatic Colors of #CFFF16
Black with #CFFF16
Text Example
Text Example
White with #CFFF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF16; }
p { color: rgb(207,255,22); }
H1.HeaderClassName
{
color: #CFFF16;
}
.AnyTagClassName
{
color: #CFFF16;
}
</style>
background-color css
<style>
a { background-color: #CFFF16; }
a { background-color: rgb(207,255,22); }
div.DivClassName
{
background-color: #CFFF16;
}
.BgClassName
{
background-color: #CFFF16;
}
</style>
border-color css
<style>
span { border-color: #CFFF16; }
span { border-color: rgb(207,255,22); }
td.TdClassName
{
border-color: #CFFF16;
}
.TagClassName
{
border-color: #CFFF16;
}
</style>