Shades of Electric Lime #BFF201
Tints of Electric Lime #BFF201
RGB
CMYK
RGB Variations
Color information
#BFF201 (or 0xBFF201) is known color: Electric Lime. HEX triplet: BF, F2 and 01. RGB value is (191,242,1). Sum of RGB (Red+Green+Blue) = 191+242+1=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF201 is #400DFE. Grayscale: #C8C8C8. Windows color (decimal): -4197887 or 127679. OLE color: 127679.
HSL color Cylindrical-coordinate representation of color #BFF201: hue angle of 72.7º 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 #BFF201 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 1 | - |
| CMYK | 0.21 | 0 | 1.00 | 0.05 |
| HSL | 72.7º | 0.99% | 0.48% | - |
| HSV(B) | 72.7º | 1% | 0.95% | - |
| XYZ | 53.24 | 74.58 | 11.62 | - |
| YUV | 199.28 | 16.1 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 1 | 0.21 | 0 | 1.00 | 0.05 | 72.7 | 0.99 | 0.48 |
| Hex | BF | F2 | 1 | 15 | 0 | 64 | 5 | 49 | 63 | 30 |
| Octal | 277 | 362 | 1 | 25 | 0 | 144 | 5 | 111 | 143 | 60 |
| Binary | 10111111 | 11110010 | 1 | 10101 | 0 | 1100100 | 101 | 1001001 | 1100011 | 110000 |
Color Harmonies of #BFF201
Complementary color
Monochromatic Colors of #BFF201
Black with #BFF201
Text Example
Text Example
White with #BFF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF201; }
p { color: rgb(191,242,1); }
H1.HeaderClassName
{
color: #BFF201;
}
.AnyTagClassName
{
color: #BFF201;
}
</style>
background-color css
<style>
a { background-color: #BFF201; }
a { background-color: rgb(191,242,1); }
div.DivClassName
{
background-color: #BFF201;
}
.BgClassName
{
background-color: #BFF201;
}
</style>
border-color css
<style>
span { border-color: #BFF201; }
span { border-color: rgb(191,242,1); }
td.TdClassName
{
border-color: #BFF201;
}
.TagClassName
{
border-color: #BFF201;
}
</style>