Shades of Electric Lime #BFF70E
Tints of Electric Lime #BFF70E
RGB
CMYK
RGB Variations
Color information
#BFF70E (or 0xBFF70E) is known color: Electric Lime. HEX triplet: BF, F7 and 0E. RGB value is (191,247,14). Sum of RGB (Red+Green+Blue) = 191+247+14=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF70E is #4008F1. Grayscale: #CCCCCC. Windows color (decimal): -4196594 or 980927. OLE color: 980927.
HSL color Cylindrical-coordinate representation of color #BFF70E: hue angle of 74.42º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFF70E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 14 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.03 |
| HSL | 74.42º | 0.94% | 0.51% | - |
| HSV(B) | 74.42º | 0.94% | 0.97% | - |
| XYZ | 54.83 | 77.63 | 12.51 | - |
| YUV | 203.69 | 20.95 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 14 | 0.23 | 0 | 0.94 | 0.03 | 74.42 | 0.94 | 0.51 |
| Hex | BF | F7 | E | 17 | 0 | 5E | 3 | 4A | 5E | 33 |
| Octal | 277 | 367 | 16 | 27 | 0 | 136 | 3 | 112 | 136 | 63 |
| Binary | 10111111 | 11110111 | 1110 | 10111 | 0 | 1011110 | 11 | 1001010 | 1011110 | 110011 |
Color Harmonies of #BFF70E
Complementary color
Monochromatic Colors of #BFF70E
Black with #BFF70E
Text Example
Text Example
White with #BFF70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF70E; }
p { color: rgb(191,247,14); }
H1.HeaderClassName
{
color: #BFF70E;
}
.AnyTagClassName
{
color: #BFF70E;
}
</style>
background-color css
<style>
a { background-color: #BFF70E; }
a { background-color: rgb(191,247,14); }
div.DivClassName
{
background-color: #BFF70E;
}
.BgClassName
{
background-color: #BFF70E;
}
</style>
border-color css
<style>
span { border-color: #BFF70E; }
span { border-color: rgb(191,247,14); }
td.TdClassName
{
border-color: #BFF70E;
}
.TagClassName
{
border-color: #BFF70E;
}
</style>