Shades of Electric Lime #BFFC0F
Tints of Electric Lime #BFFC0F
RGB
CMYK
RGB Variations
Color information
#BFFC0F (or 0xBFFC0F) is known color: Electric Lime. HEX triplet: BF, FC and 0F. RGB value is (191,252,15). Sum of RGB (Red+Green+Blue) = 191+252+15=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC0F is #4003F0. Grayscale: #CFCFCF. Windows color (decimal): -4195313 or 1047743. OLE color: 1047743.
HSL color Cylindrical-coordinate representation of color #BFFC0F: hue angle of 75.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFFC0F is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 15 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.01 |
| HSL | 75.44º | 0.98% | 0.52% | - |
| HSV(B) | 75.44º | 0.94% | 0.99% | - |
| XYZ | 56.38 | 80.73 | 13.06 | - |
| YUV | 206.74 | 19.79 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 15 | 0.24 | 0 | 0.94 | 0.01 | 75.44 | 0.98 | 0.52 |
| Hex | BF | FC | F | 18 | 0 | 5E | 1 | 4B | 62 | 34 |
| Octal | 277 | 374 | 17 | 30 | 0 | 136 | 1 | 113 | 142 | 64 |
| Binary | 10111111 | 11111100 | 1111 | 11000 | 0 | 1011110 | 1 | 1001011 | 1100010 | 110100 |
Color Harmonies of #BFFC0F
Complementary color
Monochromatic Colors of #BFFC0F
Black with #BFFC0F
Text Example
Text Example
White with #BFFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC0F; }
p { color: rgb(191,252,15); }
H1.HeaderClassName
{
color: #BFFC0F;
}
.AnyTagClassName
{
color: #BFFC0F;
}
</style>
background-color css
<style>
a { background-color: #BFFC0F; }
a { background-color: rgb(191,252,15); }
div.DivClassName
{
background-color: #BFFC0F;
}
.BgClassName
{
background-color: #BFFC0F;
}
</style>
border-color css
<style>
span { border-color: #BFFC0F; }
span { border-color: rgb(191,252,15); }
td.TdClassName
{
border-color: #BFFC0F;
}
.TagClassName
{
border-color: #BFFC0F;
}
</style>