Shades of Electric Lime #BFFB0C
Tints of Electric Lime #BFFB0C
RGB
CMYK
RGB Variations
Color information
#BFFB0C (or 0xBFFB0C) is known color: Electric Lime. HEX triplet: BF, FB and 0C. RGB value is (191,251,12). Sum of RGB (Red+Green+Blue) = 191+251+12=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFB0C is #4004F3. Grayscale: #CECECE. Windows color (decimal): -4195572 or 850879. OLE color: 850879.
HSL color Cylindrical-coordinate representation of color #BFFB0C: hue angle of 75.06º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFFB0C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.02 |
| HSL | 75.06º | 0.97% | 0.52% | - |
| HSV(B) | 75.06º | 0.95% | 0.98% | - |
| XYZ | 56.05 | 80.1 | 12.85 | - |
| YUV | 205.81 | 18.62 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 12 | 0.24 | 0 | 0.95 | 0.02 | 75.06 | 0.97 | 0.52 |
| Hex | BF | FB | C | 18 | 0 | 5F | 2 | 4B | 61 | 34 |
| Octal | 277 | 373 | 14 | 30 | 0 | 137 | 2 | 113 | 141 | 64 |
| Binary | 10111111 | 11111011 | 1100 | 11000 | 0 | 1011111 | 10 | 1001011 | 1100001 | 110100 |
Color Harmonies of #BFFB0C
Complementary color
Monochromatic Colors of #BFFB0C
Black with #BFFB0C
Text Example
Text Example
White with #BFFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFB0C; }
p { color: rgb(191,251,12); }
H1.HeaderClassName
{
color: #BFFB0C;
}
.AnyTagClassName
{
color: #BFFB0C;
}
</style>
background-color css
<style>
a { background-color: #BFFB0C; }
a { background-color: rgb(191,251,12); }
div.DivClassName
{
background-color: #BFFB0C;
}
.BgClassName
{
background-color: #BFFB0C;
}
</style>
border-color css
<style>
span { border-color: #BFFB0C; }
span { border-color: rgb(191,251,12); }
td.TdClassName
{
border-color: #BFFB0C;
}
.TagClassName
{
border-color: #BFFB0C;
}
</style>