Shades of Electric Lime #BEF600
Tints of Electric Lime #BEF600
RGB
CMYK
RGB Variations
Color information
#BEF600 (or 0xBEF600) is known color: Electric Lime. HEX triplet: BE, F6 and 00. RGB value is (190,246,0). Sum of RGB (Red+Green+Blue) = 190+246+0=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 246 (96.48% from 255 or 56.42% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF600 is #4109FF. Grayscale: #CACACA. Windows color (decimal): -4262400 or 63166. OLE color: 63166.
HSL color Cylindrical-coordinate representation of color #BEF600: hue angle of 73.66º 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 #BEF600 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.04 |
| HSL | 73.66º | 1% | 0.48% | - |
| HSV(B) | 73.66º | 1% | 0.96% | - |
| XYZ | 54.19 | 76.86 | 11.98 | - |
| YUV | 201.21 | 14.45 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 0 | 0.23 | 0 | 1 | 0.04 | 73.66 | 1 | 0.48 |
| Hex | BE | F6 | 0 | 17 | 0 | 64 | 4 | 4A | 64 | 30 |
| Octal | 276 | 366 | 0 | 27 | 0 | 144 | 4 | 112 | 144 | 60 |
| Binary | 10111110 | 11110110 | 0 | 10111 | 0 | 1100100 | 100 | 1001010 | 1100100 | 110000 |
Color Harmonies of #BEF600
Complementary color
Monochromatic Colors of #BEF600
Black with #BEF600
Text Example
Text Example
White with #BEF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF600; }
p { color: rgb(190,246,0); }
H1.HeaderClassName
{
color: #BEF600;
}
.AnyTagClassName
{
color: #BEF600;
}
</style>
background-color css
<style>
a { background-color: #BEF600; }
a { background-color: rgb(190,246,0); }
div.DivClassName
{
background-color: #BEF600;
}
.BgClassName
{
background-color: #BEF600;
}
</style>
border-color css
<style>
span { border-color: #BEF600; }
span { border-color: rgb(190,246,0); }
td.TdClassName
{
border-color: #BEF600;
}
.TagClassName
{
border-color: #BEF600;
}
</style>