Shades of Electric Lime #BEF900
Tints of Electric Lime #BEF900
RGB
CMYK
RGB Variations
Color information
#BEF900 (or 0xBEF900) is known color: Electric Lime. HEX triplet: BE, F9 and 00. RGB value is (190,249,0). Sum of RGB (Red+Green+Blue) = 190+249+0=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 249 (97.66% from 255 or 56.72% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF900 is #4106FF. Grayscale: #CBCBCB. Windows color (decimal): -4261632 or 63934. OLE color: 63934.
HSL color Cylindrical-coordinate representation of color #BEF900: hue angle of 74.22º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEF900 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.02 |
| HSL | 74.22º | 1% | 0.49% | - |
| HSV(B) | 74.22º | 1% | 0.98% | - |
| XYZ | 55.11 | 78.7 | 12.29 | - |
| YUV | 202.97 | 13.45 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 0 | 0.24 | 0 | 1 | 0.02 | 74.22 | 1 | 0.49 |
| Hex | BE | F9 | 0 | 18 | 0 | 64 | 2 | 4A | 64 | 31 |
| Octal | 276 | 371 | 0 | 30 | 0 | 144 | 2 | 112 | 144 | 61 |
| Binary | 10111110 | 11111001 | 0 | 11000 | 0 | 1100100 | 10 | 1001010 | 1100100 | 110001 |
Color Harmonies of #BEF900
Complementary color
Monochromatic Colors of #BEF900
Black with #BEF900
Text Example
Text Example
White with #BEF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF900; }
p { color: rgb(190,249,0); }
H1.HeaderClassName
{
color: #BEF900;
}
.AnyTagClassName
{
color: #BEF900;
}
</style>
background-color css
<style>
a { background-color: #BEF900; }
a { background-color: rgb(190,249,0); }
div.DivClassName
{
background-color: #BEF900;
}
.BgClassName
{
background-color: #BEF900;
}
</style>
border-color css
<style>
span { border-color: #BEF900; }
span { border-color: rgb(190,249,0); }
td.TdClassName
{
border-color: #BEF900;
}
.TagClassName
{
border-color: #BEF900;
}
</style>