Shades of Electric Lime #BFF712
Tints of Electric Lime #BFF712
RGB
CMYK
RGB Variations
Color information
#BFF712 (or 0xBFF712) is known color: Electric Lime. HEX triplet: BF, F7 and 12. RGB value is (191,247,18). Sum of RGB (Red+Green+Blue) = 191+247+18=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 247 (96.88% from 255 or 54.17% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF712 is #4008ED. Grayscale: #CDCDCD. Windows color (decimal): -4196590 or 1243071. OLE color: 1243071.
HSL color Cylindrical-coordinate representation of color #BFF712: hue angle of 74.67º degrees, saturation: 0.93, 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 #BFF712 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 18 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.03 |
| HSL | 74.67º | 0.93% | 0.52% | - |
| HSV(B) | 74.67º | 0.93% | 0.97% | - |
| XYZ | 54.86 | 77.64 | 12.67 | - |
| YUV | 204.15 | 22.95 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 18 | 0.23 | 0 | 0.93 | 0.03 | 74.67 | 0.93 | 0.52 |
| Hex | BF | F7 | 12 | 17 | 0 | 5D | 3 | 4B | 5D | 34 |
| Octal | 277 | 367 | 22 | 27 | 0 | 135 | 3 | 113 | 135 | 64 |
| Binary | 10111111 | 11110111 | 10010 | 10111 | 0 | 1011101 | 11 | 1001011 | 1011101 | 110100 |
Color Harmonies of #BFF712
Complementary color
Monochromatic Colors of #BFF712
Black with #BFF712
Text Example
Text Example
White with #BFF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF712; }
p { color: rgb(191,247,18); }
H1.HeaderClassName
{
color: #BFF712;
}
.AnyTagClassName
{
color: #BFF712;
}
</style>
background-color css
<style>
a { background-color: #BFF712; }
a { background-color: rgb(191,247,18); }
div.DivClassName
{
background-color: #BFF712;
}
.BgClassName
{
background-color: #BFF712;
}
</style>
border-color css
<style>
span { border-color: #BFF712; }
span { border-color: rgb(191,247,18); }
td.TdClassName
{
border-color: #BFF712;
}
.TagClassName
{
border-color: #BFF712;
}
</style>