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