Shades of Electric Lime #BEFA04
Tints of Electric Lime #BEFA04
RGB
CMYK
RGB Variations
Color information
#BEFA04 (or 0xBEFA04) is known color: Electric Lime. HEX triplet: BE, FA and 04. RGB value is (190,250,4). Sum of RGB (Red+Green+Blue) = 190+250+4=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFA04 is #4105FB. Grayscale: #CCCCCC. Windows color (decimal): -4261372 or 326334. OLE color: 326334.
HSL color Cylindrical-coordinate representation of color #BEFA04: hue angle of 74.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEFA04 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.02 |
| HSL | 74.63º | 0.97% | 0.5% | - |
| HSV(B) | 74.63º | 0.98% | 0.98% | - |
| XYZ | 55.44 | 79.33 | 12.5 | - |
| YUV | 204.02 | 15.12 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 4 | 0.24 | 0 | 0.98 | 0.02 | 74.63 | 0.97 | 0.5 |
| Hex | BE | FA | 4 | 18 | 0 | 62 | 2 | 4B | 61 | 32 |
| Octal | 276 | 372 | 4 | 30 | 0 | 142 | 2 | 113 | 141 | 62 |
| Binary | 10111110 | 11111010 | 100 | 11000 | 0 | 1100010 | 10 | 1001011 | 1100001 | 110010 |
Color Harmonies of #BEFA04
Complementary color
Monochromatic Colors of #BEFA04
Black with #BEFA04
Text Example
Text Example
White with #BEFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFA04; }
p { color: rgb(190,250,4); }
H1.HeaderClassName
{
color: #BEFA04;
}
.AnyTagClassName
{
color: #BEFA04;
}
</style>
background-color css
<style>
a { background-color: #BEFA04; }
a { background-color: rgb(190,250,4); }
div.DivClassName
{
background-color: #BEFA04;
}
.BgClassName
{
background-color: #BEFA04;
}
</style>
border-color css
<style>
span { border-color: #BEFA04; }
span { border-color: rgb(190,250,4); }
td.TdClassName
{
border-color: #BEFA04;
}
.TagClassName
{
border-color: #BEFA04;
}
</style>