Shades of Electric Lime #BEF502
Tints of Electric Lime #BEF502
RGB
CMYK
RGB Variations
Color information
#BEF502 (or 0xBEF502) is known color: Electric Lime. HEX triplet: BE, F5 and 02. RGB value is (190,245,2). Sum of RGB (Red+Green+Blue) = 190+245+2=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 245 (96.09% from 255 or 56.06% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF502 is #410AFD. Grayscale: #C9C9C9. Windows color (decimal): -4262654 or 193982. OLE color: 193982.
HSL color Cylindrical-coordinate representation of color #BEF502: hue angle of 73.58º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEF502 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.04 |
| HSL | 73.58º | 0.98% | 0.48% | - |
| HSV(B) | 73.58º | 0.99% | 0.96% | - |
| XYZ | 53.9 | 76.26 | 11.94 | - |
| YUV | 200.85 | 15.78 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 2 | 0.22 | 0 | 0.99 | 0.04 | 73.58 | 0.98 | 0.48 |
| Hex | BE | F5 | 2 | 16 | 0 | 63 | 4 | 4A | 62 | 30 |
| Octal | 276 | 365 | 2 | 26 | 0 | 143 | 4 | 112 | 142 | 60 |
| Binary | 10111110 | 11110101 | 10 | 10110 | 0 | 1100011 | 100 | 1001010 | 1100010 | 110000 |
Color Harmonies of #BEF502
Complementary color
Monochromatic Colors of #BEF502
Black with #BEF502
Text Example
Text Example
White with #BEF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF502; }
p { color: rgb(190,245,2); }
H1.HeaderClassName
{
color: #BEF502;
}
.AnyTagClassName
{
color: #BEF502;
}
</style>
background-color css
<style>
a { background-color: #BEF502; }
a { background-color: rgb(190,245,2); }
div.DivClassName
{
background-color: #BEF502;
}
.BgClassName
{
background-color: #BEF502;
}
</style>
border-color css
<style>
span { border-color: #BEF502; }
span { border-color: rgb(190,245,2); }
td.TdClassName
{
border-color: #BEF502;
}
.TagClassName
{
border-color: #BEF502;
}
</style>