Shades of Electric Lime #BEF101
Tints of Electric Lime #BEF101
RGB
CMYK
RGB Variations
Color information
#BEF101 (or 0xBEF101) is known color: Electric Lime. HEX triplet: BE, F1 and 01. RGB value is (190,241,1). Sum of RGB (Red+Green+Blue) = 190+241+1=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF101 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF101 is #410EFE. Grayscale: #C7C7C7. Windows color (decimal): -4263679 or 127422. OLE color: 127422.
HSL color Cylindrical-coordinate representation of color #BEF101: hue angle of 72.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEF101 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 1 | - |
| CMYK | 0.21 | 0 | 1.00 | 0.05 |
| HSL | 72.75º | 0.99% | 0.47% | - |
| HSV(B) | 72.75º | 1% | 0.95% | - |
| XYZ | 52.7 | 73.86 | 11.51 | - |
| YUV | 198.39 | 16.6 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 1 | 0.21 | 0 | 1.00 | 0.05 | 72.75 | 0.99 | 0.47 |
| Hex | BE | F1 | 1 | 15 | 0 | 64 | 5 | 49 | 63 | 2F |
| Octal | 276 | 361 | 1 | 25 | 0 | 144 | 5 | 111 | 143 | 57 |
| Binary | 10111110 | 11110001 | 1 | 10101 | 0 | 1100100 | 101 | 1001001 | 1100011 | 101111 |
Color Harmonies of #BEF101
Complementary color
Monochromatic Colors of #BEF101
Black with #BEF101
Text Example
Text Example
White with #BEF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF101; }
p { color: rgb(190,241,1); }
H1.HeaderClassName
{
color: #BEF101;
}
.AnyTagClassName
{
color: #BEF101;
}
</style>
background-color css
<style>
a { background-color: #BEF101; }
a { background-color: rgb(190,241,1); }
div.DivClassName
{
background-color: #BEF101;
}
.BgClassName
{
background-color: #BEF101;
}
</style>
border-color css
<style>
span { border-color: #BEF101; }
span { border-color: rgb(190,241,1); }
td.TdClassName
{
border-color: #BEF101;
}
.TagClassName
{
border-color: #BEF101;
}
</style>