Shades of Electric Lime #CFF116
Tints of Electric Lime #CFF116
RGB
CMYK
RGB Variations
Color information
#CFF116 (or 0xCFF116) is known color: Electric Lime. HEX triplet: CF, F1 and 16. RGB value is (207,241,22). Sum of RGB (Red+Green+Blue) = 207+241+22=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF116 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF116 is #300EE9. Grayscale: #CECECE. Windows color (decimal): -3149546 or 1503695. OLE color: 1503695.
HSL color Cylindrical-coordinate representation of color #CFF116: hue angle of 69.32º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFF116 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 22 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.05 |
| HSL | 69.32º | 0.89% | 0.52% | - |
| HSV(B) | 69.32º | 0.91% | 0.95% | - |
| XYZ | 57.33 | 76.23 | 12.45 | - |
| YUV | 205.87 | 24.24 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 22 | 0.14 | 0 | 0.91 | 0.05 | 69.32 | 0.89 | 0.52 |
| Hex | CF | F1 | 16 | E | 0 | 5B | 5 | 45 | 59 | 34 |
| Octal | 317 | 361 | 26 | 16 | 0 | 133 | 5 | 105 | 131 | 64 |
| Binary | 11001111 | 11110001 | 10110 | 1110 | 0 | 1011011 | 101 | 1000101 | 1011001 | 110100 |
Color Harmonies of #CFF116
Complementary color
Monochromatic Colors of #CFF116
Black with #CFF116
Text Example
Text Example
White with #CFF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF116; }
p { color: rgb(207,241,22); }
H1.HeaderClassName
{
color: #CFF116;
}
.AnyTagClassName
{
color: #CFF116;
}
</style>
background-color css
<style>
a { background-color: #CFF116; }
a { background-color: rgb(207,241,22); }
div.DivClassName
{
background-color: #CFF116;
}
.BgClassName
{
background-color: #CFF116;
}
</style>
border-color css
<style>
span { border-color: #CFF116; }
span { border-color: rgb(207,241,22); }
td.TdClassName
{
border-color: #CFF116;
}
.TagClassName
{
border-color: #CFF116;
}
</style>