Shades of Electric Lime #BFF604
Tints of Electric Lime #BFF604
RGB
CMYK
RGB Variations
Color information
#BFF604 (or 0xBFF604) is known color: Electric Lime. HEX triplet: BF, F6 and 04. RGB value is (191,246,4). Sum of RGB (Red+Green+Blue) = 191+246+4=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 246 (96.48% from 255 or 55.78% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF604 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF604 is #4009FB. Grayscale: #CACACA. Windows color (decimal): -4196860 or 325311. OLE color: 325311.
HSL color Cylindrical-coordinate representation of color #BFF604: hue angle of 73.64º degrees, saturation: 0.97, 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 #BFF604 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 4 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.04 |
| HSL | 73.64º | 0.97% | 0.49% | - |
| HSV(B) | 73.64º | 0.98% | 0.96% | - |
| XYZ | 54.46 | 77 | 12.11 | - |
| YUV | 201.97 | 16.28 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 4 | 0.22 | 0 | 0.98 | 0.04 | 73.64 | 0.97 | 0.49 |
| Hex | BF | F6 | 4 | 16 | 0 | 62 | 4 | 4A | 61 | 31 |
| Octal | 277 | 366 | 4 | 26 | 0 | 142 | 4 | 112 | 141 | 61 |
| Binary | 10111111 | 11110110 | 100 | 10110 | 0 | 1100010 | 100 | 1001010 | 1100001 | 110001 |
Color Harmonies of #BFF604
Complementary color
Monochromatic Colors of #BFF604
Black with #BFF604
Text Example
Text Example
White with #BFF604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF604; }
p { color: rgb(191,246,4); }
H1.HeaderClassName
{
color: #BFF604;
}
.AnyTagClassName
{
color: #BFF604;
}
</style>
background-color css
<style>
a { background-color: #BFF604; }
a { background-color: rgb(191,246,4); }
div.DivClassName
{
background-color: #BFF604;
}
.BgClassName
{
background-color: #BFF604;
}
</style>
border-color css
<style>
span { border-color: #BFF604; }
span { border-color: rgb(191,246,4); }
td.TdClassName
{
border-color: #BFF604;
}
.TagClassName
{
border-color: #BFF604;
}
</style>