Shades of Electric Lime #BEF401
Tints of Electric Lime #BEF401
RGB
CMYK
RGB Variations
Color information
#BEF401 (or 0xBEF401) is known color: Electric Lime. HEX triplet: BE, F4 and 01. RGB value is (190,244,1). Sum of RGB (Red+Green+Blue) = 190+244+1=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 244 (95.70% from 255 or 56.09% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF401 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF401 is #410BFE. Grayscale: #C9C9C9. Windows color (decimal): -4262911 or 128190. OLE color: 128190.
HSL color Cylindrical-coordinate representation of color #BEF401: hue angle of 73.33º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEF401 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.04 |
| HSL | 73.33º | 0.99% | 0.48% | - |
| HSV(B) | 73.33º | 1% | 0.96% | - |
| XYZ | 53.59 | 75.65 | 11.81 | - |
| YUV | 200.15 | 15.61 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 1 | 0.22 | 0 | 1.00 | 0.04 | 73.33 | 0.99 | 0.48 |
| Hex | BE | F4 | 1 | 16 | 0 | 64 | 4 | 49 | 63 | 30 |
| Octal | 276 | 364 | 1 | 26 | 0 | 144 | 4 | 111 | 143 | 60 |
| Binary | 10111110 | 11110100 | 1 | 10110 | 0 | 1100100 | 100 | 1001001 | 1100011 | 110000 |
Color Harmonies of #BEF401
Complementary color
Monochromatic Colors of #BEF401
Black with #BEF401
Text Example
Text Example
White with #BEF401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF401; }
p { color: rgb(190,244,1); }
H1.HeaderClassName
{
color: #BEF401;
}
.AnyTagClassName
{
color: #BEF401;
}
</style>
background-color css
<style>
a { background-color: #BEF401; }
a { background-color: rgb(190,244,1); }
div.DivClassName
{
background-color: #BEF401;
}
.BgClassName
{
background-color: #BEF401;
}
</style>
border-color css
<style>
span { border-color: #BEF401; }
span { border-color: rgb(190,244,1); }
td.TdClassName
{
border-color: #BEF401;
}
.TagClassName
{
border-color: #BEF401;
}
</style>