Shades of Electric Lime #BFF70B
Tints of Electric Lime #BFF70B
RGB
CMYK
RGB Variations
Color information
#BFF70B (or 0xBFF70B) is known color: Electric Lime. HEX triplet: BF, F7 and 0B. RGB value is (191,247,11). Sum of RGB (Red+Green+Blue) = 191+247+11=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 247 (96.88% from 255 or 55.01% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF70B is #4008F4. Grayscale: #CCCCCC. Windows color (decimal): -4196597 or 784319. OLE color: 784319.
HSL color Cylindrical-coordinate representation of color #BFF70B: hue angle of 74.24º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFF70B is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 11 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.03 |
| HSL | 74.24º | 0.94% | 0.51% | - |
| HSV(B) | 74.24º | 0.96% | 0.97% | - |
| XYZ | 54.81 | 77.62 | 12.41 | - |
| YUV | 203.35 | 19.45 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 11 | 0.23 | 0 | 0.96 | 0.03 | 74.24 | 0.94 | 0.51 |
| Hex | BF | F7 | B | 17 | 0 | 60 | 3 | 4A | 5E | 33 |
| Octal | 277 | 367 | 13 | 27 | 0 | 140 | 3 | 112 | 136 | 63 |
| Binary | 10111111 | 11110111 | 1011 | 10111 | 0 | 1100000 | 11 | 1001010 | 1011110 | 110011 |
Color Harmonies of #BFF70B
Complementary color
Monochromatic Colors of #BFF70B
Black with #BFF70B
Text Example
Text Example
White with #BFF70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF70B; }
p { color: rgb(191,247,11); }
H1.HeaderClassName
{
color: #BFF70B;
}
.AnyTagClassName
{
color: #BFF70B;
}
</style>
background-color css
<style>
a { background-color: #BFF70B; }
a { background-color: rgb(191,247,11); }
div.DivClassName
{
background-color: #BFF70B;
}
.BgClassName
{
background-color: #BFF70B;
}
</style>
border-color css
<style>
span { border-color: #BFF70B; }
span { border-color: rgb(191,247,11); }
td.TdClassName
{
border-color: #BFF70B;
}
.TagClassName
{
border-color: #BFF70B;
}
</style>