Shades of Electric Lime #BEF505
Tints of Electric Lime #BEF505
RGB
CMYK
RGB Variations
Color information
#BEF505 (or 0xBEF505) is known color: Electric Lime. HEX triplet: BE, F5 and 05. RGB value is (190,245,5). Sum of RGB (Red+Green+Blue) = 190+245+5=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF505 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF505 is #410AFA. Grayscale: #CACACA. Windows color (decimal): -4262651 or 390590. OLE color: 390590.
HSL color Cylindrical-coordinate representation of color #BEF505: hue angle of 73.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEF505 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.04 |
| HSL | 73.75º | 0.96% | 0.49% | - |
| HSV(B) | 73.75º | 0.98% | 0.96% | - |
| XYZ | 53.92 | 76.26 | 12.02 | - |
| YUV | 201.2 | 17.28 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 5 | 0.22 | 0 | 0.98 | 0.04 | 73.75 | 0.96 | 0.49 |
| Hex | BE | F5 | 5 | 16 | 0 | 62 | 4 | 4A | 60 | 31 |
| Octal | 276 | 365 | 5 | 26 | 0 | 142 | 4 | 112 | 140 | 61 |
| Binary | 10111110 | 11110101 | 101 | 10110 | 0 | 1100010 | 100 | 1001010 | 1100000 | 110001 |
Color Harmonies of #BEF505
Complementary color
Monochromatic Colors of #BEF505
Black with #BEF505
Text Example
Text Example
White with #BEF505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF505; }
p { color: rgb(190,245,5); }
H1.HeaderClassName
{
color: #BEF505;
}
.AnyTagClassName
{
color: #BEF505;
}
</style>
background-color css
<style>
a { background-color: #BEF505; }
a { background-color: rgb(190,245,5); }
div.DivClassName
{
background-color: #BEF505;
}
.BgClassName
{
background-color: #BEF505;
}
</style>
border-color css
<style>
span { border-color: #BEF505; }
span { border-color: rgb(190,245,5); }
td.TdClassName
{
border-color: #BEF505;
}
.TagClassName
{
border-color: #BEF505;
}
</style>