Shades of Electric Lime #BFF208
Tints of Electric Lime #BFF208
RGB
CMYK
RGB Variations
Color information
#BFF208 (or 0xBFF208) is known color: Electric Lime. HEX triplet: BF, F2 and 08. RGB value is (191,242,8). Sum of RGB (Red+Green+Blue) = 191+242+8=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF208 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF208 is #400DF7. Grayscale: #C8C8C8. Windows color (decimal): -4197880 or 586431. OLE color: 586431.
HSL color Cylindrical-coordinate representation of color #BFF208: hue angle of 73.08º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFF208 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 8 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.05 |
| HSL | 73.08º | 0.94% | 0.49% | - |
| HSV(B) | 73.08º | 0.97% | 0.95% | - |
| XYZ | 53.28 | 74.6 | 11.82 | - |
| YUV | 200.08 | 19.6 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 8 | 0.21 | 0 | 0.97 | 0.05 | 73.08 | 0.94 | 0.49 |
| Hex | BF | F2 | 8 | 15 | 0 | 61 | 5 | 49 | 5E | 31 |
| Octal | 277 | 362 | 10 | 25 | 0 | 141 | 5 | 111 | 136 | 61 |
| Binary | 10111111 | 11110010 | 1000 | 10101 | 0 | 1100001 | 101 | 1001001 | 1011110 | 110001 |
Color Harmonies of #BFF208
Complementary color
Monochromatic Colors of #BFF208
Black with #BFF208
Text Example
Text Example
White with #BFF208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF208; }
p { color: rgb(191,242,8); }
H1.HeaderClassName
{
color: #BFF208;
}
.AnyTagClassName
{
color: #BFF208;
}
</style>
background-color css
<style>
a { background-color: #BFF208; }
a { background-color: rgb(191,242,8); }
div.DivClassName
{
background-color: #BFF208;
}
.BgClassName
{
background-color: #BFF208;
}
</style>
border-color css
<style>
span { border-color: #BFF208; }
span { border-color: rgb(191,242,8); }
td.TdClassName
{
border-color: #BFF208;
}
.TagClassName
{
border-color: #BFF208;
}
</style>