Shades of Electric Lime #BFF500
Tints of Electric Lime #BFF500
RGB
CMYK
RGB Variations
Color information
#BFF500 (or 0xBFF500) is known color: Electric Lime. HEX triplet: BF, F5 and 00. RGB value is (191,245,0). Sum of RGB (Red+Green+Blue) = 191+245+0=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF500 is #400AFF. Grayscale: #C9C9C9. Windows color (decimal): -4197120 or 62911. OLE color: 62911.
HSL color Cylindrical-coordinate representation of color #BFF500: hue angle of 73.22º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFF500 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.04 |
| HSL | 73.22º | 1% | 0.48% | - |
| HSV(B) | 73.22º | 1% | 0.96% | - |
| XYZ | 54.14 | 76.38 | 11.89 | - |
| YUV | 200.92 | 14.61 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 0 | 0.22 | 0 | 1 | 0.04 | 73.22 | 1 | 0.48 |
| Hex | BF | F5 | 0 | 16 | 0 | 64 | 4 | 49 | 64 | 30 |
| Octal | 277 | 365 | 0 | 26 | 0 | 144 | 4 | 111 | 144 | 60 |
| Binary | 10111111 | 11110101 | 0 | 10110 | 0 | 1100100 | 100 | 1001001 | 1100100 | 110000 |
Color Harmonies of #BFF500
Complementary color
Monochromatic Colors of #BFF500
Black with #BFF500
Text Example
Text Example
White with #BFF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF500; }
p { color: rgb(191,245,0); }
H1.HeaderClassName
{
color: #BFF500;
}
.AnyTagClassName
{
color: #BFF500;
}
</style>
background-color css
<style>
a { background-color: #BFF500; }
a { background-color: rgb(191,245,0); }
div.DivClassName
{
background-color: #BFF500;
}
.BgClassName
{
background-color: #BFF500;
}
</style>
border-color css
<style>
span { border-color: #BFF500; }
span { border-color: rgb(191,245,0); }
td.TdClassName
{
border-color: #BFF500;
}
.TagClassName
{
border-color: #BFF500;
}
</style>