Shades of Electric Lime #BEFD0E
Tints of Electric Lime #BEFD0E
RGB
CMYK
RGB Variations
Color information
#BEFD0E (or 0xBEFD0E) is known color: Electric Lime. HEX triplet: BE, FD and 0E. RGB value is (190,253,14). Sum of RGB (Red+Green+Blue) = 190+253+14=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 253 (99.22% from 255 or 55.36% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFD0E is #4102F1. Grayscale: #CFCFCF. Windows color (decimal): -4260594 or 982462. OLE color: 982462.
HSL color Cylindrical-coordinate representation of color #BEFD0E: hue angle of 75.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEFD0E is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 14 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.01 |
| HSL | 75.82º | 0.98% | 0.52% | - |
| HSV(B) | 75.82º | 0.94% | 0.99% | - |
| XYZ | 56.44 | 81.23 | 13.12 | - |
| YUV | 206.92 | 19.13 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 14 | 0.25 | 0 | 0.94 | 0.01 | 75.82 | 0.98 | 0.52 |
| Hex | BE | FD | E | 19 | 0 | 5E | 1 | 4C | 62 | 34 |
| Octal | 276 | 375 | 16 | 31 | 0 | 136 | 1 | 114 | 142 | 64 |
| Binary | 10111110 | 11111101 | 1110 | 11001 | 0 | 1011110 | 1 | 1001100 | 1100010 | 110100 |
Color Harmonies of #BEFD0E
Complementary color
Monochromatic Colors of #BEFD0E
Black with #BEFD0E
Text Example
Text Example
White with #BEFD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFD0E; }
p { color: rgb(190,253,14); }
H1.HeaderClassName
{
color: #BEFD0E;
}
.AnyTagClassName
{
color: #BEFD0E;
}
</style>
background-color css
<style>
a { background-color: #BEFD0E; }
a { background-color: rgb(190,253,14); }
div.DivClassName
{
background-color: #BEFD0E;
}
.BgClassName
{
background-color: #BEFD0E;
}
</style>
border-color css
<style>
span { border-color: #BEFD0E; }
span { border-color: rgb(190,253,14); }
td.TdClassName
{
border-color: #BEFD0E;
}
.TagClassName
{
border-color: #BEFD0E;
}
</style>