Shades of Electric Lime #BEF202
Tints of Electric Lime #BEF202
RGB
CMYK
RGB Variations
Color information
#BEF202 (or 0xBEF202) is known color: Electric Lime. HEX triplet: BE, F2 and 02. RGB value is (190,242,2). Sum of RGB (Red+Green+Blue) = 190+242+2=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF202 is #410DFD. Grayscale: #C8C8C8. Windows color (decimal): -4263422 or 193214. OLE color: 193214.
HSL color Cylindrical-coordinate representation of color #BEF202: hue angle of 73º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEF202 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.05 |
| HSL | 73º | 0.98% | 0.48% | - |
| HSV(B) | 73º | 0.99% | 0.95% | - |
| XYZ | 53 | 74.46 | 11.64 | - |
| YUV | 199.09 | 16.77 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 2 | 0.21 | 0 | 0.99 | 0.05 | 73 | 0.98 | 0.48 |
| Hex | BE | F2 | 2 | 15 | 0 | 63 | 5 | 49 | 62 | 30 |
| Octal | 276 | 362 | 2 | 25 | 0 | 143 | 5 | 111 | 142 | 60 |
| Binary | 10111110 | 11110010 | 10 | 10101 | 0 | 1100011 | 101 | 1001001 | 1100010 | 110000 |
Color Harmonies of #BEF202
Complementary color
Monochromatic Colors of #BEF202
Black with #BEF202
Text Example
Text Example
White with #BEF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF202; }
p { color: rgb(190,242,2); }
H1.HeaderClassName
{
color: #BEF202;
}
.AnyTagClassName
{
color: #BEF202;
}
</style>
background-color css
<style>
a { background-color: #BEF202; }
a { background-color: rgb(190,242,2); }
div.DivClassName
{
background-color: #BEF202;
}
.BgClassName
{
background-color: #BEF202;
}
</style>
border-color css
<style>
span { border-color: #BEF202; }
span { border-color: rgb(190,242,2); }
td.TdClassName
{
border-color: #BEF202;
}
.TagClassName
{
border-color: #BEF202;
}
</style>