Shades of Electric Lime #BFF810
Tints of Electric Lime #BFF810
RGB
CMYK
RGB Variations
Color information
#BFF810 (or 0xBFF810) is known color: Electric Lime. HEX triplet: BF, F8 and 10. RGB value is (191,248,16). Sum of RGB (Red+Green+Blue) = 191+248+16=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF810 is #4007EF. Grayscale: #CDCDCD. Windows color (decimal): -4196336 or 1112255. OLE color: 1112255.
HSL color Cylindrical-coordinate representation of color #BFF810: hue angle of 74.74º 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 #BFF810 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 16 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.03 |
| HSL | 74.74º | 0.94% | 0.52% | - |
| HSV(B) | 74.74º | 0.94% | 0.97% | - |
| XYZ | 55.15 | 78.25 | 12.69 | - |
| YUV | 204.51 | 21.62 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 16 | 0.23 | 0 | 0.94 | 0.03 | 74.74 | 0.94 | 0.52 |
| Hex | BF | F8 | 10 | 17 | 0 | 5E | 3 | 4B | 5E | 34 |
| Octal | 277 | 370 | 20 | 27 | 0 | 136 | 3 | 113 | 136 | 64 |
| Binary | 10111111 | 11111000 | 10000 | 10111 | 0 | 1011110 | 11 | 1001011 | 1011110 | 110100 |
Color Harmonies of #BFF810
Complementary color
Monochromatic Colors of #BFF810
Black with #BFF810
Text Example
Text Example
White with #BFF810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF810; }
p { color: rgb(191,248,16); }
H1.HeaderClassName
{
color: #BFF810;
}
.AnyTagClassName
{
color: #BFF810;
}
</style>
background-color css
<style>
a { background-color: #BFF810; }
a { background-color: rgb(191,248,16); }
div.DivClassName
{
background-color: #BFF810;
}
.BgClassName
{
background-color: #BFF810;
}
</style>
border-color css
<style>
span { border-color: #BFF810; }
span { border-color: rgb(191,248,16); }
td.TdClassName
{
border-color: #BFF810;
}
.TagClassName
{
border-color: #BFF810;
}
</style>