Shades of Electric Lime #BFF70C
Tints of Electric Lime #BFF70C
RGB
CMYK
RGB Variations
Color information
#BFF70C (or 0xBFF70C) is known color: Electric Lime. HEX triplet: BF, F7 and 0C. RGB value is (191,247,12). Sum of RGB (Red+Green+Blue) = 191+247+12=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 247 (96.88% from 255 or 54.89% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF70C is #4008F3. Grayscale: #CCCCCC. Windows color (decimal): -4196596 or 849855. OLE color: 849855.
HSL color Cylindrical-coordinate representation of color #BFF70C: hue angle of 74.3º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFF70C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.03 |
| HSL | 74.3º | 0.94% | 0.51% | - |
| HSV(B) | 74.3º | 0.95% | 0.97% | - |
| XYZ | 54.81 | 77.62 | 12.44 | - |
| YUV | 203.47 | 19.95 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 12 | 0.23 | 0 | 0.95 | 0.03 | 74.3 | 0.94 | 0.51 |
| Hex | BF | F7 | C | 17 | 0 | 5F | 3 | 4A | 5E | 33 |
| Octal | 277 | 367 | 14 | 27 | 0 | 137 | 3 | 112 | 136 | 63 |
| Binary | 10111111 | 11110111 | 1100 | 10111 | 0 | 1011111 | 11 | 1001010 | 1011110 | 110011 |
Color Harmonies of #BFF70C
Complementary color
Monochromatic Colors of #BFF70C
Black with #BFF70C
Text Example
Text Example
White with #BFF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF70C; }
p { color: rgb(191,247,12); }
H1.HeaderClassName
{
color: #BFF70C;
}
.AnyTagClassName
{
color: #BFF70C;
}
</style>
background-color css
<style>
a { background-color: #BFF70C; }
a { background-color: rgb(191,247,12); }
div.DivClassName
{
background-color: #BFF70C;
}
.BgClassName
{
background-color: #BFF70C;
}
</style>
border-color css
<style>
span { border-color: #BFF70C; }
span { border-color: rgb(191,247,12); }
td.TdClassName
{
border-color: #BFF70C;
}
.TagClassName
{
border-color: #BFF70C;
}
</style>