Shades of Electric Lime #CFFE16
Tints of Electric Lime #CFFE16
RGB
CMYK
RGB Variations
Color information
#CFFE16 (or 0xCFFE16) is known color: Electric Lime. HEX triplet: CF, FE and 16. RGB value is (207,254,22). Sum of RGB (Red+Green+Blue) = 207+254+22=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 22 (8.98% from 255 or 4.55% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFE16 is #3001E9. Grayscale: #D6D6D6. Windows color (decimal): -3146218 or 1507023. OLE color: 1507023.
HSL color Cylindrical-coordinate representation of color #CFFE16: hue angle of 72.16º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFFE16 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 22 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.00 |
| HSL | 72.16º | 0.99% | 0.54% | - |
| HSV(B) | 72.16º | 0.91% | 1% | - |
| XYZ | 61.32 | 84.21 | 13.78 | - |
| YUV | 213.5 | 19.93 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 22 | 0.19 | 0 | 0.91 | 0.00 | 72.16 | 0.99 | 0.54 |
| Hex | CF | FE | 16 | 13 | 0 | 5B | 0 | 48 | 63 | 36 |
| Octal | 317 | 376 | 26 | 23 | 0 | 133 | 0 | 110 | 143 | 66 |
| Binary | 11001111 | 11111110 | 10110 | 10011 | 0 | 1011011 | 0 | 1001000 | 1100011 | 110110 |
Color Harmonies of #CFFE16
Complementary color
Monochromatic Colors of #CFFE16
Black with #CFFE16
Text Example
Text Example
White with #CFFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE16; }
p { color: rgb(207,254,22); }
H1.HeaderClassName
{
color: #CFFE16;
}
.AnyTagClassName
{
color: #CFFE16;
}
</style>
background-color css
<style>
a { background-color: #CFFE16; }
a { background-color: rgb(207,254,22); }
div.DivClassName
{
background-color: #CFFE16;
}
.BgClassName
{
background-color: #CFFE16;
}
</style>
border-color css
<style>
span { border-color: #CFFE16; }
span { border-color: rgb(207,254,22); }
td.TdClassName
{
border-color: #CFFE16;
}
.TagClassName
{
border-color: #CFFE16;
}
</style>