Shades of Electric Lime #BEF701
Tints of Electric Lime #BEF701
RGB
CMYK
RGB Variations
Color information
#BEF701 (or 0xBEF701) is known color: Electric Lime. HEX triplet: BE, F7 and 01. RGB value is (190,247,1). Sum of RGB (Red+Green+Blue) = 190+247+1=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF701 is #4108FE. Grayscale: #CACACA. Windows color (decimal): -4262143 or 128958. OLE color: 128958.
HSL color Cylindrical-coordinate representation of color #BEF701: hue angle of 73.9º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEF701 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 1 | - |
| CMYK | 0.23 | 0 | 1.00 | 0.03 |
| HSL | 73.9º | 0.99% | 0.49% | - |
| HSV(B) | 73.9º | 1% | 0.97% | - |
| XYZ | 54.5 | 77.47 | 12.11 | - |
| YUV | 201.91 | 14.62 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 1 | 0.23 | 0 | 1.00 | 0.03 | 73.9 | 0.99 | 0.49 |
| Hex | BE | F7 | 1 | 17 | 0 | 64 | 3 | 4A | 63 | 31 |
| Octal | 276 | 367 | 1 | 27 | 0 | 144 | 3 | 112 | 143 | 61 |
| Binary | 10111110 | 11110111 | 1 | 10111 | 0 | 1100100 | 11 | 1001010 | 1100011 | 110001 |
Color Harmonies of #BEF701
Complementary color
Monochromatic Colors of #BEF701
Black with #BEF701
Text Example
Text Example
White with #BEF701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF701; }
p { color: rgb(190,247,1); }
H1.HeaderClassName
{
color: #BEF701;
}
.AnyTagClassName
{
color: #BEF701;
}
</style>
background-color css
<style>
a { background-color: #BEF701; }
a { background-color: rgb(190,247,1); }
div.DivClassName
{
background-color: #BEF701;
}
.BgClassName
{
background-color: #BEF701;
}
</style>
border-color css
<style>
span { border-color: #BEF701; }
span { border-color: rgb(190,247,1); }
td.TdClassName
{
border-color: #BEF701;
}
.TagClassName
{
border-color: #BEF701;
}
</style>