Shades of Electric Lime #BEF80C
Tints of Electric Lime #BEF80C
RGB
CMYK
RGB Variations
Color information
#BEF80C (or 0xBEF80C) is known color: Electric Lime. HEX triplet: BE, F8 and 0C. RGB value is (190,248,12). Sum of RGB (Red+Green+Blue) = 190+248+12=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 248 (97.27% from 255 or 55.11% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF80C is #4107F3. Grayscale: #CCCCCC. Windows color (decimal): -4261876 or 850110. OLE color: 850110.
HSL color Cylindrical-coordinate representation of color #BEF80C: hue angle of 74.75º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEF80C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.03 |
| HSL | 74.75º | 0.94% | 0.51% | - |
| HSV(B) | 74.75º | 0.95% | 0.97% | - |
| XYZ | 54.87 | 78.11 | 12.53 | - |
| YUV | 203.75 | 19.78 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 12 | 0.23 | 0 | 0.95 | 0.03 | 74.75 | 0.94 | 0.51 |
| Hex | BE | F8 | C | 17 | 0 | 5F | 3 | 4B | 5E | 33 |
| Octal | 276 | 370 | 14 | 27 | 0 | 137 | 3 | 113 | 136 | 63 |
| Binary | 10111110 | 11111000 | 1100 | 10111 | 0 | 1011111 | 11 | 1001011 | 1011110 | 110011 |
Color Harmonies of #BEF80C
Complementary color
Monochromatic Colors of #BEF80C
Black with #BEF80C
Text Example
Text Example
White with #BEF80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF80C; }
p { color: rgb(190,248,12); }
H1.HeaderClassName
{
color: #BEF80C;
}
.AnyTagClassName
{
color: #BEF80C;
}
</style>
background-color css
<style>
a { background-color: #BEF80C; }
a { background-color: rgb(190,248,12); }
div.DivClassName
{
background-color: #BEF80C;
}
.BgClassName
{
background-color: #BEF80C;
}
</style>
border-color css
<style>
span { border-color: #BEF80C; }
span { border-color: rgb(190,248,12); }
td.TdClassName
{
border-color: #BEF80C;
}
.TagClassName
{
border-color: #BEF80C;
}
</style>