Shades of Electric Lime #BFED00
Tints of Electric Lime #BFED00
RGB
CMYK
RGB Variations
Color information
#BFED00 (or 0xBFED00) is known color: Electric Lime. HEX triplet: BF, ED and 00. RGB value is (191,237,0). Sum of RGB (Red+Green+Blue) = 191+237+0=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 237 (92.97% from 255 or 55.37% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFED00 is #4012FF. Grayscale: #C5C5C5. Windows color (decimal): -4199168 or 60863. OLE color: 60863.
HSL color Cylindrical-coordinate representation of color #BFED00: hue angle of 71.65º 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 #BFED00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.07 |
| HSL | 71.65º | 1% | 0.46% | - |
| HSV(B) | 71.65º | 1% | 0.93% | - |
| XYZ | 51.77 | 71.64 | 11.1 | - |
| YUV | 196.23 | 17.26 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 0 | 0.19 | 0 | 1 | 0.07 | 71.65 | 1 | 0.46 |
| Hex | BF | ED | 0 | 13 | 0 | 64 | 7 | 48 | 64 | 2E |
| Octal | 277 | 355 | 0 | 23 | 0 | 144 | 7 | 110 | 144 | 56 |
| Binary | 10111111 | 11101101 | 0 | 10011 | 0 | 1100100 | 111 | 1001000 | 1100100 | 101110 |
Color Harmonies of #BFED00
Complementary color
Monochromatic Colors of #BFED00
Black with #BFED00
Text Example
Text Example
White with #BFED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED00; }
p { color: rgb(191,237,0); }
H1.HeaderClassName
{
color: #BFED00;
}
.AnyTagClassName
{
color: #BFED00;
}
</style>
background-color css
<style>
a { background-color: #BFED00; }
a { background-color: rgb(191,237,0); }
div.DivClassName
{
background-color: #BFED00;
}
.BgClassName
{
background-color: #BFED00;
}
</style>
border-color css
<style>
span { border-color: #BFED00; }
span { border-color: rgb(191,237,0); }
td.TdClassName
{
border-color: #BFED00;
}
.TagClassName
{
border-color: #BFED00;
}
</style>