Shades of Electric Lime #BFF710
Tints of Electric Lime #BFF710
RGB
CMYK
RGB Variations
Color information
#BFF710 (or 0xBFF710) is known color: Electric Lime. HEX triplet: BF, F7 and 10. RGB value is (191,247,16). Sum of RGB (Red+Green+Blue) = 191+247+16=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 247 (96.88% from 255 or 54.41% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF710 is #4008EF. Grayscale: #CCCCCC. Windows color (decimal): -4196592 or 1111999. OLE color: 1111999.
HSL color Cylindrical-coordinate representation of color #BFF710: hue angle of 74.55º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFF710 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 16 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.03 |
| HSL | 74.55º | 0.94% | 0.52% | - |
| HSV(B) | 74.55º | 0.94% | 0.97% | - |
| XYZ | 54.84 | 77.64 | 12.58 | - |
| YUV | 203.92 | 21.95 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 16 | 0.23 | 0 | 0.94 | 0.03 | 74.55 | 0.94 | 0.52 |
| Hex | BF | F7 | 10 | 17 | 0 | 5E | 3 | 4B | 5E | 34 |
| Octal | 277 | 367 | 20 | 27 | 0 | 136 | 3 | 113 | 136 | 64 |
| Binary | 10111111 | 11110111 | 10000 | 10111 | 0 | 1011110 | 11 | 1001011 | 1011110 | 110100 |
Color Harmonies of #BFF710
Complementary color
Monochromatic Colors of #BFF710
Black with #BFF710
Text Example
Text Example
White with #BFF710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF710; }
p { color: rgb(191,247,16); }
H1.HeaderClassName
{
color: #BFF710;
}
.AnyTagClassName
{
color: #BFF710;
}
</style>
background-color css
<style>
a { background-color: #BFF710; }
a { background-color: rgb(191,247,16); }
div.DivClassName
{
background-color: #BFF710;
}
.BgClassName
{
background-color: #BFF710;
}
</style>
border-color css
<style>
span { border-color: #BFF710; }
span { border-color: rgb(191,247,16); }
td.TdClassName
{
border-color: #BFF710;
}
.TagClassName
{
border-color: #BFF710;
}
</style>