Shades of Electric Lime #BEF102
Tints of Electric Lime #BEF102
RGB
CMYK
RGB Variations
Color information
#BEF102 (or 0xBEF102) is known color: Electric Lime. HEX triplet: BE, F1 and 02. RGB value is (190,241,2). Sum of RGB (Red+Green+Blue) = 190+241+2=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF102 is #410EFD. Grayscale: #C7C7C7. Windows color (decimal): -4263678 or 192958. OLE color: 192958.
HSL color Cylindrical-coordinate representation of color #BEF102: hue angle of 72.8º 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 #BEF102 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.05 |
| HSL | 72.8º | 0.98% | 0.48% | - |
| HSV(B) | 72.8º | 0.99% | 0.95% | - |
| XYZ | 52.7 | 73.86 | 11.54 | - |
| YUV | 198.51 | 17.1 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 2 | 0.21 | 0 | 0.99 | 0.05 | 72.8 | 0.98 | 0.48 |
| Hex | BE | F1 | 2 | 15 | 0 | 63 | 5 | 49 | 62 | 30 |
| Octal | 276 | 361 | 2 | 25 | 0 | 143 | 5 | 111 | 142 | 60 |
| Binary | 10111110 | 11110001 | 10 | 10101 | 0 | 1100011 | 101 | 1001001 | 1100010 | 110000 |
Color Harmonies of #BEF102
Complementary color
Monochromatic Colors of #BEF102
Black with #BEF102
Text Example
Text Example
White with #BEF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF102; }
p { color: rgb(190,241,2); }
H1.HeaderClassName
{
color: #BEF102;
}
.AnyTagClassName
{
color: #BEF102;
}
</style>
background-color css
<style>
a { background-color: #BEF102; }
a { background-color: rgb(190,241,2); }
div.DivClassName
{
background-color: #BEF102;
}
.BgClassName
{
background-color: #BEF102;
}
</style>
border-color css
<style>
span { border-color: #BEF102; }
span { border-color: rgb(190,241,2); }
td.TdClassName
{
border-color: #BEF102;
}
.TagClassName
{
border-color: #BEF102;
}
</style>