Shades of Electric Lime #BFF300
Tints of Electric Lime #BFF300
RGB
CMYK
RGB Variations
Color information
#BFF300 (or 0xBFF300) is known color: Electric Lime. HEX triplet: BF, F3 and 00. RGB value is (191,243,0). Sum of RGB (Red+Green+Blue) = 191+243+0=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 243 (95.31% from 255 or 55.99% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF300 is #400CFF. Grayscale: #C8C8C8. Windows color (decimal): -4197632 or 62399. OLE color: 62399.
HSL color Cylindrical-coordinate representation of color #BFF300: hue angle of 72.84º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFF300 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.05 |
| HSL | 72.84º | 1% | 0.48% | - |
| HSV(B) | 72.84º | 1% | 0.95% | - |
| XYZ | 53.54 | 75.18 | 11.69 | - |
| YUV | 199.75 | 15.27 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 0 | 0.21 | 0 | 1 | 0.05 | 72.84 | 1 | 0.48 |
| Hex | BF | F3 | 0 | 15 | 0 | 64 | 5 | 49 | 64 | 30 |
| Octal | 277 | 363 | 0 | 25 | 0 | 144 | 5 | 111 | 144 | 60 |
| Binary | 10111111 | 11110011 | 0 | 10101 | 0 | 1100100 | 101 | 1001001 | 1100100 | 110000 |
Color Harmonies of #BFF300
Complementary color
Monochromatic Colors of #BFF300
Black with #BFF300
Text Example
Text Example
White with #BFF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF300; }
p { color: rgb(191,243,0); }
H1.HeaderClassName
{
color: #BFF300;
}
.AnyTagClassName
{
color: #BFF300;
}
</style>
background-color css
<style>
a { background-color: #BFF300; }
a { background-color: rgb(191,243,0); }
div.DivClassName
{
background-color: #BFF300;
}
.BgClassName
{
background-color: #BFF300;
}
</style>
border-color css
<style>
span { border-color: #BFF300; }
span { border-color: rgb(191,243,0); }
td.TdClassName
{
border-color: #BFF300;
}
.TagClassName
{
border-color: #BFF300;
}
</style>