Shades of Electric Lime #BFEC00
Tints of Electric Lime #BFEC00
RGB
CMYK
RGB Variations
Color information
#BFEC00 (or 0xBFEC00) is known color: Electric Lime. HEX triplet: BF, EC and 00. RGB value is (191,236,0). Sum of RGB (Red+Green+Blue) = 191+236+0=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEC00 is #4013FF. Grayscale: #C4C4C4. Windows color (decimal): -4199424 or 60607. OLE color: 60607.
HSL color Cylindrical-coordinate representation of color #BFEC00: hue angle of 71.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFEC00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.07 |
| HSL | 71.44º | 1% | 0.46% | - |
| HSV(B) | 71.44º | 1% | 0.93% | - |
| XYZ | 51.48 | 71.07 | 11 | - |
| YUV | 195.64 | 17.59 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 0 | 0.19 | 0 | 1 | 0.07 | 71.44 | 1 | 0.46 |
| Hex | BF | EC | 0 | 13 | 0 | 64 | 7 | 47 | 64 | 2E |
| Octal | 277 | 354 | 0 | 23 | 0 | 144 | 7 | 107 | 144 | 56 |
| Binary | 10111111 | 11101100 | 0 | 10011 | 0 | 1100100 | 111 | 1000111 | 1100100 | 101110 |
Color Harmonies of #BFEC00
Complementary color
Monochromatic Colors of #BFEC00
Black with #BFEC00
Text Example
Text Example
White with #BFEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC00; }
p { color: rgb(191,236,0); }
H1.HeaderClassName
{
color: #BFEC00;
}
.AnyTagClassName
{
color: #BFEC00;
}
</style>
background-color css
<style>
a { background-color: #BFEC00; }
a { background-color: rgb(191,236,0); }
div.DivClassName
{
background-color: #BFEC00;
}
.BgClassName
{
background-color: #BFEC00;
}
</style>
border-color css
<style>
span { border-color: #BFEC00; }
span { border-color: rgb(191,236,0); }
td.TdClassName
{
border-color: #BFEC00;
}
.TagClassName
{
border-color: #BFEC00;
}
</style>