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