Shades of Electric Lime #BEF80B
Tints of Electric Lime #BEF80B
RGB
CMYK
RGB Variations
Color information
#BEF80B (or 0xBEF80B) is known color: Electric Lime. HEX triplet: BE, F8 and 0B. RGB value is (190,248,11). Sum of RGB (Red+Green+Blue) = 190+248+11=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF80B is #4107F4. Grayscale: #CCCCCC. Windows color (decimal): -4261877 or 784574. OLE color: 784574.
HSL color Cylindrical-coordinate representation of color #BEF80B: hue angle of 74.68º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEF80B is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 11 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.03 |
| HSL | 74.68º | 0.94% | 0.51% | - |
| HSV(B) | 74.68º | 0.96% | 0.97% | - |
| XYZ | 54.86 | 78.11 | 12.5 | - |
| YUV | 203.64 | 19.28 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 11 | 0.23 | 0 | 0.96 | 0.03 | 74.68 | 0.94 | 0.51 |
| Hex | BE | F8 | B | 17 | 0 | 60 | 3 | 4B | 5E | 33 |
| Octal | 276 | 370 | 13 | 27 | 0 | 140 | 3 | 113 | 136 | 63 |
| Binary | 10111110 | 11111000 | 1011 | 10111 | 0 | 1100000 | 11 | 1001011 | 1011110 | 110011 |
Color Harmonies of #BEF80B
Complementary color
Monochromatic Colors of #BEF80B
Black with #BEF80B
Text Example
Text Example
White with #BEF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF80B; }
p { color: rgb(190,248,11); }
H1.HeaderClassName
{
color: #BEF80B;
}
.AnyTagClassName
{
color: #BEF80B;
}
</style>
background-color css
<style>
a { background-color: #BEF80B; }
a { background-color: rgb(190,248,11); }
div.DivClassName
{
background-color: #BEF80B;
}
.BgClassName
{
background-color: #BEF80B;
}
</style>
border-color css
<style>
span { border-color: #BEF80B; }
span { border-color: rgb(190,248,11); }
td.TdClassName
{
border-color: #BEF80B;
}
.TagClassName
{
border-color: #BEF80B;
}
</style>