Shades of Electric Lime #BEFF01
Tints of Electric Lime #BEFF01
RGB
CMYK
RGB Variations
Color information
#BEFF01 (or 0xBEFF01) is known color: Electric Lime. HEX triplet: BE, FF and 01. RGB value is (190,255,1). Sum of RGB (Red+Green+Blue) = 190+255+1=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF01 is #4100FE. Grayscale: #CFCFCF. Windows color (decimal): -4260095 or 131006. OLE color: 131006.
HSL color Cylindrical-coordinate representation of color #BEFF01: hue angle of 75.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEFF01 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 1 | - |
| CMYK | 0.25 | 0 | 1.00 | 0 |
| HSL | 75.35º | 1% | 0.5% | - |
| HSV(B) | 75.35º | 1% | 1% | - |
| XYZ | 57 | 82.47 | 12.94 | - |
| YUV | 206.61 | 11.97 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 1 | 0.25 | 0 | 1.00 | 0 | 75.35 | 1 | 0.5 |
| Hex | BE | FF | 1 | 19 | 0 | 64 | 0 | 4B | 64 | 32 |
| Octal | 276 | 377 | 1 | 31 | 0 | 144 | 0 | 113 | 144 | 62 |
| Binary | 10111110 | 11111111 | 1 | 11001 | 0 | 1100100 | 0 | 1001011 | 1100100 | 110010 |
Color Harmonies of #BEFF01
Complementary color
Monochromatic Colors of #BEFF01
Black with #BEFF01
Text Example
Text Example
White with #BEFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF01; }
p { color: rgb(190,255,1); }
H1.HeaderClassName
{
color: #BEFF01;
}
.AnyTagClassName
{
color: #BEFF01;
}
</style>
background-color css
<style>
a { background-color: #BEFF01; }
a { background-color: rgb(190,255,1); }
div.DivClassName
{
background-color: #BEFF01;
}
.BgClassName
{
background-color: #BEFF01;
}
</style>
border-color css
<style>
span { border-color: #BEFF01; }
span { border-color: rgb(190,255,1); }
td.TdClassName
{
border-color: #BEFF01;
}
.TagClassName
{
border-color: #BEFF01;
}
</style>