Shades of Electric Lime #BFEC04
Tints of Electric Lime #BFEC04
RGB
CMYK
RGB Variations
Color information
#BFEC04 (or 0xBFEC04) is known color: Electric Lime. HEX triplet: BF, EC and 04. RGB value is (191,236,4). Sum of RGB (Red+Green+Blue) = 191+236+4=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 236 (92.58% from 255 or 54.76% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEC04 is #4013FB. Grayscale: #C4C4C4. Windows color (decimal): -4199420 or 322751. OLE color: 322751.
HSL color Cylindrical-coordinate representation of color #BFEC04: hue angle of 71.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFEC04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.07 |
| HSL | 71.64º | 0.97% | 0.47% | - |
| HSV(B) | 71.64º | 0.98% | 0.93% | - |
| XYZ | 51.5 | 71.08 | 11.12 | - |
| YUV | 196.1 | 19.59 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 4 | 0.19 | 0 | 0.98 | 0.07 | 71.64 | 0.97 | 0.47 |
| Hex | BF | EC | 4 | 13 | 0 | 62 | 7 | 48 | 61 | 2F |
| Octal | 277 | 354 | 4 | 23 | 0 | 142 | 7 | 110 | 141 | 57 |
| Binary | 10111111 | 11101100 | 100 | 10011 | 0 | 1100010 | 111 | 1001000 | 1100001 | 101111 |
Color Harmonies of #BFEC04
Complementary color
Monochromatic Colors of #BFEC04
Black with #BFEC04
Text Example
Text Example
White with #BFEC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC04; }
p { color: rgb(191,236,4); }
H1.HeaderClassName
{
color: #BFEC04;
}
.AnyTagClassName
{
color: #BFEC04;
}
</style>
background-color css
<style>
a { background-color: #BFEC04; }
a { background-color: rgb(191,236,4); }
div.DivClassName
{
background-color: #BFEC04;
}
.BgClassName
{
background-color: #BFEC04;
}
</style>
border-color css
<style>
span { border-color: #BFEC04; }
span { border-color: rgb(191,236,4); }
td.TdClassName
{
border-color: #BFEC04;
}
.TagClassName
{
border-color: #BFEC04;
}
</style>