Shades of Electric Lime #BEFF10
Tints of Electric Lime #BEFF10
RGB
CMYK
RGB Variations
Color information
#BEFF10 (or 0xBEFF10) is known color: Electric Lime. HEX triplet: BE, FF and 10. RGB value is (190,255,16). Sum of RGB (Red+Green+Blue) = 190+255+16=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF10 is #4100EF. Grayscale: #D1D1D1. Windows color (decimal): -4260080 or 1114046. OLE color: 1114046.
HSL color Cylindrical-coordinate representation of color #BEFF10: hue angle of 76.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEFF10 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 16 | - |
| CMYK | 0.25 | 0 | 0.94 | 0 |
| HSL | 76.32º | 1% | 0.53% | - |
| HSV(B) | 76.32º | 0.94% | 1% | - |
| XYZ | 57.09 | 82.5 | 13.41 | - |
| YUV | 208.32 | 19.47 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 16 | 0.25 | 0 | 0.94 | 0 | 76.32 | 1 | 0.53 |
| Hex | BE | FF | 10 | 19 | 0 | 5E | 0 | 4C | 64 | 35 |
| Octal | 276 | 377 | 20 | 31 | 0 | 136 | 0 | 114 | 144 | 65 |
| Binary | 10111110 | 11111111 | 10000 | 11001 | 0 | 1011110 | 0 | 1001100 | 1100100 | 110101 |
Color Harmonies of #BEFF10
Complementary color
Monochromatic Colors of #BEFF10
Black with #BEFF10
Text Example
Text Example
White with #BEFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF10; }
p { color: rgb(190,255,16); }
H1.HeaderClassName
{
color: #BEFF10;
}
.AnyTagClassName
{
color: #BEFF10;
}
</style>
background-color css
<style>
a { background-color: #BEFF10; }
a { background-color: rgb(190,255,16); }
div.DivClassName
{
background-color: #BEFF10;
}
.BgClassName
{
background-color: #BEFF10;
}
</style>
border-color css
<style>
span { border-color: #BEFF10; }
span { border-color: rgb(190,255,16); }
td.TdClassName
{
border-color: #BEFF10;
}
.TagClassName
{
border-color: #BEFF10;
}
</style>