Shades of Electric Lime #BEF107
Tints of Electric Lime #BEF107
RGB
CMYK
RGB Variations
Color information
#BEF107 (or 0xBEF107) is known color: Electric Lime. HEX triplet: BE, F1 and 07. RGB value is (190,241,7). Sum of RGB (Red+Green+Blue) = 190+241+7=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF107 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF107 is #410EF8. Grayscale: #C7C7C7. Windows color (decimal): -4263673 or 520638. OLE color: 520638.
HSL color Cylindrical-coordinate representation of color #BEF107: hue angle of 73.08º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BEF107 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 7 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.05 |
| HSL | 73.08º | 0.94% | 0.49% | - |
| HSV(B) | 73.08º | 0.97% | 0.95% | - |
| XYZ | 52.73 | 73.87 | 11.68 | - |
| YUV | 199.08 | 19.6 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 7 | 0.21 | 0 | 0.97 | 0.05 | 73.08 | 0.94 | 0.49 |
| Hex | BE | F1 | 7 | 15 | 0 | 61 | 5 | 49 | 5E | 31 |
| Octal | 276 | 361 | 7 | 25 | 0 | 141 | 5 | 111 | 136 | 61 |
| Binary | 10111110 | 11110001 | 111 | 10101 | 0 | 1100001 | 101 | 1001001 | 1011110 | 110001 |
Color Harmonies of #BEF107
Complementary color
Monochromatic Colors of #BEF107
Black with #BEF107
Text Example
Text Example
White with #BEF107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF107; }
p { color: rgb(190,241,7); }
H1.HeaderClassName
{
color: #BEF107;
}
.AnyTagClassName
{
color: #BEF107;
}
</style>
background-color css
<style>
a { background-color: #BEF107; }
a { background-color: rgb(190,241,7); }
div.DivClassName
{
background-color: #BEF107;
}
.BgClassName
{
background-color: #BEF107;
}
</style>
border-color css
<style>
span { border-color: #BEF107; }
span { border-color: rgb(190,241,7); }
td.TdClassName
{
border-color: #BEF107;
}
.TagClassName
{
border-color: #BEF107;
}
</style>