Shades of Electric Lime #BFF308
Tints of Electric Lime #BFF308
RGB
CMYK
RGB Variations
Color information
#BFF308 (or 0xBFF308) is known color: Electric Lime. HEX triplet: BF, F3 and 08. RGB value is (191,243,8). Sum of RGB (Red+Green+Blue) = 191+243+8=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF308 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF308 is #400CF7. Grayscale: #C9C9C9. Windows color (decimal): -4197624 or 586687. OLE color: 586687.
HSL color Cylindrical-coordinate representation of color #BFF308: hue angle of 73.28º 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 #BFF308 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 8 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.05 |
| HSL | 73.28º | 0.94% | 0.49% | - |
| HSV(B) | 73.28º | 0.97% | 0.95% | - |
| XYZ | 53.58 | 75.2 | 11.92 | - |
| YUV | 200.66 | 19.27 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 8 | 0.21 | 0 | 0.97 | 0.05 | 73.28 | 0.94 | 0.49 |
| Hex | BF | F3 | 8 | 15 | 0 | 61 | 5 | 49 | 5E | 31 |
| Octal | 277 | 363 | 10 | 25 | 0 | 141 | 5 | 111 | 136 | 61 |
| Binary | 10111111 | 11110011 | 1000 | 10101 | 0 | 1100001 | 101 | 1001001 | 1011110 | 110001 |
Color Harmonies of #BFF308
Complementary color
Monochromatic Colors of #BFF308
Black with #BFF308
Text Example
Text Example
White with #BFF308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF308; }
p { color: rgb(191,243,8); }
H1.HeaderClassName
{
color: #BFF308;
}
.AnyTagClassName
{
color: #BFF308;
}
</style>
background-color css
<style>
a { background-color: #BFF308; }
a { background-color: rgb(191,243,8); }
div.DivClassName
{
background-color: #BFF308;
}
.BgClassName
{
background-color: #BFF308;
}
</style>
border-color css
<style>
span { border-color: #BFF308; }
span { border-color: rgb(191,243,8); }
td.TdClassName
{
border-color: #BFF308;
}
.TagClassName
{
border-color: #BFF308;
}
</style>