Shades of Electric Lime #BEF904
Tints of Electric Lime #BEF904
RGB
CMYK
RGB Variations
Color information
#BEF904 (or 0xBEF904) is known color: Electric Lime. HEX triplet: BE, F9 and 04. RGB value is (190,249,4). Sum of RGB (Red+Green+Blue) = 190+249+4=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 249 (97.66% from 255 or 56.21% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF904 is #4106FB. Grayscale: #CCCCCC. Windows color (decimal): -4261628 or 326078. OLE color: 326078.
HSL color Cylindrical-coordinate representation of color #BEF904: hue angle of 74.45º 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 #BEF904 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.02 |
| HSL | 74.45º | 0.97% | 0.5% | - |
| HSV(B) | 74.45º | 0.98% | 0.98% | - |
| XYZ | 55.13 | 78.71 | 12.4 | - |
| YUV | 203.43 | 15.45 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 4 | 0.24 | 0 | 0.98 | 0.02 | 74.45 | 0.97 | 0.5 |
| Hex | BE | F9 | 4 | 18 | 0 | 62 | 2 | 4A | 61 | 32 |
| Octal | 276 | 371 | 4 | 30 | 0 | 142 | 2 | 112 | 141 | 62 |
| Binary | 10111110 | 11111001 | 100 | 11000 | 0 | 1100010 | 10 | 1001010 | 1100001 | 110010 |
Color Harmonies of #BEF904
Complementary color
Monochromatic Colors of #BEF904
Black with #BEF904
Text Example
Text Example
White with #BEF904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF904; }
p { color: rgb(190,249,4); }
H1.HeaderClassName
{
color: #BEF904;
}
.AnyTagClassName
{
color: #BEF904;
}
</style>
background-color css
<style>
a { background-color: #BEF904; }
a { background-color: rgb(190,249,4); }
div.DivClassName
{
background-color: #BEF904;
}
.BgClassName
{
background-color: #BEF904;
}
</style>
border-color css
<style>
span { border-color: #BEF904; }
span { border-color: rgb(190,249,4); }
td.TdClassName
{
border-color: #BEF904;
}
.TagClassName
{
border-color: #BEF904;
}
</style>