Shades of Electric Lime #BEFE16
Tints of Electric Lime #BEFE16
RGB
CMYK
RGB Variations
Color information
#BEFE16 (or 0xBEFE16) is known color: Electric Lime. HEX triplet: BE, FE and 16. RGB value is (190,254,22). Sum of RGB (Red+Green+Blue) = 190+254+22=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE16 is #4101E9. Grayscale: #D1D1D1. Windows color (decimal): -4260330 or 1507006. OLE color: 1507006.
HSL color Cylindrical-coordinate representation of color #BEFE16: hue angle of 76.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEFE16 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 22 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.00 |
| HSL | 76.55º | 0.99% | 0.54% | - |
| HSV(B) | 76.55º | 0.91% | 1% | - |
| XYZ | 56.82 | 81.89 | 13.57 | - |
| YUV | 208.42 | 22.8 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 22 | 0.25 | 0 | 0.91 | 0.00 | 76.55 | 0.99 | 0.54 |
| Hex | BE | FE | 16 | 19 | 0 | 5B | 0 | 4D | 63 | 36 |
| Octal | 276 | 376 | 26 | 31 | 0 | 133 | 0 | 115 | 143 | 66 |
| Binary | 10111110 | 11111110 | 10110 | 11001 | 0 | 1011011 | 0 | 1001101 | 1100011 | 110110 |
Color Harmonies of #BEFE16
Complementary color
Monochromatic Colors of #BEFE16
Black with #BEFE16
Text Example
Text Example
White with #BEFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE16; }
p { color: rgb(190,254,22); }
H1.HeaderClassName
{
color: #BEFE16;
}
.AnyTagClassName
{
color: #BEFE16;
}
</style>
background-color css
<style>
a { background-color: #BEFE16; }
a { background-color: rgb(190,254,22); }
div.DivClassName
{
background-color: #BEFE16;
}
.BgClassName
{
background-color: #BEFE16;
}
</style>
border-color css
<style>
span { border-color: #BEFE16; }
span { border-color: rgb(190,254,22); }
td.TdClassName
{
border-color: #BEFE16;
}
.TagClassName
{
border-color: #BEFE16;
}
</style>