Shades of Electric Lime #BFF703
Tints of Electric Lime #BFF703
RGB
CMYK
RGB Variations
Color information
#BFF703 (or 0xBFF703) is known color: Electric Lime. HEX triplet: BF, F7 and 03. RGB value is (191,247,3). Sum of RGB (Red+Green+Blue) = 191+247+3=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF703 is #4008FC. Grayscale: #CBCBCB. Windows color (decimal): -4196605 or 260031. OLE color: 260031.
HSL color Cylindrical-coordinate representation of color #BFF703: hue angle of 73.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFF703 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.03 |
| HSL | 73.77º | 0.98% | 0.49% | - |
| HSV(B) | 73.77º | 0.99% | 0.97% | - |
| XYZ | 54.76 | 77.6 | 12.18 | - |
| YUV | 202.44 | 15.45 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 3 | 0.23 | 0 | 0.99 | 0.03 | 73.77 | 0.98 | 0.49 |
| Hex | BF | F7 | 3 | 17 | 0 | 63 | 3 | 4A | 62 | 31 |
| Octal | 277 | 367 | 3 | 27 | 0 | 143 | 3 | 112 | 142 | 61 |
| Binary | 10111111 | 11110111 | 11 | 10111 | 0 | 1100011 | 11 | 1001010 | 1100010 | 110001 |
Color Harmonies of #BFF703
Complementary color
Monochromatic Colors of #BFF703
Black with #BFF703
Text Example
Text Example
White with #BFF703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF703; }
p { color: rgb(191,247,3); }
H1.HeaderClassName
{
color: #BFF703;
}
.AnyTagClassName
{
color: #BFF703;
}
</style>
background-color css
<style>
a { background-color: #BFF703; }
a { background-color: rgb(191,247,3); }
div.DivClassName
{
background-color: #BFF703;
}
.BgClassName
{
background-color: #BFF703;
}
</style>
border-color css
<style>
span { border-color: #BFF703; }
span { border-color: rgb(191,247,3); }
td.TdClassName
{
border-color: #BFF703;
}
.TagClassName
{
border-color: #BFF703;
}
</style>