Shades of Electric Lime #BFF60B
Tints of Electric Lime #BFF60B
RGB
CMYK
RGB Variations
Color information
#BFF60B (or 0xBFF60B) is known color: Electric Lime. HEX triplet: BF, F6 and 0B. RGB value is (191,246,11). Sum of RGB (Red+Green+Blue) = 191+246+11=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 246 (96.48% from 255 or 54.91% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF60B is #4009F4. Grayscale: #CBCBCB. Windows color (decimal): -4196853 or 784063. OLE color: 784063.
HSL color Cylindrical-coordinate representation of color #BFF60B: hue angle of 74.04º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFF60B is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 11 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.04 |
| HSL | 74.04º | 0.93% | 0.5% | - |
| HSV(B) | 74.04º | 0.96% | 0.96% | - |
| XYZ | 54.5 | 77.01 | 12.31 | - |
| YUV | 202.77 | 19.78 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 11 | 0.22 | 0 | 0.96 | 0.04 | 74.04 | 0.93 | 0.5 |
| Hex | BF | F6 | B | 16 | 0 | 60 | 4 | 4A | 5D | 32 |
| Octal | 277 | 366 | 13 | 26 | 0 | 140 | 4 | 112 | 135 | 62 |
| Binary | 10111111 | 11110110 | 1011 | 10110 | 0 | 1100000 | 100 | 1001010 | 1011101 | 110010 |
Color Harmonies of #BFF60B
Complementary color
Monochromatic Colors of #BFF60B
Black with #BFF60B
Text Example
Text Example
White with #BFF60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF60B; }
p { color: rgb(191,246,11); }
H1.HeaderClassName
{
color: #BFF60B;
}
.AnyTagClassName
{
color: #BFF60B;
}
</style>
background-color css
<style>
a { background-color: #BFF60B; }
a { background-color: rgb(191,246,11); }
div.DivClassName
{
background-color: #BFF60B;
}
.BgClassName
{
background-color: #BFF60B;
}
</style>
border-color css
<style>
span { border-color: #BFF60B; }
span { border-color: rgb(191,246,11); }
td.TdClassName
{
border-color: #BFF60B;
}
.TagClassName
{
border-color: #BFF60B;
}
</style>