Shades of Electric Lime #BEF80A
Tints of Electric Lime #BEF80A
RGB
CMYK
RGB Variations
Color information
#BEF80A (or 0xBEF80A) is known color: Electric Lime. HEX triplet: BE, F8 and 0A. RGB value is (190,248,10). Sum of RGB (Red+Green+Blue) = 190+248+10=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 248 (97.27% from 255 or 55.36% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF80A is #4107F5. Grayscale: #CCCCCC. Windows color (decimal): -4261878 or 719038. OLE color: 719038.
HSL color Cylindrical-coordinate representation of color #BEF80A: hue angle of 74.62º 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 #BEF80A is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 10 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.03 |
| HSL | 74.62º | 0.94% | 0.51% | - |
| HSV(B) | 74.62º | 0.96% | 0.97% | - |
| XYZ | 54.86 | 78.1 | 12.47 | - |
| YUV | 203.53 | 18.78 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 10 | 0.23 | 0 | 0.96 | 0.03 | 74.62 | 0.94 | 0.51 |
| Hex | BE | F8 | A | 17 | 0 | 60 | 3 | 4B | 5E | 33 |
| Octal | 276 | 370 | 12 | 27 | 0 | 140 | 3 | 113 | 136 | 63 |
| Binary | 10111110 | 11111000 | 1010 | 10111 | 0 | 1100000 | 11 | 1001011 | 1011110 | 110011 |
Color Harmonies of #BEF80A
Complementary color
Monochromatic Colors of #BEF80A
Black with #BEF80A
Text Example
Text Example
White with #BEF80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF80A; }
p { color: rgb(190,248,10); }
H1.HeaderClassName
{
color: #BEF80A;
}
.AnyTagClassName
{
color: #BEF80A;
}
</style>
background-color css
<style>
a { background-color: #BEF80A; }
a { background-color: rgb(190,248,10); }
div.DivClassName
{
background-color: #BEF80A;
}
.BgClassName
{
background-color: #BEF80A;
}
</style>
border-color css
<style>
span { border-color: #BEF80A; }
span { border-color: rgb(190,248,10); }
td.TdClassName
{
border-color: #BEF80A;
}
.TagClassName
{
border-color: #BEF80A;
}
</style>