Shades of Electric Lime #BFF811
Tints of Electric Lime #BFF811
RGB
CMYK
RGB Variations
Color information
#BFF811 (or 0xBFF811) is known color: Electric Lime. HEX triplet: BF, F8 and 11. RGB value is (191,248,17). Sum of RGB (Red+Green+Blue) = 191+248+17=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 248 (97.27% from 255 or 54.39% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF811 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF811 is #4007EE. Grayscale: #CDCDCD. Windows color (decimal): -4196335 or 1177791. OLE color: 1177791.
HSL color Cylindrical-coordinate representation of color #BFF811: hue angle of 74.81º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFF811 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 17 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.03 |
| HSL | 74.81º | 0.94% | 0.52% | - |
| HSV(B) | 74.81º | 0.93% | 0.97% | - |
| XYZ | 55.15 | 78.25 | 12.73 | - |
| YUV | 204.62 | 22.12 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 17 | 0.23 | 0 | 0.93 | 0.03 | 74.81 | 0.94 | 0.52 |
| Hex | BF | F8 | 11 | 17 | 0 | 5D | 3 | 4B | 5E | 34 |
| Octal | 277 | 370 | 21 | 27 | 0 | 135 | 3 | 113 | 136 | 64 |
| Binary | 10111111 | 11111000 | 10001 | 10111 | 0 | 1011101 | 11 | 1001011 | 1011110 | 110100 |
Color Harmonies of #BFF811
Complementary color
Monochromatic Colors of #BFF811
Black with #BFF811
Text Example
Text Example
White with #BFF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF811; }
p { color: rgb(191,248,17); }
H1.HeaderClassName
{
color: #BFF811;
}
.AnyTagClassName
{
color: #BFF811;
}
</style>
background-color css
<style>
a { background-color: #BFF811; }
a { background-color: rgb(191,248,17); }
div.DivClassName
{
background-color: #BFF811;
}
.BgClassName
{
background-color: #BFF811;
}
</style>
border-color css
<style>
span { border-color: #BFF811; }
span { border-color: rgb(191,248,17); }
td.TdClassName
{
border-color: #BFF811;
}
.TagClassName
{
border-color: #BFF811;
}
</style>