Shades of Electric Lime #BEFE12
Tints of Electric Lime #BEFE12
RGB
CMYK
RGB Variations
Color information
#BEFE12 (or 0xBEFE12) is known color: Electric Lime. HEX triplet: BE, FE and 12. RGB value is (190,254,18). Sum of RGB (Red+Green+Blue) = 190+254+18=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE12 is #4101ED. Grayscale: #D0D0D0. Windows color (decimal): -4260334 or 1244862. OLE color: 1244862.
HSL color Cylindrical-coordinate representation of color #BEFE12: hue angle of 76.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEFE12 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 18 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.00 |
| HSL | 76.27º | 0.99% | 0.53% | - |
| HSV(B) | 76.27º | 0.93% | 1% | - |
| XYZ | 56.79 | 81.87 | 13.38 | - |
| YUV | 207.96 | 20.8 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 18 | 0.25 | 0 | 0.93 | 0.00 | 76.27 | 0.99 | 0.53 |
| Hex | BE | FE | 12 | 19 | 0 | 5D | 0 | 4C | 63 | 35 |
| Octal | 276 | 376 | 22 | 31 | 0 | 135 | 0 | 114 | 143 | 65 |
| Binary | 10111110 | 11111110 | 10010 | 11001 | 0 | 1011101 | 0 | 1001100 | 1100011 | 110101 |
Color Harmonies of #BEFE12
Complementary color
Monochromatic Colors of #BEFE12
Black with #BEFE12
Text Example
Text Example
White with #BEFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE12; }
p { color: rgb(190,254,18); }
H1.HeaderClassName
{
color: #BEFE12;
}
.AnyTagClassName
{
color: #BEFE12;
}
</style>
background-color css
<style>
a { background-color: #BEFE12; }
a { background-color: rgb(190,254,18); }
div.DivClassName
{
background-color: #BEFE12;
}
.BgClassName
{
background-color: #BEFE12;
}
</style>
border-color css
<style>
span { border-color: #BEFE12; }
span { border-color: rgb(190,254,18); }
td.TdClassName
{
border-color: #BEFE12;
}
.TagClassName
{
border-color: #BEFE12;
}
</style>