Shades of Electric Lime #BFF102
Tints of Electric Lime #BFF102
RGB
CMYK
RGB Variations
Color information
#BFF102 (or 0xBFF102) is known color: Electric Lime. HEX triplet: BF, F1 and 02. RGB value is (191,241,2). Sum of RGB (Red+Green+Blue) = 191+241+2=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF102 is #400EFD. Grayscale: #C7C7C7. Windows color (decimal): -4198142 or 192959. OLE color: 192959.
HSL color Cylindrical-coordinate representation of color #BFF102: hue angle of 72.55º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFF102 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.05 |
| HSL | 72.55º | 0.98% | 0.48% | - |
| HSV(B) | 72.55º | 0.99% | 0.95% | - |
| XYZ | 52.95 | 73.99 | 11.55 | - |
| YUV | 198.8 | 16.94 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 2 | 0.21 | 0 | 0.99 | 0.05 | 72.55 | 0.98 | 0.48 |
| Hex | BF | F1 | 2 | 15 | 0 | 63 | 5 | 49 | 62 | 30 |
| Octal | 277 | 361 | 2 | 25 | 0 | 143 | 5 | 111 | 142 | 60 |
| Binary | 10111111 | 11110001 | 10 | 10101 | 0 | 1100011 | 101 | 1001001 | 1100010 | 110000 |
Color Harmonies of #BFF102
Complementary color
Monochromatic Colors of #BFF102
Black with #BFF102
Text Example
Text Example
White with #BFF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF102; }
p { color: rgb(191,241,2); }
H1.HeaderClassName
{
color: #BFF102;
}
.AnyTagClassName
{
color: #BFF102;
}
</style>
background-color css
<style>
a { background-color: #BFF102; }
a { background-color: rgb(191,241,2); }
div.DivClassName
{
background-color: #BFF102;
}
.BgClassName
{
background-color: #BFF102;
}
</style>
border-color css
<style>
span { border-color: #BFF102; }
span { border-color: rgb(191,241,2); }
td.TdClassName
{
border-color: #BFF102;
}
.TagClassName
{
border-color: #BFF102;
}
</style>