Shades of Electric Lime #BFFC0B
Tints of Electric Lime #BFFC0B
RGB
CMYK
RGB Variations
Color information
#BFFC0B (or 0xBFFC0B) is known color: Electric Lime. HEX triplet: BF, FC and 0B. RGB value is (191,252,11). Sum of RGB (Red+Green+Blue) = 191+252+11=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC0B is #4003F4. Grayscale: #CFCFCF. Windows color (decimal): -4195317 or 785599. OLE color: 785599.
HSL color Cylindrical-coordinate representation of color #BFFC0B: hue angle of 75.19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFFC0B is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 11 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.01 |
| HSL | 75.19º | 0.98% | 0.52% | - |
| HSV(B) | 75.19º | 0.96% | 0.99% | - |
| XYZ | 56.36 | 80.72 | 12.93 | - |
| YUV | 206.29 | 17.79 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 11 | 0.24 | 0 | 0.96 | 0.01 | 75.19 | 0.98 | 0.52 |
| Hex | BF | FC | B | 18 | 0 | 60 | 1 | 4B | 62 | 34 |
| Octal | 277 | 374 | 13 | 30 | 0 | 140 | 1 | 113 | 142 | 64 |
| Binary | 10111111 | 11111100 | 1011 | 11000 | 0 | 1100000 | 1 | 1001011 | 1100010 | 110100 |
Color Harmonies of #BFFC0B
Complementary color
Monochromatic Colors of #BFFC0B
Black with #BFFC0B
Text Example
Text Example
White with #BFFC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC0B; }
p { color: rgb(191,252,11); }
H1.HeaderClassName
{
color: #BFFC0B;
}
.AnyTagClassName
{
color: #BFFC0B;
}
</style>
background-color css
<style>
a { background-color: #BFFC0B; }
a { background-color: rgb(191,252,11); }
div.DivClassName
{
background-color: #BFFC0B;
}
.BgClassName
{
background-color: #BFFC0B;
}
</style>
border-color css
<style>
span { border-color: #BFFC0B; }
span { border-color: rgb(191,252,11); }
td.TdClassName
{
border-color: #BFFC0B;
}
.TagClassName
{
border-color: #BFFC0B;
}
</style>