Shades of Electric Lime #BEFF14
Tints of Electric Lime #BEFF14
RGB
CMYK
RGB Variations
Color information
#BEFF14 (or 0xBEFF14) is known color: Electric Lime. HEX triplet: BE, FF and 14. RGB value is (190,255,20). Sum of RGB (Red+Green+Blue) = 190+255+20=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF14 is #4100EB. Grayscale: #D1D1D1. Windows color (decimal): -4260076 or 1376190. OLE color: 1376190.
HSL color Cylindrical-coordinate representation of color #BEFF14: hue angle of 76.6º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEFF14 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 20 | - |
| CMYK | 0.25 | 0 | 0.92 | 0 |
| HSL | 76.6º | 1% | 0.54% | - |
| HSV(B) | 76.6º | 0.92% | 1% | - |
| XYZ | 57.12 | 82.52 | 13.58 | - |
| YUV | 208.78 | 21.47 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 20 | 0.25 | 0 | 0.92 | 0 | 76.6 | 1 | 0.54 |
| Hex | BE | FF | 14 | 19 | 0 | 5C | 0 | 4D | 64 | 36 |
| Octal | 276 | 377 | 24 | 31 | 0 | 134 | 0 | 115 | 144 | 66 |
| Binary | 10111110 | 11111111 | 10100 | 11001 | 0 | 1011100 | 0 | 1001101 | 1100100 | 110110 |
Color Harmonies of #BEFF14
Complementary color
Monochromatic Colors of #BEFF14
Black with #BEFF14
Text Example
Text Example
White with #BEFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF14; }
p { color: rgb(190,255,20); }
H1.HeaderClassName
{
color: #BEFF14;
}
.AnyTagClassName
{
color: #BEFF14;
}
</style>
background-color css
<style>
a { background-color: #BEFF14; }
a { background-color: rgb(190,255,20); }
div.DivClassName
{
background-color: #BEFF14;
}
.BgClassName
{
background-color: #BEFF14;
}
</style>
border-color css
<style>
span { border-color: #BEFF14; }
span { border-color: rgb(190,255,20); }
td.TdClassName
{
border-color: #BEFF14;
}
.TagClassName
{
border-color: #BEFF14;
}
</style>