Shades of Electric Lime #BFF505
Tints of Electric Lime #BFF505
RGB
CMYK
RGB Variations
Color information
#BFF505 (or 0xBFF505) is known color: Electric Lime. HEX triplet: BF, F5 and 05. RGB value is (191,245,5). Sum of RGB (Red+Green+Blue) = 191+245+5=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 245 (96.09% from 255 or 55.56% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF505 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF505 is #400AFA. Grayscale: #CACACA. Windows color (decimal): -4197115 or 390591. OLE color: 390591.
HSL color Cylindrical-coordinate representation of color #BFF505: hue angle of 73.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFF505 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.04 |
| HSL | 73.5º | 0.96% | 0.49% | - |
| HSV(B) | 73.5º | 0.98% | 0.96% | - |
| XYZ | 54.17 | 76.39 | 12.03 | - |
| YUV | 201.49 | 17.11 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 5 | 0.22 | 0 | 0.98 | 0.04 | 73.5 | 0.96 | 0.49 |
| Hex | BF | F5 | 5 | 16 | 0 | 62 | 4 | 4A | 60 | 31 |
| Octal | 277 | 365 | 5 | 26 | 0 | 142 | 4 | 112 | 140 | 61 |
| Binary | 10111111 | 11110101 | 101 | 10110 | 0 | 1100010 | 100 | 1001010 | 1100000 | 110001 |
Color Harmonies of #BFF505
Complementary color
Monochromatic Colors of #BFF505
Black with #BFF505
Text Example
Text Example
White with #BFF505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF505; }
p { color: rgb(191,245,5); }
H1.HeaderClassName
{
color: #BFF505;
}
.AnyTagClassName
{
color: #BFF505;
}
</style>
background-color css
<style>
a { background-color: #BFF505; }
a { background-color: rgb(191,245,5); }
div.DivClassName
{
background-color: #BFF505;
}
.BgClassName
{
background-color: #BFF505;
}
</style>
border-color css
<style>
span { border-color: #BFF505; }
span { border-color: rgb(191,245,5); }
td.TdClassName
{
border-color: #BFF505;
}
.TagClassName
{
border-color: #BFF505;
}
</style>