Shades of Electric Lime #BFFD0F
Tints of Electric Lime #BFFD0F
RGB
CMYK
RGB Variations
Color information
#BFFD0F (or 0xBFFD0F) is known color: Electric Lime. HEX triplet: BF, FD and 0F. RGB value is (191,253,15). Sum of RGB (Red+Green+Blue) = 191+253+15=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFD0F is #4002F0. Grayscale: #D0D0D0. Windows color (decimal): -4195057 or 1047999. OLE color: 1047999.
HSL color Cylindrical-coordinate representation of color #BFFD0F: hue angle of 75.63º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFFD0F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 15 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.01 |
| HSL | 75.63º | 0.98% | 0.53% | - |
| HSV(B) | 75.63º | 0.94% | 0.99% | - |
| XYZ | 56.7 | 81.36 | 13.17 | - |
| YUV | 207.33 | 19.46 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 15 | 0.25 | 0 | 0.94 | 0.01 | 75.63 | 0.98 | 0.53 |
| Hex | BF | FD | F | 19 | 0 | 5E | 1 | 4C | 62 | 35 |
| Octal | 277 | 375 | 17 | 31 | 0 | 136 | 1 | 114 | 142 | 65 |
| Binary | 10111111 | 11111101 | 1111 | 11001 | 0 | 1011110 | 1 | 1001100 | 1100010 | 110101 |
Color Harmonies of #BFFD0F
Complementary color
Monochromatic Colors of #BFFD0F
Black with #BFFD0F
Text Example
Text Example
White with #BFFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD0F; }
p { color: rgb(191,253,15); }
H1.HeaderClassName
{
color: #BFFD0F;
}
.AnyTagClassName
{
color: #BFFD0F;
}
</style>
background-color css
<style>
a { background-color: #BFFD0F; }
a { background-color: rgb(191,253,15); }
div.DivClassName
{
background-color: #BFFD0F;
}
.BgClassName
{
background-color: #BFFD0F;
}
</style>
border-color css
<style>
span { border-color: #BFFD0F; }
span { border-color: rgb(191,253,15); }
td.TdClassName
{
border-color: #BFFD0F;
}
.TagClassName
{
border-color: #BFFD0F;
}
</style>