Shades of Electric Lime #CFFC16
Tints of Electric Lime #CFFC16
RGB
CMYK
RGB Variations
Color information
#CFFC16 (or 0xCFFC16) is known color: Electric Lime. HEX triplet: CF, FC and 16. RGB value is (207,252,22). Sum of RGB (Red+Green+Blue) = 207+252+22=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 22 (8.98% from 255 or 4.57% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC16 is #3003E9. Grayscale: #D5D5D5. Windows color (decimal): -3146730 or 1506511. OLE color: 1506511.
HSL color Cylindrical-coordinate representation of color #CFFC16: hue angle of 71.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFFC16 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 22 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.01 |
| HSL | 71.74º | 0.97% | 0.54% | - |
| HSV(B) | 71.74º | 0.91% | 0.99% | - |
| XYZ | 60.69 | 82.94 | 13.57 | - |
| YUV | 212.33 | 20.59 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 22 | 0.18 | 0 | 0.91 | 0.01 | 71.74 | 0.97 | 0.54 |
| Hex | CF | FC | 16 | 12 | 0 | 5B | 1 | 48 | 61 | 36 |
| Octal | 317 | 374 | 26 | 22 | 0 | 133 | 1 | 110 | 141 | 66 |
| Binary | 11001111 | 11111100 | 10110 | 10010 | 0 | 1011011 | 1 | 1001000 | 1100001 | 110110 |
Color Harmonies of #CFFC16
Complementary color
Monochromatic Colors of #CFFC16
Black with #CFFC16
Text Example
Text Example
White with #CFFC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC16; }
p { color: rgb(207,252,22); }
H1.HeaderClassName
{
color: #CFFC16;
}
.AnyTagClassName
{
color: #CFFC16;
}
</style>
background-color css
<style>
a { background-color: #CFFC16; }
a { background-color: rgb(207,252,22); }
div.DivClassName
{
background-color: #CFFC16;
}
.BgClassName
{
background-color: #CFFC16;
}
</style>
border-color css
<style>
span { border-color: #CFFC16; }
span { border-color: rgb(207,252,22); }
td.TdClassName
{
border-color: #CFFC16;
}
.TagClassName
{
border-color: #CFFC16;
}
</style>