Shades of Electric Lime #CFFA16
Tints of Electric Lime #CFFA16
RGB
CMYK
RGB Variations
Color information
#CFFA16 (or 0xCFFA16) is known color: Electric Lime. HEX triplet: CF, FA and 16. RGB value is (207,250,22). Sum of RGB (Red+Green+Blue) = 207+250+22=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFA16 is #3005E9. Grayscale: #D4D4D4. Windows color (decimal): -3147242 or 1505999. OLE color: 1505999.
HSL color Cylindrical-coordinate representation of color #CFFA16: hue angle of 71.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFFA16 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 22 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.02 |
| HSL | 71.32º | 0.96% | 0.53% | - |
| HSV(B) | 71.32º | 0.91% | 0.98% | - |
| XYZ | 60.06 | 81.69 | 13.36 | - |
| YUV | 211.15 | 21.25 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 22 | 0.17 | 0 | 0.91 | 0.02 | 71.32 | 0.96 | 0.53 |
| Hex | CF | FA | 16 | 11 | 0 | 5B | 2 | 47 | 60 | 35 |
| Octal | 317 | 372 | 26 | 21 | 0 | 133 | 2 | 107 | 140 | 65 |
| Binary | 11001111 | 11111010 | 10110 | 10001 | 0 | 1011011 | 10 | 1000111 | 1100000 | 110101 |
Color Harmonies of #CFFA16
Complementary color
Monochromatic Colors of #CFFA16
Black with #CFFA16
Text Example
Text Example
White with #CFFA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA16; }
p { color: rgb(207,250,22); }
H1.HeaderClassName
{
color: #CFFA16;
}
.AnyTagClassName
{
color: #CFFA16;
}
</style>
background-color css
<style>
a { background-color: #CFFA16; }
a { background-color: rgb(207,250,22); }
div.DivClassName
{
background-color: #CFFA16;
}
.BgClassName
{
background-color: #CFFA16;
}
</style>
border-color css
<style>
span { border-color: #CFFA16; }
span { border-color: rgb(207,250,22); }
td.TdClassName
{
border-color: #CFFA16;
}
.TagClassName
{
border-color: #CFFA16;
}
</style>