Shades of Electric Lime #BFFA0B
Tints of Electric Lime #BFFA0B
RGB
CMYK
RGB Variations
Color information
#BFFA0B (or 0xBFFA0B) is known color: Electric Lime. HEX triplet: BF, FA and 0B. RGB value is (191,250,11). Sum of RGB (Red+Green+Blue) = 191+250+11=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFA0B is #4005F4. Grayscale: #CECECE. Windows color (decimal): -4195829 or 785087. OLE color: 785087.
HSL color Cylindrical-coordinate representation of color #BFFA0B: hue angle of 74.81º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFFA0B is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 11 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.02 |
| HSL | 74.81º | 0.96% | 0.51% | - |
| HSV(B) | 74.81º | 0.96% | 0.98% | - |
| XYZ | 55.73 | 79.47 | 12.72 | - |
| YUV | 205.11 | 18.45 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 11 | 0.24 | 0 | 0.96 | 0.02 | 74.81 | 0.96 | 0.51 |
| Hex | BF | FA | B | 18 | 0 | 60 | 2 | 4B | 60 | 33 |
| Octal | 277 | 372 | 13 | 30 | 0 | 140 | 2 | 113 | 140 | 63 |
| Binary | 10111111 | 11111010 | 1011 | 11000 | 0 | 1100000 | 10 | 1001011 | 1100000 | 110011 |
Color Harmonies of #BFFA0B
Complementary color
Monochromatic Colors of #BFFA0B
Black with #BFFA0B
Text Example
Text Example
White with #BFFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA0B; }
p { color: rgb(191,250,11); }
H1.HeaderClassName
{
color: #BFFA0B;
}
.AnyTagClassName
{
color: #BFFA0B;
}
</style>
background-color css
<style>
a { background-color: #BFFA0B; }
a { background-color: rgb(191,250,11); }
div.DivClassName
{
background-color: #BFFA0B;
}
.BgClassName
{
background-color: #BFFA0B;
}
</style>
border-color css
<style>
span { border-color: #BFFA0B; }
span { border-color: rgb(191,250,11); }
td.TdClassName
{
border-color: #BFFA0B;
}
.TagClassName
{
border-color: #BFFA0B;
}
</style>