Shades of Electric Lime #BEFE00
Tints of Electric Lime #BEFE00
RGB
CMYK
RGB Variations
Color information
#BEFE00 (or 0xBEFE00) is known color: Electric Lime. HEX triplet: BE, FE and 00. RGB value is (190,254,0). Sum of RGB (Red+Green+Blue) = 190+254+0=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE00 is #4101FF. Grayscale: #CECECE. Windows color (decimal): -4260352 or 65214. OLE color: 65214.
HSL color Cylindrical-coordinate representation of color #BEFE00: hue angle of 75.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEFE00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.00 |
| HSL | 75.12º | 1% | 0.5% | - |
| HSV(B) | 75.12º | 1% | 1% | - |
| XYZ | 56.68 | 81.83 | 12.81 | - |
| YUV | 205.91 | 11.8 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 0 | 0.25 | 0 | 1 | 0.00 | 75.12 | 1 | 0.5 |
| Hex | BE | FE | 0 | 19 | 0 | 64 | 0 | 4B | 64 | 32 |
| Octal | 276 | 376 | 0 | 31 | 0 | 144 | 0 | 113 | 144 | 62 |
| Binary | 10111110 | 11111110 | 0 | 11001 | 0 | 1100100 | 0 | 1001011 | 1100100 | 110010 |
Color Harmonies of #BEFE00
Complementary color
Monochromatic Colors of #BEFE00
Black with #BEFE00
Text Example
Text Example
White with #BEFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE00; }
p { color: rgb(190,254,0); }
H1.HeaderClassName
{
color: #BEFE00;
}
.AnyTagClassName
{
color: #BEFE00;
}
</style>
background-color css
<style>
a { background-color: #BEFE00; }
a { background-color: rgb(190,254,0); }
div.DivClassName
{
background-color: #BEFE00;
}
.BgClassName
{
background-color: #BEFE00;
}
</style>
border-color css
<style>
span { border-color: #BEFE00; }
span { border-color: rgb(190,254,0); }
td.TdClassName
{
border-color: #BEFE00;
}
.TagClassName
{
border-color: #BEFE00;
}
</style>