Shades of Electric Lime #BEF700
Tints of Electric Lime #BEF700
RGB
CMYK
RGB Variations
Color information
#BEF700 (or 0xBEF700) is known color: Electric Lime. HEX triplet: BE, F7 and 00. RGB value is (190,247,0). Sum of RGB (Red+Green+Blue) = 190+247+0=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 247 (96.88% from 255 or 56.52% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF700 is #4108FF. Grayscale: #CACACA. Windows color (decimal): -4262144 or 63422. OLE color: 63422.
HSL color Cylindrical-coordinate representation of color #BEF700: hue angle of 73.85º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEF700 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.03 |
| HSL | 73.85º | 1% | 0.48% | - |
| HSV(B) | 73.85º | 1% | 0.97% | - |
| XYZ | 54.5 | 77.47 | 12.08 | - |
| YUV | 201.8 | 14.12 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 0 | 0.23 | 0 | 1 | 0.03 | 73.85 | 1 | 0.48 |
| Hex | BE | F7 | 0 | 17 | 0 | 64 | 3 | 4A | 64 | 30 |
| Octal | 276 | 367 | 0 | 27 | 0 | 144 | 3 | 112 | 144 | 60 |
| Binary | 10111110 | 11110111 | 0 | 10111 | 0 | 1100100 | 11 | 1001010 | 1100100 | 110000 |
Color Harmonies of #BEF700
Complementary color
Monochromatic Colors of #BEF700
Black with #BEF700
Text Example
Text Example
White with #BEF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF700; }
p { color: rgb(190,247,0); }
H1.HeaderClassName
{
color: #BEF700;
}
.AnyTagClassName
{
color: #BEF700;
}
</style>
background-color css
<style>
a { background-color: #BEF700; }
a { background-color: rgb(190,247,0); }
div.DivClassName
{
background-color: #BEF700;
}
.BgClassName
{
background-color: #BEF700;
}
</style>
border-color css
<style>
span { border-color: #BEF700; }
span { border-color: rgb(190,247,0); }
td.TdClassName
{
border-color: #BEF700;
}
.TagClassName
{
border-color: #BEF700;
}
</style>