Shades of Electric Lime #BFFC00
Tints of Electric Lime #BFFC00
RGB
CMYK
RGB Variations
Color information
#BFFC00 (or 0xBFFC00) is known color: Electric Lime. HEX triplet: BF, FC and 00. RGB value is (191,252,0). Sum of RGB (Red+Green+Blue) = 191+252+0=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC00 is #4003FF. Grayscale: #CDCDCD. Windows color (decimal): -4195328 or 64703. OLE color: 64703.
HSL color Cylindrical-coordinate representation of color #BFFC00: hue angle of 74.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFFC00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.01 |
| HSL | 74.52º | 1% | 0.49% | - |
| HSV(B) | 74.52º | 1% | 0.99% | - |
| XYZ | 56.3 | 80.7 | 12.61 | - |
| YUV | 205.03 | 12.29 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 0 | 0.24 | 0 | 1 | 0.01 | 74.52 | 1 | 0.49 |
| Hex | BF | FC | 0 | 18 | 0 | 64 | 1 | 4B | 64 | 31 |
| Octal | 277 | 374 | 0 | 30 | 0 | 144 | 1 | 113 | 144 | 61 |
| Binary | 10111111 | 11111100 | 0 | 11000 | 0 | 1100100 | 1 | 1001011 | 1100100 | 110001 |
Color Harmonies of #BFFC00
Complementary color
Monochromatic Colors of #BFFC00
Black with #BFFC00
Text Example
Text Example
White with #BFFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC00; }
p { color: rgb(191,252,0); }
H1.HeaderClassName
{
color: #BFFC00;
}
.AnyTagClassName
{
color: #BFFC00;
}
</style>
background-color css
<style>
a { background-color: #BFFC00; }
a { background-color: rgb(191,252,0); }
div.DivClassName
{
background-color: #BFFC00;
}
.BgClassName
{
background-color: #BFFC00;
}
</style>
border-color css
<style>
span { border-color: #BFFC00; }
span { border-color: rgb(191,252,0); }
td.TdClassName
{
border-color: #BFFC00;
}
.TagClassName
{
border-color: #BFFC00;
}
</style>