Shades of Electric Lime #BEFF12
Tints of Electric Lime #BEFF12
RGB
CMYK
RGB Variations
Color information
#BEFF12 (or 0xBEFF12) is known color: Electric Lime. HEX triplet: BE, FF and 12. RGB value is (190,255,18). Sum of RGB (Red+Green+Blue) = 190+255+18=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF12 is #4100ED. Grayscale: #D1D1D1. Windows color (decimal): -4260078 or 1245118. OLE color: 1245118.
HSL color Cylindrical-coordinate representation of color #BEFF12: hue angle of 76.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEFF12 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 18 | - |
| CMYK | 0.25 | 0 | 0.93 | 0 |
| HSL | 76.46º | 1% | 0.54% | - |
| HSV(B) | 76.46º | 0.93% | 1% | - |
| XYZ | 57.1 | 82.51 | 13.49 | - |
| YUV | 208.55 | 20.47 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 18 | 0.25 | 0 | 0.93 | 0 | 76.46 | 1 | 0.54 |
| Hex | BE | FF | 12 | 19 | 0 | 5D | 0 | 4C | 64 | 36 |
| Octal | 276 | 377 | 22 | 31 | 0 | 135 | 0 | 114 | 144 | 66 |
| Binary | 10111110 | 11111111 | 10010 | 11001 | 0 | 1011101 | 0 | 1001100 | 1100100 | 110110 |
Color Harmonies of #BEFF12
Complementary color
Monochromatic Colors of #BEFF12
Black with #BEFF12
Text Example
Text Example
White with #BEFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF12; }
p { color: rgb(190,255,18); }
H1.HeaderClassName
{
color: #BEFF12;
}
.AnyTagClassName
{
color: #BEFF12;
}
</style>
background-color css
<style>
a { background-color: #BEFF12; }
a { background-color: rgb(190,255,18); }
div.DivClassName
{
background-color: #BEFF12;
}
.BgClassName
{
background-color: #BEFF12;
}
</style>
border-color css
<style>
span { border-color: #BEFF12; }
span { border-color: rgb(190,255,18); }
td.TdClassName
{
border-color: #BEFF12;
}
.TagClassName
{
border-color: #BEFF12;
}
</style>