Shades of Electric Lime #BFF002
Tints of Electric Lime #BFF002
RGB
CMYK
RGB Variations
Color information
#BFF002 (or 0xBFF002) is known color: Electric Lime. HEX triplet: BF, F0 and 02. RGB value is (191,240,2). Sum of RGB (Red+Green+Blue) = 191+240+2=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 240 (94.14% from 255 or 55.43% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF002 is #400FFD. Grayscale: #C7C7C7. Windows color (decimal): -4198398 or 192703. OLE color: 192703.
HSL color Cylindrical-coordinate representation of color #BFF002: hue angle of 72.35º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFF002 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.06 |
| HSL | 72.35º | 0.98% | 0.47% | - |
| HSV(B) | 72.35º | 0.99% | 0.94% | - |
| XYZ | 52.66 | 73.4 | 11.45 | - |
| YUV | 198.22 | 17.27 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 2 | 0.20 | 0 | 0.99 | 0.06 | 72.35 | 0.98 | 0.47 |
| Hex | BF | F0 | 2 | 14 | 0 | 63 | 6 | 48 | 62 | 2F |
| Octal | 277 | 360 | 2 | 24 | 0 | 143 | 6 | 110 | 142 | 57 |
| Binary | 10111111 | 11110000 | 10 | 10100 | 0 | 1100011 | 110 | 1001000 | 1100010 | 101111 |
Color Harmonies of #BFF002
Complementary color
Monochromatic Colors of #BFF002
Black with #BFF002
Text Example
Text Example
White with #BFF002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF002; }
p { color: rgb(191,240,2); }
H1.HeaderClassName
{
color: #BFF002;
}
.AnyTagClassName
{
color: #BFF002;
}
</style>
background-color css
<style>
a { background-color: #BFF002; }
a { background-color: rgb(191,240,2); }
div.DivClassName
{
background-color: #BFF002;
}
.BgClassName
{
background-color: #BFF002;
}
</style>
border-color css
<style>
span { border-color: #BFF002; }
span { border-color: rgb(191,240,2); }
td.TdClassName
{
border-color: #BFF002;
}
.TagClassName
{
border-color: #BFF002;
}
</style>