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